This topic is locked

import page problem

9/17/2012 2:59:17 AM
PHPRunner General questions
S
Sergej author

hi, all

i have a weird problem - no link for import page is visible anywhere - and when i try to open the page manualy - let say pagename_import.php i get the following error message:

Technical information

Error type 2

Error description require_once(plugins/PHPExcel/IOFactory.php) [function.require-once]: failed to open stream: Permission denied

URL website.net/pagename_import.php?

Error file /home/web/public_html/include/import_functions.php
tried to change permissins for the whole folder from 644 to 755 but to no avail....
pleasee help!

C
cgphp 9/17/2012

Make sure the PHP ZIP extension is enabled.

  • On Linux systems you need to compile PHP with zip support by using the --enable-zip configure option. No changes in php.ini are required.
  • On Windows systems you need to enable php_zip.dll inside of php.ini in order to use these functions. Uncomment the following line in php.ini and restart web server:

;extension=php_zip.dll


To uncomment, remove the ;