craftsmancoding / assetmanager

Asset Manager for MODX Revolution
36 stars 15 forks source link

Trouble uploading Files #77

Closed nowhinjing closed 8 years ago

nowhinjing commented 8 years ago

Please see attached image.

Clean install of Modx 2.4.3 on an SMEServer running PHP 5.3.3.

There are no error messages in the Modx log, but the /lib file is not creates under assets. I added this manually but it made no difference, same error was reported.

Any help would be much appreciated. amb

nowhinjing commented 8 years ago

Sorry for this post. I have solved the problem which was due to "open_basedir restriction in effect" in PHP which was not permitting the directory /tmp to be created and used during the upload process.

Modifying the basedir parameter to allow /tmp to be created has solved the problem.