The problem I have is I cannot upgrade - the upgrade script fails.
This is what I get when I try and run the urgrade:
PHP Code:
Strict Standards: Non-static method vB_Shutdown::init() should not be called statically, assuming $this from incompatible context in /home2/scott/public_html/gersforum/includes/class_core.php on line 2555
Strict Standards: Non-static method vB_Bitfield_Builder::build_datastore() should not be called statically in /home2/scott/public_html/gersforum/install/init.php on line 189
Strict Standards: Non-static method vB_Bitfield_Builder::init() should not be called statically in /home2/scott/public_html/gersforum/includes/class_bitfield_builder.php on line 227
Strict Standards: Non-static method vB_Bitfield_Builder::build() should not be called statically in /home2/scott/public_html/gersforum/includes/class_bitfield_builder.php on line 233
Strict Standards: Non-static method vB_Bitfield_Builder::init() should not be called statically in /home2/scott/public_html/gersforum/includes/class_bitfield_builder.php on line 89
Strict Standards: Non-static method vB_Bitfield_Builder::init() should not be called statically in /home2/scott/public_html/gersforum/install/init.php on line 191
Strict Standards: Non-static method vBulletinHook::init() should not be called statically in /home2/scott/public_html/gersforum/install/init.php on line 212
Strict Standards: Non-static method vBulletinHook::fetch_hook() should not be called statically in /home2/scott/public_html/gersforum/includes/functions.php on line 3093
Strict Standards: Non-static method vBulletinHook::init() should not be called statically in /home2/scott/public_html/gersforum/includes/class_hook.php on line 118
Warning: Cannot modify header information - headers already sent by (output started at /home2/scott/public_html/gersforum/includes/class_core.php:2555) in /home2/scott/public_html/gersforum/includes/functions.php on line 3103
I also cannot update or import any mods - these all started after the PHP upgrade and I am on shared hosting (Hostgator) so rolling back PHP is not an option for me.
The main pain is if a user posts a comment and previews it, the preview is shown but the actual text box is empty, this is a common problem with the new version of PHP.
Eddie - how are you hiding all the errors?