Hi,
I am using Excel (XSL) importation with PHPExcel sample.
Everything works well at a development environment.
With advanced deployment I can handle temp and document URL:s nicely.
Xls file which I am trying to import to database is also uploaded to right folder to server side.
Then happens nothing.
From error log you can see that PHPExcel is trying to read file from wrong path.
I can’t find any way to fix this issue!
Could somebody help?
PHP Fatal error: Uncaught exception ‘PHPExcel_Reader_Exception’ with message ‘Could not open …/…/…/tmp/sc_47541d35_2test.xls for reading! File does not exist, or it is not readable.’ in /home/postilok/public_html/test/_lib/prod/third/phpexcel/PHPExcel/Shared/OLERead.php:80
Stack trace:
#0 /home/postilok/public_html/test/_lib/prod/third/phpexcel/PHPExcel/Reader/Excel5.php(1164): PHPExcel_Shared_OLERead->read(’…/…/…/tmp/sc…’)