XF 1.2 uploading avatars error?

C.Stanley

Active member
When a member tries to upload a avatar they get this avatar.webp

Then in ACP i see
avatar1.webp
Avatar permissions are set "unlimited" size.

Any help would be great
 
Ok So Now What Should I Try?
Question. I noticed this in the snippet you provided
#0 [internal function]: XenForo_Application::handlePhpError(2, 'mkdir(): Permis...', '/home/globalha/...', 68, Array)
#1 /home/globalha/public_html/forums/library/XenForo/Helper/File.php(68): mkdir('/home/forumedi/...')

Are you setting a separate directory for your /data /internal_data other than default.
Just wondering why /home/forumedi is in there.
 
Question. I noticed this in the snippet you provided
#0 [internal function]: XenForo_Application::handlePhpError(2, 'mkdir(): Permis...', '/home/globalha/...', 68, Array)
#1 /home/globalha/public_html/forums/library/XenForo/Helper/File.php(68): mkdir('/home/forumedi/...')

Are you setting a separate directory for your /data /internal_data other than default.
Just wondering why /home/forumedi is in there.

Yes sir and thank you, @Mike pointed it out to me early that my CDN is shooting to some where else and redirected in my config.php

Thank you for taking time to help me with this matter :)
 
Top Bottom