Page 1 of 1

Can't install ocmod through the extension installer

Posted: Sat Jul 02, 2016 4:39 pm
by a3s6d
HI

I Can't install ocmod through the extension installer, An error occurred .
未命名.jpg

未命名.jpg (107.48 KiB) Viewed 1762 times

how can i settle it ?

Re: Can't install ocmod through the extension installer

Posted: Sat Jul 02, 2016 7:19 pm
by inactiveaccount9912
Edit you main config.php and the admin/config.php and fix the paths because they arent correct.
Example:

Code: Select all

define('DIR_UPLOAD', DIR_SYSTEM . 'upload/');
should be:

Code: Select all

define('DIR_UPLOAD', DIR_SYSTEM . 'storage/upload/');
you can read more here: http://shopencart.com/opencart-cant-install-ocmods

Re: Can't install ocmod through the extension installer

Posted: Sat Jul 02, 2016 8:15 pm
by a3s6d
edited , but can't solve , the error still occur , Please advice.
Thx

Re: Can't install ocmod through the extension installer

Posted: Mon Jul 04, 2016 7:41 am
by straightlight
Set your CHMOD settings to 755 on your system/storage/upload folder from the FTP. This should grant access to your sub-folder to write access.

Re: Can't install ocmod through the extension installer

Posted: Mon Jul 04, 2016 9:10 pm
by inactiveaccount9912
If the same error still occurs then you havent made the edits.