1
Hello everyone
Started 3 days ago, my site began to have problem of submiting a picture thru MyAlbum or submiting an image thru the image manager. Before that everything worked fine.
I checked html/uploads and it has write permission, and I wrote a little bit php script to test that a text file can be created. So it should not be a problem of permission.
When I upload an image thru the image manager, there is no error message at all. But the image does not show and I see the name of the image. But the image is not created in the uploads directory. I turned on PHP Debug but I do not see any debug messages.
I suspected that upload path maybe a problem so
I looked at common.php and it shows
define("XOOPS_UPLOAD_PATH", XOOPS_ROOT_PATH."/uploads");
and
define("XOOPS_UPLOAD_URL", XOOPS_URL."/uploads");
--------------
Should I look at some other file? to see I need to restore a certain php file so that it will work again?
Thanks in advance
HH