Page 1 of 1

File not Found

Posted: Mon Jun 26, 2017 4:51 pm
by Daryl Toogood
I am trying to install a MOD to select specific shipping and payment options.

To do this I have to install Integrated VQ MOD and Opencart Fixes but I keep getting File not Found error.

Error Log shows:
2017-06-25 13:58:50 - PHP Warning: mkdir(): No such file or directory in /home/wonkybroomstick/public_html/admin/controller/extension/installer.php on line 81
2017-06-25 13:58:50 - PHP Warning: move_uploaded_file(/home/wonkybroomstick/public_html/system/orage/upload/temp-PVBnkMCLzu9RAqKo8Uti7zf6xGe0UtlE/install.xml): failed to open stream: No such file or directory in /home/wonkybroomstick/public_html/admin/controller/extension/installer.php on line 92
2017-06-25 13:58:50 - PHP Warning: move_uploaded_file(): Unable to move '/tmp/phpFtZIjc' to '/home/wonkybroomstick/public_html/system/orage/upload/temp-PVBnkMCLzu9RAqKo8Uti7zf6xGe0UtlE/install.xml' in /home/wonkybroomstick/public_html/admin/controller/extension/installer.php on line 92

Re: File not Found

Posted: Mon Jun 26, 2017 8:39 pm
by Daryl Toogood
I created a folder /orage/upload/ and this resolved my problem although I am a little confused as to why this directory is needed and if it was being previously used, where it has now gone

Re: File not Found

Posted: Tue Jun 27, 2017 1:27 am
by IP_CAM
system/orage/upload/
should probably rather be:
system/storage/upload/
so, it seems, that your config.php has been incorrectly written!
Ernie

Re: File not Found

Posted: Sat Jan 20, 2018 5:32 pm
by pfodo
IP_CAM wrote:
Tue Jun 27, 2017 1:27 am
system/orage/upload/
should probably rather be:
system/storage/upload/
so, it seems, that your config.php has been incorrectly written!
Ernie
This helps me a lot! :good:
My Extension Installer & Uninstaller works again in my OC 2.3.0.2.