moved this post to bug reports as you are running vbulletin 3.8.x and gallery 2.5.x. this forum is for the new beta version for vbulletin 4.x only.
These are warnings that appear on older gallery and vbulletin versions with php 5.3. best would be to switch off the deprecated warning in your php.ini.
if you have access to your php.ini file do the following:
open php.ini and find the line:
Code:
Content visible to verified customers only.
replace with:
Code:
Content visible to verified customers only.
restart apache
If you do
NOT have access to your php.ini you would have to open all vbgallery files and replace the first line.
find:
Code:
Content visible to verified customers only.
and replace everywhere (in all files where you find it) with:
Code:
Content visible to verified customers only.
give it a test and see if works by doing the change in installer vbgallery_install.php.
Thats my 2 cents.. but maybe support will have a better solution
Luc