I copied the necessary files extracted from the .zip to the admin directory.
When I click on the Export button I get "Page Not Found!"
Greg.
When I click on the Export button I get "Page Not Found!"
Greg.
You need to unzip the archive into a local work directory, then go to the resulting 'upload' directory, and from there upload via FTP its sub-directories to Opencart's target installation directory.
After installation, the following files are newly added to Opencart:
admin/controller/tool/export.php
admin/language/english/tool/export.php
admin/model/tool/export.php
admin/OLE/OLE.php
admin/OLE/PPS.php
admin/OLE/PPS/File.php
admin/OLE/PPS/Root.php
admin/Spreadsheet/Excel/Reader.php
admin/Spreadsheet/Excel/Writer.php
admin/Spreadsheet/Excel/Reader/OLERead.php
admin/Spreadsheet/Excel/Writer/BIFFwriter.php
admin/Spreadsheet/Excel/Writer/Format.php
admin/Spreadsheet/Excel/Writer/Parser.php
admin/Spreadsheet/Excel/Writer/Validator.php
admin/Spreadsheet/Excel/Writer/Workbook.php
admin/Spreadsheet/Excel/Writer/Worksheet.php
admin/view/template/tool/export.tpl
And the following menu files are overwritten in Opencart:
admin/controller/common/menu.php
admin/language/english/common/menu.php
admin/view/template/common/menu.tpl
admin/controller/tool/backup.php
admin/language/english/tool/backup.php
admin/view/template/tool/backup.tpl
admin/view/image/button_export.png
admin/view/image/button_import.png
After installation, the following files are newly added to Opencart:
admin/controller/tool/export.php
admin/language/english/tool/export.php
admin/model/tool/export.php
admin/OLE/OLE.php
admin/OLE/PPS.php
admin/OLE/PPS/File.php
admin/OLE/PPS/Root.php
admin/Spreadsheet/Excel/Reader.php
admin/Spreadsheet/Excel/Writer.php
admin/Spreadsheet/Excel/Reader/OLERead.php
admin/Spreadsheet/Excel/Writer/BIFFwriter.php
admin/Spreadsheet/Excel/Writer/Format.php
admin/Spreadsheet/Excel/Writer/Parser.php
admin/Spreadsheet/Excel/Writer/Validator.php
admin/Spreadsheet/Excel/Writer/Workbook.php
admin/Spreadsheet/Excel/Writer/Worksheet.php
admin/view/template/tool/export.tpl
And the following menu files are overwritten in Opencart:
admin/controller/common/menu.php
admin/language/english/common/menu.php
admin/view/template/common/menu.tpl
admin/controller/tool/backup.php
admin/language/english/tool/backup.php
admin/view/template/tool/backup.tpl
admin/view/image/button_export.png
admin/view/image/button_import.png
Override Engine * Integrated VQMod * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Rich Snippets * Google Tag Manager * Export/Import Tool * SpamBot Buster * Survey Plus
Hi,
Still getting the same error. I double check permissions they are exactly as they are when I extract the .zip
I still get Page Not Found on /admin/index.php?route=tool/export/download
Still getting the same error. I double check permissions they are exactly as they are when I extract the .zip
I still get Page Not Found on /admin/index.php?route=tool/export/download
After installation, you should have the following file in your Opencart installation:I still get Page Not Found on /admin/index.php?route=tool/export/download
Newly added:
admin/controller/tool/export.php
admin/language/english/tool/export.php
admin/model/tool/export.php
admin/OLE/OLE.php
admin/OLE/PPS.php
admin/OLE/PPS/File.php
admin/OLE/PPS/Root.php
admin/Spreadsheet/Excel/Reader.php
admin/Spreadsheet/Excel/Writer.php
admin/Spreadsheet/Excel/Reader/OLERead.php
admin/Spreadsheet/Excel/Writer/BIFFwriter.php
admin/Spreadsheet/Excel/Writer/Format.php
admin/Spreadsheet/Excel/Writer/Parser.php
admin/Spreadsheet/Excel/Writer/Validator.php
admin/Spreadsheet/Excel/Writer/Workbook.php
admin/Spreadsheet/Excel/Writer/Worksheet.php
admin/view/template/tool/export.tpl
Overwritten:
admin/controller/common/menu.php
admin/language/english/common/menu.php
admin/view/template/common/menu.tpl
admin/controller/tool/backup.php
admin/language/english/tool/backup.php
admin/view/template/tool/backup.tpl
admin/view/image/button_export.png
admin/view/image/button_import.png
Override Engine * Integrated VQMod * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Rich Snippets * Google Tag Manager * Export/Import Tool * SpamBot Buster * Survey Plus
files are all there. very strange...
greg@ubuntu:/var/www/[removed]$ ls -alR admin/controller/tool/export.php
-rw-rw-r-- 1 root root 3024 2010-01-16 11:17 admin/controller/tool/export.php
greg@ubuntu:/var/www/[removed]$ ls -alR admin/language/english/tool/export.php
-rw-rw-r-- 1 root root 698 2010-01-16 11:04 admin/language/english/tool/export.php
greg@ubuntu:/var/www/[removed]$ ls -alR admin/model/tool/export.php
-rw-rw-r-- 1 root root 46454 2010-01-16 11:04 admin/model/tool/export.php
greg@ubuntu:/var/www/[removed]$ ls -alR admin/OLE/
admin/OLE/:
total 40
drwxr-xr-x 3 root root 4096 2010-01-13 22:03 .
drwxr-xr-x 8 root root 4096 2010-01-16 10:56 ..
-rw-r--r-- 1 root root 17997 2010-01-16 11:04 OLE.php
drwxr-xr-x 2 root root 4096 2010-01-13 22:03 PPS
-rw-r--r-- 1 root root 6594 2010-01-16 11:04 PPS.php
admin/OLE/PPS:
total 32
drwxr-xr-x 2 root root 4096 2010-01-13 22:03 .
drwxr-xr-x 3 root root 4096 2010-01-13 22:03 ..
-rwxr-xr-x 1 root root 3542 2010-01-16 11:04 File.php
-rwxr-xr-x 1 root root 17398 2010-01-16 11:04 Root.php
greg@ubuntu:/var/www/[removed]$ ls -alR admin/Spreadsheet/Excel/
admin/Spreadsheet/Excel/:
total 68
drwxr-xr-x 4 root root 4096 2010-01-13 22:03 .
drwxrwxr-x 3 root root 4096 2010-01-13 22:03 ..
drwxr-xr-x 2 root root 4096 2010-01-13 22:03 Reader
-rw-r--r-- 1 root root 49060 2010-01-16 11:04 Reader.php
drwxr-xr-x 2 root root 4096 2010-01-13 22:03 Writer
-rw-r--r-- 1 root root 3325 2010-01-16 11:04 Writer.php
admin/Spreadsheet/Excel/Reader:
total 20
drwxr-xr-x 2 root root 4096 2010-01-13 22:03 .
drwxr-xr-x 4 root root 4096 2010-01-13 22:03 ..
-rw-r--r-- 1 root root 8495 2010-01-16 11:04 OLERead.php
admin/Spreadsheet/Excel/Writer:
total 304
drwxr-xr-x 2 root root 4096 2010-01-13 22:03 .
drwxr-xr-x 4 root root 4096 2010-01-13 22:03 ..
-rwxr-xr-x 1 root root 7527 2010-01-16 11:04 BIFFwriter.php
-rwxr-xr-x 1 root root 30399 2010-01-16 11:04 Format.php
-rwxr-xr-x 1 root root 66832 2010-01-16 11:04 Parser.php
-rwxr-xr-x 1 root root 6380 2010-01-16 11:04 Validator.php
-rwxr-xr-x 1 root root 57112 2010-01-16 11:04 Workbook.php
-rwxr-xr-x 1 root root 112246 2010-01-16 11:04 Worksheet.php
greg@ubuntu:/var/www/[removed]$ ls -alR admin/view/template/tool/
admin/view/template/tool/:
total 20
drwxr-xr-x 2 root root 4096 2010-01-16 11:23 .
drwxr-xr-x 17 root root 4096 2009-12-27 21:56 ..
-rw-rw-r-- 1 root root 1279 2010-01-16 11:04 backup.tpl
-rw-rw-r-- 1 root root 803 2009-12-27 21:56 error_log.tpl
-rw-rw-r-- 1 root root 1252 2010-01-16 11:04 export.tpl
greg@ubuntu:/var/www/[removed]$ ls -alR admin/controller/common/menu.php
-rw-r--r-- 1 root root 6591 2010-01-16 11:04 admin/controller/common/menu.php
greg@ubuntu:/var/www/[removed]$ ls -alR admin/language/english/common/menu.php
-rw-rw-r-- 1 root root 2276 2010-01-16 11:04 admin/language/english/common/menu.php
greg@ubuntu:/var/www/[removed]$ ls -alR admin/view/template/common/menu.tpl
-rw-rw-r-- 1 root root 6374 2010-01-16 11:04 admin/view/template/common/menu.tpl
greg@ubuntu:/var/www/[removed]$ ls -alR admin/controller/tool/backup.php
-rw-rw-r-- 1 root root 3104 2010-01-16 11:04 admin/controller/tool/backup.php
greg@ubuntu:/var/www/[removed]$ ls -alR admin/language/english/tool/backup.php
-rw-rw-r-- 1 root root 403 2010-01-16 11:04 admin/language/english/tool/backup.php
greg@ubuntu:/var/www/[removed]$ ls -alR admin/view/template/tool/backup.tpl
-rw-rw-r-- 1 root root 1279 2010-01-16 11:04 admin/view/template/tool/backup.tpl
greg@ubuntu:/var/www/[removed]$ ls -alR admin/controller/tool/export.php
-rw-rw-r-- 1 root root 3024 2010-01-16 11:17 admin/controller/tool/export.php
greg@ubuntu:/var/www/[removed]$ ls -alR admin/language/english/tool/export.php
-rw-rw-r-- 1 root root 698 2010-01-16 11:04 admin/language/english/tool/export.php
greg@ubuntu:/var/www/[removed]$ ls -alR admin/model/tool/export.php
-rw-rw-r-- 1 root root 46454 2010-01-16 11:04 admin/model/tool/export.php
greg@ubuntu:/var/www/[removed]$ ls -alR admin/OLE/
admin/OLE/:
total 40
drwxr-xr-x 3 root root 4096 2010-01-13 22:03 .
drwxr-xr-x 8 root root 4096 2010-01-16 10:56 ..
-rw-r--r-- 1 root root 17997 2010-01-16 11:04 OLE.php
drwxr-xr-x 2 root root 4096 2010-01-13 22:03 PPS
-rw-r--r-- 1 root root 6594 2010-01-16 11:04 PPS.php
admin/OLE/PPS:
total 32
drwxr-xr-x 2 root root 4096 2010-01-13 22:03 .
drwxr-xr-x 3 root root 4096 2010-01-13 22:03 ..
-rwxr-xr-x 1 root root 3542 2010-01-16 11:04 File.php
-rwxr-xr-x 1 root root 17398 2010-01-16 11:04 Root.php
greg@ubuntu:/var/www/[removed]$ ls -alR admin/Spreadsheet/Excel/
admin/Spreadsheet/Excel/:
total 68
drwxr-xr-x 4 root root 4096 2010-01-13 22:03 .
drwxrwxr-x 3 root root 4096 2010-01-13 22:03 ..
drwxr-xr-x 2 root root 4096 2010-01-13 22:03 Reader
-rw-r--r-- 1 root root 49060 2010-01-16 11:04 Reader.php
drwxr-xr-x 2 root root 4096 2010-01-13 22:03 Writer
-rw-r--r-- 1 root root 3325 2010-01-16 11:04 Writer.php
admin/Spreadsheet/Excel/Reader:
total 20
drwxr-xr-x 2 root root 4096 2010-01-13 22:03 .
drwxr-xr-x 4 root root 4096 2010-01-13 22:03 ..
-rw-r--r-- 1 root root 8495 2010-01-16 11:04 OLERead.php
admin/Spreadsheet/Excel/Writer:
total 304
drwxr-xr-x 2 root root 4096 2010-01-13 22:03 .
drwxr-xr-x 4 root root 4096 2010-01-13 22:03 ..
-rwxr-xr-x 1 root root 7527 2010-01-16 11:04 BIFFwriter.php
-rwxr-xr-x 1 root root 30399 2010-01-16 11:04 Format.php
-rwxr-xr-x 1 root root 66832 2010-01-16 11:04 Parser.php
-rwxr-xr-x 1 root root 6380 2010-01-16 11:04 Validator.php
-rwxr-xr-x 1 root root 57112 2010-01-16 11:04 Workbook.php
-rwxr-xr-x 1 root root 112246 2010-01-16 11:04 Worksheet.php
greg@ubuntu:/var/www/[removed]$ ls -alR admin/view/template/tool/
admin/view/template/tool/:
total 20
drwxr-xr-x 2 root root 4096 2010-01-16 11:23 .
drwxr-xr-x 17 root root 4096 2009-12-27 21:56 ..
-rw-rw-r-- 1 root root 1279 2010-01-16 11:04 backup.tpl
-rw-rw-r-- 1 root root 803 2009-12-27 21:56 error_log.tpl
-rw-rw-r-- 1 root root 1252 2010-01-16 11:04 export.tpl
greg@ubuntu:/var/www/[removed]$ ls -alR admin/controller/common/menu.php
-rw-r--r-- 1 root root 6591 2010-01-16 11:04 admin/controller/common/menu.php
greg@ubuntu:/var/www/[removed]$ ls -alR admin/language/english/common/menu.php
-rw-rw-r-- 1 root root 2276 2010-01-16 11:04 admin/language/english/common/menu.php
greg@ubuntu:/var/www/[removed]$ ls -alR admin/view/template/common/menu.tpl
-rw-rw-r-- 1 root root 6374 2010-01-16 11:04 admin/view/template/common/menu.tpl
greg@ubuntu:/var/www/[removed]$ ls -alR admin/controller/tool/backup.php
-rw-rw-r-- 1 root root 3104 2010-01-16 11:04 admin/controller/tool/backup.php
greg@ubuntu:/var/www/[removed]$ ls -alR admin/language/english/tool/backup.php
-rw-rw-r-- 1 root root 403 2010-01-16 11:04 admin/language/english/tool/backup.php
greg@ubuntu:/var/www/[removed]$ ls -alR admin/view/template/tool/backup.tpl
-rw-rw-r-- 1 root root 1279 2010-01-16 11:04 admin/view/template/tool/backup.tpl
You can get the Export/Import tool for older OpenCart versions from
http://www.mhccorp.com/downloads-opencart.shtml
http://www.mhccorp.com/downloads-opencart.shtml
Override Engine * Integrated VQMod * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Rich Snippets * Google Tag Manager * Export/Import Tool * SpamBot Buster * Survey Plus
Who is online
Users browsing this forum: No registered users and 4 guests