Native ZIP Support off on server - Joomla! Forum - community, help and support
could share me step step how turn "native zip support" on utilizing shared hosting environment (network solutions) told me reference php documentation on how integrate php.ini file.
i not have clue code use. have access php.ini file via ftp unsure how install zip support , enable via ini file.
can put simple guide follow has done before?
thanks!
i not have clue code use. have access php.ini file via ftp unsure how install zip support , enable via ini file.
can put simple guide follow has done before?
thanks!
well, not surprised find every 1 of first page , half of results network solutions problems. apparently seems support limited , practical help/solutions less so. 
see http://www.networksolutions.com/support/php-ini-for-unix-shared-hosting-faq/ these deals use of user php.ini file server.
you can affect extensions installed therefore need check server make sure zip extension available.
to absolutely sure of settings create text file , save php file (the name unimportant).
add following code it:
save it.
upload file server.
call site name http://example.com/your_file_name.php , see settings of server. (obviously replace example.com domain , your_file_name file name!)
check zip extension in block of alphabetical extensions in listing provided. confirm whether extension available , current setting is.
important
once have finished check delete file server.
alternatively please run forum post assistant provide information try , resolve issue.
please follow instructions in post , program pack closely. provide more limited information whether available or not.
see http://www.networksolutions.com/support/php-ini-for-unix-shared-hosting-faq/ these deals use of user php.ini file server.
you can affect extensions installed therefore need check server make sure zip extension available.
to absolutely sure of settings create text file , save php file (the name unimportant).
add following code it:
code: select all
<?php
// show information
phpinfo();
?> save it.
upload file server.
call site name http://example.com/your_file_name.php , see settings of server. (obviously replace example.com domain , your_file_name file name!)
check zip extension in block of alphabetical extensions in listing provided. confirm whether extension available , current setting is.
important
once have finished check delete file server.
alternatively please run forum post assistant provide information try , resolve issue.
please follow instructions in post , program pack closely. provide more limited information whether available or not.
Comments
Post a Comment