I'm sure that's a problem of access rights or with register_globals.
Are files uploaded into images folder?
If not set register_globals=On in php.ini
If yes, check access rights of the files. Try to set it to 0666.
If it works add a line
chmod() into /admin/item.php after move_uploaded_files() command.
i can't see the pics (in thumb and same in details)after insert the items in db as same it's problem with logo.jpg ... plz help
using phpayv2.02
I'm sure that's a problem of access rights or with register_globals.
Are files uploaded into images folder?
If not set register_globals=On in php.ini
If yes, check access rights of the files. Try to set it to 0666.
If it works add a line
chmod() into /admin/item.php after move_uploaded_files() command.
Please see also:
http://sourceforge.net/forum/message.php?msg_id=1906995
http://sourceforge.net/forum/forum.php?thread_id=1011427&forum_id=121974
Greetings,
Andreas.