Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Any ideas greatly appreciated.
Had to manually edit the header files but seemed to have no issues there. When trying to run the export commands, screen goes blank. Following is the error it's throwing.
Code: Select all
2014-04-09 23:18:51 - PHP Warning: require_once(Classes/PHPExcel.php): failed to open stream: Permission denied in /Library/WebServer/Documents/**********/admin/model/tool/export.php on line 2573
Code: Select all
2570 // we use the PHPExcel package from http://phpexcel.codeplex.com/
2571 $cwd = getcwd();
2572 chdir( DIR_SYSTEM.'PHPExcel' );
2573 require_once( 'Classes/PHPExcel.php' );
2574 chdir( $cwd );
Any suggestions?
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Thank you for the Mod - very very helpful.
Need some expert advice:
Opencart v 1.5.4.1
Products count 1545
I am experiencing a bit of a problem.
When I export all works fine, and when I import after changes. Changes do not appear, and I don't get a confirmation that the file was imported like previously.
So I then exported and imported the same file with no changes, still no confirmation of import.
Nothing in error log.
Please help all.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
I am curious though, can I call for images through it.
Basically what I do is name all my product images via part number.
I have a part number/model column on the excel file.
I make another column with .jpg.
Another with /data
I make a combine function between the part number, and .jpg column.
so it gives me /data/product.jpg, down the whole column. In theory I could bulk upload pictures via ftp and this code would call for the pics on the product without me needing to manually add them to each product. Does this seem feasible, or not?
I recently tried it and it didn't seem to work, but I uploaded the pictures after I had the excel file uploaded. So I was thinking perhaps it wasn't calling for the pics.
Thanks
If you upload images, and put the correct path in the import file (starting with /data/file.jpg or /data/large/file.jpg, etc.), it will work

I am new to this tool, but like you I wanted to ftp the images. A test with a handfull worked fine. First the xlsx, no images, no "image not found" or so in the shop, no problem. Then uploaded the pictures, hit F5 and there they were.barnone wrote:.. I uploaded the pictures after I had the excel file uploaded. So I was thinking perhaps it wasn't calling for the pics.
Please help.
Thanks!
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Finally found the problem, when uploaded, the extension automatically caused the permissions to my directories (admin, vqmod and system) to change from 755 to an unrecognized 775. I changed them back to 755 and my server recognized the 755 permissions. I also had to change the xml directory to 755 from 775. That fixed the server error problem for me.
Hope this helps someone
What do i mistake?
two weeks ago everything was fine.. no problem exporting or importing.
was gone for 2 weeks on trip. returned and tried to export.
Nothing had been done to opencart on my site, nor have any updates or changes been made by myself or the server isp.
received the following:
Error is 500 Internal Server error.
The server encountered an internal error or misconfiguration and was unable to complete your request
I can still import using my last xls file.
I CANNOT export a new xls file.
Please let me know what has happened.
the following are set in php ini and worked without problem
memory_limit 512M
post_max_size 16M
upload_max_filesize 16M
system\logs\error.txt contains:
2014-06-23 22:07:14 - PHP Unknown: Only variables should be assigned by reference in /home/realbud3/public_html/ros/admin/model/tool/export.php on line 1570
2014-06-23 22:07:14 - PHP Unknown: Only variables should be assigned by reference in /home/realbud3/public_html/ros/admin/model/tool/export.php on line 1583
2014-06-23 22:07:14 - PHP Unknown: Only variables should be assigned by reference in /home/realbud3/public_html/ros/admin/model/tool/export.php on line 1609
2014-06-23 22:07:14 - PHP Unknown: Only variables should be assigned by reference in /home/realbud3/public_html/ros/admin/model/tool/export.php on line 1622
2014-06-23 22:07:14 - PHP Unknown: Only variables should be assigned by reference in /home/realbud3/public_html/ros/admin/model/tool/export.php on line 1635
2014-06-23 22:07:15 - PHP Unknown: Only variables should be assigned by reference in /home/realbud3/public_html/ros/admin/model/tool/export.php on line 1648
2014-06-23 22:07:15 - PHP Unknown: Only variables should be assigned by reference in /home/realbud3/public_html/ros/admin/model/tool/export.php on line 1661
Please help, I love the tool but will have to switch to something else if this cannot be corrected.
Thx
Ask your webhost for the server's error_log entries from exactly the same time where your export failed. The error_log will have an entry about the exact nature of the error. Could be a timeout issue of some sort.IndieJones wrote: Error is 500 Internal Server error.
The server encountered an internal error or misconfiguration and was unable to complete your request
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
I'm a total newbie on OpenCart but have a site I'm working on & will be using your plugin.
I've carefully installed it but am too getting a white screen after clicking on the menu option.
All other steps in your read me have been followed.
I would be very grateful for some help.
Regards
Ben
At the danger of repeating myself: Check your server's error_log (ask webhost for it), and OpenCart's system/logs/error.txt, for any log entries which will tell you exactly what went wrong.ben@blazegroup.co.uk wrote:Hi J.Neuhoff,
I'm a total newbie on OpenCart but have a site I'm working on & will be using your plugin.
I've carefully installed it but am too getting a white screen after clicking on the menu option.
All other steps in your read me have been followed.
I would be very grateful for some help.
Regards
Ben
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
It also only uploaded 293/600 new products that I had on csv sheet.
Error Log:
2014-08-23 1:11:28 - PHP Unknown: Only variables should be assigned by reference in /home/barnon5/public_html/admin/model/tool/export.php on line 1570
2014-08-23 1:11:28 - PHP Unknown: Only variables should be assigned by reference in /home/barnon5/public_html/admin/model/tool/export.php on line 1583
2014-08-23 1:11:28 - PHP Unknown: Only variables should be assigned by reference in /home/barnon5/public_html/admin/model/tool/export.php on line 1609
2014-08-23 1:11:28 - PHP Unknown: Only variables should be assigned by reference in /home/barnon5/public_html/admin/model/tool/export.php on line 1622
2014-08-23 1:11:28 - PHP Unknown: Only variables should be assigned by reference in /home/barnon5/public_html/admin/model/tool/export.php on line 1635
2014-08-23 1:11:28 - PHP Unknown: Only variables should be assigned by reference in /home/barnon5/public_html/admin/model/tool/export.php on line 1648
2014-08-23 1:11:28 - PHP Unknown: Only variables should be assigned by reference in /home/barnon5/public_html/admin/model/tool/export.php on line 1661
Users browsing this forum: No registered users and 7 guests