PDA

View Full Version : Problems After Upgrading to 3.6.3


WTW Skippy
Wed 8th Nov '06, 9:29pm
Hello, today I upgraded to 3.6.3 from 3.6.2. The upgrade process went fine, with the exception of having to fix one template. Now, when I try to access my forum I get a page telling me to install Zend Optimizer.

Now I cannot access any portion of the forum. I've upgraded from 3.6.1 to 3.6.2 and didn't have any problems. I was kind of surprised when this happened as I've not changed ANYTHING as far as my server goes.


Also some information about the site:
Apache Server
PHP5
vBSEO installed
Other mods as well, ibproArcade, and a few other mods

Link: http://www.orlandowtw.com/forum/index.php
Any ideas:confused:


Thanks,

-Skippy

Floris
Wed 8th Nov '06, 9:58pm
Hi there,

I am not sure about those modifications. Please add this in your config.php file after the <?php code (on a new line)

Place in includes/config.php: define('DISABLE_HOOKS', true);

Run the forum with the hook system turned off. Check if it works now?

WTW Skippy
Wed 8th Nov '06, 10:38pm
Hi there,

I am not sure about those modifications. Please add this in your config.php file after the <?php code (on a new line)

Place in includes/config.php: define('DISABLE_HOOKS', true);

Run the forum with the hook system turned off. Check if it works now?

I can't believe I didn't try that. Midterms are owning my brain right now. That did the trick! Now I've gotta go through and find which mod(s) is screwing it up.