Quote:
Originally Posted by ctimes
I'm having an issue with vbimggallery after my hose upgraded to php 5.3, is there any way to fix?
Here are some of the lines:
55 - $vbulletin =& new vB_Registry();
107 - $db =& new vB_Database_Explain($vbulletin);
111 - $db =& new vB_Database($vbulletin);
Would appreciate if anyone knows what may be wrong, asked my host if they would possibly downgrade back to 5.2 until this is fixed but you can't.
Thank you
|
excuse me i think i can help here...
regarding the deprecated functions, this issue is related with your php version. i'll assume that your php is 5.3.0 because in this version some functions connected with the image resizing are deprecated so you have to open the file that you're having the error in...
in order to change the code right you'll need this reference:
http://takien.com/513/how-to-fix-fun...-php-5-3-0.php
however, i recommend you downgrade your php version to 5.2.13 or less to solve the problem without having any need to change the code.
regards,
Ali