
03-16-2010, 12:00 AM
|
| عضو ماسي | | |
Upgraded to vB 3.8.5 and all was fine.
Host then upgraded the server to php 5.3.2 and all I get now is a white page.
I have been through the list of common causes of blank pages and none of those solved the problem.
My hosts are able to tell me: Quote:
Had a quick look and it seems as though things are falling over at line 213 of init.php
$vbulletin->datastore->fetch($specialtemplates);
Which (on digging deeper into what is called on this line) breaks a class at line 776 of 'class_core.php'
return @$this->functions['fetch_array']($queryresult, $this->fetchtypes["$type"]);
Seems to be fetching the data from the database and attempting to create an array from the values, not sure why it's going wrong though. I can't access backend/Admin to see/tell anything further.
Any suggestions would be much appreciated,
Thanks.
__DEFINE_LIKE_SHARE__
|