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

Popular posts from this blog

Real-Time Web Interface to MQTT using Socket.io and Node.js

Insert session variable into MySQL database

Insert CheckBox and Radio button Data in MySQL Database Using PHP