topcorner9 Posted October 22, 2015 Share Posted October 22, 2015 When i am trying to upload an image to product, then appears an error - ‘’An error occurred during new folder creation’’. Where is the problem? Any solutions? ScreenShot002.bmp Thank you Link to comment Share on other sites More sharing options...
MacRoy Posted October 22, 2015 Share Posted October 22, 2015 Hi! Check the permissions for your directories. Put directory to CHMOD -R 777 to see if that helps. Regards MacRoy Link to comment Share on other sites More sharing options...
topcorner9 Posted October 25, 2015 Author Share Posted October 25, 2015 Hi! Check the permissions for your directories. Put directory to CHMOD -R 777 to see if that helps. Regards MacRoy Thanks for respond, but i have already tried with permissions, nothing changed. Maybe you have some other ideas ? Thank you Link to comment Share on other sites More sharing options...
flyclothing Posted November 4, 2015 Share Posted November 4, 2015 I am having same issue now with 1.6.1.2. Link to comment Share on other sites More sharing options...
topcorner9 Posted November 4, 2015 Author Share Posted November 4, 2015 When i am trying to upload an image to product, then appears an error - ‘’An error occurred during new folder creation’’. Where is the problem? Any solutions? ScreenShot002.bmp Thank you stacktrace: AdminProductsController.php: f-ja ajaxProcessaddProductImage (3822)if (!$image->add()) ObjectModel.php: f-ja add (464)if (!$result = ObjectModel::$db->insert($this->def['table'], $this->getFields(), $null_values)) it looks like that there is unsuccessful insert in the database. What to do now? Any ideas? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now