I have purchased and would like to get the iphone and droid mobile apps installed on my forums, but low and behold I need to upgrade to php5.2. Since php5.2 is not really supported in centos I built a new server with php5.3
I rsynch'd my vb directories and dumped and restored the database.
If I : define('DISABLE_HOOKS', true); in config.php my forums starts up fine.
I have about 6 mods installed and have tried deactivating each of them one by one by setting all of their pugin id's to active=0 in the plugin table but vb still will not load and does not throw a single error on screen, via email and nothing is being written to my php log file.
any suggestions on how to debug this problem. this is turning out to be a nightmare.
I hate to cripple my live forum bu turning off all the plugins and them dumping the database over to my dev server but short of a methoidcal approch to debugging the problem I think that's my only alternative. If I knew getting the mobile apps installed would be so much work I would have talked the marking guys out of their decision to proceed.
thanks in advance.
ps: putting my live site at risk and attempting an upgrade from php 5.1.6 to php5.3 is not a solution.
I rsynch'd my vb directories and dumped and restored the database.
If I : define('DISABLE_HOOKS', true); in config.php my forums starts up fine.
I have about 6 mods installed and have tried deactivating each of them one by one by setting all of their pugin id's to active=0 in the plugin table but vb still will not load and does not throw a single error on screen, via email and nothing is being written to my php log file.
any suggestions on how to debug this problem. this is turning out to be a nightmare.
I hate to cripple my live forum bu turning off all the plugins and them dumping the database over to my dev server but short of a methoidcal approch to debugging the problem I think that's my only alternative. If I knew getting the mobile apps installed would be so much work I would have talked the marking guys out of their decision to proceed.
thanks in advance.
ps: putting my live site at risk and attempting an upgrade from php 5.1.6 to php5.3 is not a solution.
Comment