UBB.Dev
Posted By: Lisa_P 6.0 (error message) - 03/24/2002 6:06 AM
Not sure if this is where you want errors with this new version or not. But, after changing my password from the temp. one that was emailed, it returned me to the "My Home" page, with this error at the very top of the page:

Warning: getimagesize: Unable to open '' for reading. in /usr/local/psa/home/vhosts/ubbdev.com/httpdocs/threads/php/changebasic.php on line 115

Posted By: navaho Re: 6.0 (error message) - 03/24/2002 6:25 AM
Got it. The avatar feature is off or was a minute ago..., but it is still trying to figure out the size of your avatar.
Posted By: BryanDS Re: 6.0 (error message) - 03/24/2002 6:06 PM
Warning: getimagesize: Unable to open '' for reading. in /usr/local/psa/home/vhosts/ubbdev.com/httpdocs/threads/php/changebasic.php on line 115


I got it too, and I dont even have an avatar.

-Bry
Posted By: Lisa_P Re: 6.0 (error message) - 03/24/2002 6:55 PM
Could that be the problem? I don't have an avatar either. Maybe it's looking for a size even if there is no avatar.
Posted By: Extrm Bob Re: 6.0 (error message) - 03/24/2002 7:31 PM
That is a warning. To get rid of it in php.ini uncomment this line

error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR



Posted By: WrÅith Re: 6.0 (error message) - 03/24/2002 7:50 PM
I received the same error message when I changed my temporary password and I do have an avatar.
Posted By: navaho Re: 6.0 (error message) - 03/24/2002 8:29 PM
Nonono. Folks There is a new element to the avatars that is shut off right now. Though the feature is off it is still trying to getimagesize with noting to getimagesize on. That's the problem, it is not obeying the on/off properly.

I do know how to turn off warnings, I'd rather make the code not need to have warnings shut off. []/forum/images/icons/smile.gif[/] This is something Rick can fix and he will []/forum/images/icons/smile.gif[/]
Posted By: JoshPet Re: 6.0 (error message) - 03/24/2002 9:04 PM
When I changed my temporary password.. my avatar was a little too big... it wouldn't let me complete the process. Had to go back and delete the URL to my facepic.
Posted By: Rick Re: 6.0 (error message) - 03/24/2002 11:17 PM
Yes, I need to change the code a bit so it doesn't error when the avatar upload feature is disabled and you don't have a picture specified. There is also a theme option for max width/height as well which is by default 65X75.
Posted By: razvan Re: 6.0 (error message) - 03/25/2002 1:34 PM
I'm not sure how this is done right now, but I think an if ($avatar) { get imagesize } may solve this.
Posted By: theraven Re: 6.0 (error message) - 03/25/2002 5:32 PM
Ditto on the error, I got it while changing my avatar

Warning: getimagesize: Unable to open '' for reading. in /usr/local/psa/home/vhosts/ubbdev.com/httpdocs/threads/php/changebasic.php on line 115
© UBB.Developers