Re: Cannot upload images - warning directory does not exist

In my case the sulution was:

It appeared that in both config.php files (in root and admin dirctories) all the entries (including /image) were:
/..../...../provider-name/user-name/domain-name/htdocs//image/') - meaning two // instead of one /.
Possibly it is the bug in the OpenCart installation script.
I've changed ALL // to / in both files. Now it works fine.

Comments