The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
PHP Error
I figured out the issue iv been having with an internal 500 server error, in the
log it tells me: [warn] mod_fcgid: stderr: PHP Fatal error: require_once(): Failed opening required '/home/nomsoft/public_html/irc.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/clients/client1/web1/web/forums/global.php(29) : eval()'d code on line 2 I used to have the Crimson Tech Chat IRC v0.0.2 plugin for vb4, but then I removed it. I have no idea where that irc.php path is listed in my forums.. Anyone know a way around this or how I can find this path and change it? |
#2
|
|||
|
|||
global.php line 29 is hook global_start. Go to the Plugin Manager and see if you can find a plugin using hook global_start that looks like it's for Crimson Tech Chat (or anything else that you can't identify).
|
#3
|
|||
|
|||
I did grep -r "global_start" . and got the following:
Code:
Binary file ./php-cgi.core matches ./global.php:($hook = vBulletinHook::fetch_hook('global_start')) ? eval($hook) : false; Binary file ./admincp/php-cgi.core matches Binary file ./archive/php-cgi.core matches ./includes/xml/hooks_vbulletin.xml: <hook>global_start</hook> and eliminate the 500 internal error before I found this PHP error in the logs. I also removed the hook's files/folders. |
#4
|
|||
|
|||
Hmm...maybe try creating a new plugin using hook global_start, contianing only a comment or something like that. That will cause the plugin code for the global_start hook to be rebuilt.
|
Благодарность от: | ||
Easelm |
#5
|
|||
|
|||
Quote:
Thank you, I still have some hair left |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|