![]() |
Error Log My error log is full of errors like: [Tue Dec 18 05:49:19 2012] [error] [client 66.249.74.177] SoftException in Application.cpp:601: Directory "/home/teambuic/public_html/classifieds/data/53" is writeable by group [Tue Dec 18 05:49:19 2012] [error] [client 66.249.74.177] File does not exist: /home/teambuic/public_html/classifieds/data/53/IMG_0665.JPG I have done the database scans, but they persist. What should I know? Thanks, |
data/53 should be writable since your allowing uploads to it so nothing I can tell you specifically about that in your logs. Seems maybe related to the error reporting on your server maybe being high just a guess As far as File does not exist: that is pretty straight forward. One of your ads in that category is referencing an image so at one time there was an image to go with that but your error shows that the file no longer exists on disk. Have you found the ad? How many ads exist in that category? Have you done a search in the products table to find which ad it is? |
Troubleshooting: SoftException in Application.cpp:544 | Josh Highland This is a more detailed explanation on softexception it is the way your apache is setup. In most servers to upload a file to a folder the directory needs to be 777 permissions. Now on a small amount of servers you can upload and create folders with 755 permissions. You can test this by setting your data and uploads folders recursively to 755 permissions. If you can create a category and upload and delete images from that category then your app will work with 755 permissions. That will most definately get rid of that server error. Now if you application will not work with 755 permissions then of course you will need to set permissions back to 777. |
| All times are GMT -5. The time now is 01:54 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0