View Full Version : vbulletin geuprgrade
Menno11
11-27-2013, 01:50 PM
Hi,
i have upgrade my vbulletin from 4.2 to 4.2.2
no everty thing is blanco.
the upgrade is don.
everything gos well
nou blanco
i can not into the admin cp.
somebody help me please.
http://deadoralive.biz.ua/forum.php
When I go to that link I see this:
Warning: require(..../dbtech/vbshout/hooks/init_startup.php) [function.require]: failed to open stream: No such file or directory in ..../includes/init.php(351) : eval()'d code on line 106
Fatal error: require() [function.require]: Failed opening required '/home/doa/public_html/dbtech/vbshout/hooks/init_startup.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/doa/public_html/includes/init.php(351) : eval()'d code on line 106
so it looks like you're missing the files for dbtech vbshout and need to re-upload them.
You can also edit your includes/config.php file and temporarily insert this (near the top, just under the <?php line):
define('DISABLE_HOOKS', 1);
That will temporarily disable all mods so that you can get to the admin cp and disable any products that are causing problems.
Menno11
11-27-2013, 02:08 PM
Solved
If you need to disable error displays, there are a number of methods, depending on your circumstances and technical ability.
1. Add the following line to your config.php under the <?php line:
PHP Code:
define('SKIP_ALL_ERRORS', true);
Note: You must have downloaded the 4.2.2 package on or after Nov 1st 2013 for this to work.
If you downloaded it before then you will need to redownload and update the files on your server.
--------------- Added 1385565011 at 1385565011 ---------------
Thx KH99 for youre anser.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.