Question Corrupt vbShout install

Status
Not open for further replies.

terminator

Customer
I have just installed the latest version of vbshout and now cannot access my admincp and get this error

Warning: Non-static method VBSHOUT_CACHE::init() should not be called statically in ..../dbtech/vbshout/hooks/global_start.php on line 24


And get these errors on the forums mains page

Warning: Non-static method VBSHOUT_CACHE::init() should not be called statically, assuming $this from incompatible context in ..../dbtech/vbshout/hooks/global_start.php on line 14

Warning: Non-static method VBSHOUT::render() should not be called statically, assuming $this from incompatible context in ..../dbtech/vbshout/includes/global.php on line 83

Please help as this is a new setup and I now cannot do anything until this is resolved.

Thanks.
 
The latest version of vBShout is v6.2.4.

v5.4.6 is no longer supported, so if you do not wish to renew your licence then you will need to manually edit the files yourself or downgrade to a PHP version that does not trigger these warnings.
 
From the error messages, the affected files are /dbtech/vbshout/includes/class_cache.php and /dbtech/vbshout/includes/class_core.php
 
Thanks but the problem is I cant access my admincp as it is giving me this error

Warning: Non-static method VBSHOUT_CACHE::init() should not be called statically in ..../dbtech/vbshout/hooks/global_start.php on line 24
 
Make sure you upload all the new files before attempting to log in to upgrade :)
 
Disable plugins via config if this fixes the problem enable plugins again via config, then disable one plugin at a time until you find the problem one


To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php


PHP:
define('DISABLE_HOOKS', true);
To enable plugins again just comment out the line
PHP:
//define('DISABLE_HOOKS', true);
Use notepad++ to edit any files
 
Status
Not open for further replies.

Similar threads

  • Locked
  • Support ticket
Question vBshout tcats
Replies
4
Views
879
  • Locked
  • Support ticket
Question vBShout
Replies
1
Views
1K
  • Locked
  • Support ticket
Question vBShout
Replies
2
Views
795

Legacy vBShout

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
3,167
Customer rating
5.00 star(s) 1 ratings
Back
Top