Quote:
Originally posted by Tarion
if everyone of you hast the problem that the uploaded images get not the right CHMOD to be display here a way to get it work:
find in upload.php:
PHP Code:
exec("cp $picture $path/$chacha");
add after that:
PHP Code:
chmod("$path/$chacha",0777);
and now it will work i had the same problem on my server an now it is fixed.
I hope you like this addition
|
ok got it, that was the problem that took me 24 hours!!!!!
Thanks!
btw i am running vb 2.2.5! Works perfect!