When I upload an avatar loading times are more than a minute or sometimes an image doesn't load at all.
I have tested avatar uploading with the following browsers:
- FireFox 44.0.2: Very slow - parse error
- Chrome 48.0.2564.116 m: No upload - img404 error
- IE 11: OK - No errors
In php errorlog I read:
PHP Notice: Uninitialized string offset: 0 in /home/mysite/public_html/components/com_users/models/profile.php on line 336
PHP Warning: Illegal string offset 'method' in /home/mysite/public_html/components/com_users/models/profile.php on line 336
PHP Warning: imagecreatetruecolor(): Invalid image dimensions in /home/mysite/public_html/administrator/components/com_jsn/assets/ImgPicker.php on line 733
There's clearly something wrong,
Best regards,
Jeff