Hi all,
I'm not too familar with php yet (I'm still stuck in the perl days

)but a user reported the following error and it is able to be reproduced by attempting to change the basic profile.
<br />Fatal error: Call to undefined function: remotefilesize() in /home/xganon/www/forums/ubbt.inc.php on line 739<br />
I am using mysql 4.0.16, php 4.1.2, Redhat ES 2.3(or so).
I added the function to the bottom of ubbt.inc.php but stil no go (It was the code for php versions that aren't 4.3)
Any ideas?
Line 739 of that file is:
739 $imageSize = remoteFileSize($imageUrl);<br /> 740 if ($imageSize > $config['sigImageSize']) {<br /> 741 $this -> not_right ($ubbt_lang['SIGMAX_SIZE'],$Cat);<br />