Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
picture upload not working
pureblood
New
First off, thank you for the current version. I checked several previous ones but the current one looks really promising.
I try to upload a photo to my profile but the picture will not find its way onto my webspace.
The database entry and everything is there after my uploading but the picture is broken because vanilla cannot find an image at the given url.
So somehow no error appears whatsoever but still the picture is not there.
It is definatly looking like a permission login but I already did a "sudo chmod -R 777 upload" and everything looks fine there.
Any ideas where I should take a look?
btw: my picture file is ok as well, I even tried uploading it in the hosted version which was working as expected.
I try to upload a photo to my profile but the picture will not find its way onto my webspace.
The database entry and everything is there after my uploading but the picture is broken because vanilla cannot find an image at the given url.
So somehow no error appears whatsoever but still the picture is not there.
It is definatly looking like a permission login but I already did a "sudo chmod -R 777 upload" and everything looks fine there.
Any ideas where I should take a look?
btw: my picture file is ok as well, I even tried uploading it in the hosted version which was working as expected.
Tagged:
1
Comments
I kinda think there must be a wrong php temp configuration in vanilla that is not compliant to my server paths....
$Ex = T('The file failed to upload.');
break;
case 6:
$Ex = T('The temporary upload folder has not been configured.');
break;
case 7:
$Ex = T('Failed to write the file to disk.');
break;
case 8:
$Ex = T('The upload was stopped by extension.');
IF an error occured then vanilla would not make a database entry for the picture, would it?
guys come on!
did I miss to provide some important information, let me know.
must be possible to solve
I mean, please hint me in the right direction if I missed anything in my report....
and there you go here it is working.
so lets forget about the old one, there must have been a bug, that is gone in the current one.