Products Not Saving

Top  Previous  Next

1. The installation is completed and everything seems to work except new product files are not uploading and downloadable products won't save to the database and there is not error message.

 

Check the file_uploads option in php.ini. When set to Off, this prevents all html forms that are used for file uploads (such as the Edit Files page) from working. Set it to On and restart Apache.

 

2. Installation is completed, but products will not upload and there is an error message.

Permission denied.... editproduct.php on line 0

 

Permission to write to the folders that your file uploads are stored in is denied if the permission setting is lower than 777. To fix this use your ftp client to change the permissions on the prodimg, products, banners, updates and previews folders on the server. Verify that the permissions was actually set. Some hosting services will not allow 777 permission settings, which means that you will not be able to use the file upload features in AShop. Upload your files by ftp instead if this is the case.