Page 1 of 1

About Extension Installer

Posted: Fri Jul 15, 2016 5:46 pm
by koripriyan10
Iam trying to install an xml of extension named quick fix which is used to bypass an FTP Server.
When I tried to upload the xml of that extension Iam getting an error like this.

Error:

SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

OK

<b>Warning</b>: mkdir(): No such file or directory in <b>/home/aashikan/public_html/opencart1/admin/controller/extension/installer.php</b> on line <b>82</b><b>Warning</b>: move_uploaded_file(/home/aashikan/public_html/opencart1/system/upload/temp-8MVbmklsCIlyKXnFrUC8RAJkrF3egWB0/install.xml): failed to open stream: No such file or directory in <b>/home/aashikan/public_html/opencart1/admin/controller/extension/installer.php</b> on line <b>93</b><b>Warning</b>: move_uploaded_file(): Unable to move '/tmp/phpF4qTyK' to '/home/aashikan/public_html/opencart1/system/upload/temp-8MVbmklsCIlyKXnFrUC8RAJkrF3egWB0/install.xml' in <b>/home/aashikan/public_html/opencart1/admin/controller/extension/installer.php</b> on line <b>93</b>{"step":[],"overwrite":[],"error":"File could not be found!"}


Help me to solve this issue!

Re: About Extension Installer

Posted: Fri Jul 22, 2016 1:44 pm
by imdevlper18
You have permission issue with folders.
If you have 2.0.3.1 version then, provide 777 permission with filezilla.
- system/upload
- system/download
- system/logs
- system/modification
- system/cache

About Image Manager in joomla

Posted: Tue Jul 26, 2016 5:22 pm
by koripriyan10
Hi sir / Madam,

I installed the latest version of opencart 2.1.0.2 . In the Administration Page of opencart there is a problem with
Image manager. I can't able to navigate to the subfolders of images for example :- demo folder . But I can able to upload
the images in the image manager . I given 777 permission (Write Permission) to image folder during installation, but still its is not working properly. Kindly give me some suggestion.

Thanks and Regards,
Kori

Re: About Image Manager in joomla

Posted: Tue Jul 26, 2016 7:46 pm
by straightlight
koripriyan10 wrote:Hi sir / Madam,

I installed the latest version of opencart 2.1.0.2 . In the Administration Page of opencart there is a problem with
Image manager. I can't able to navigate to the subfolders of images for example :- demo folder . But I can able to upload
the images in the image manager . I given 777 permission (Write Permission) to image folder during installation, but still its is not working properly. Kindly give me some suggestion.

Thanks and Regards,
Kori
The Opencart v2.1.0.2 is not the latest version. At this period of time, it is Opencart v2.2.0.0 release. However, the provided error message means that it requires a root level to set those CHMOD permissions. More information can be found here: http://stackoverflow.com/questions/1372 ... le-to-move . You'd need SSH to set those permissions or your can ask your hosting support to do it.