Log in

View Full Version : users getting errors


Sycoloco1212
10-27-2008, 04:47 PM
user got an error posting:

This error it says at the top of the site...

Warning: strpos() [funtion.strpos]: Empty delimiter. in [path]/global.php(405) : eval()'d code on line 177
Warning: strpos() [funtion.strpos]: Empty delimiter. in [path]/global.php(405) : eval()'d code on line 177
Warning: strpos() [funtion.strpos]: Empty delimiter. in [path]/global.php(405) : eval()'d code on line 177


-------------------------------------------------------------------------------------------------

And this is what it says inside the "Vbulletin Message"

Unable to add cookies, header already sent.
File: /home/hacke5/public_html/forums/includes/class_core.php
Line: 3243


anyone help me plz?

Lynne
10-27-2008, 05:07 PM
First thing to do is disable your plugins to see if they are causing the problem:
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

My guess is a plugin using the hook 'global_start'.

snakes1100
10-27-2008, 05:07 PM
Disable your plugins in the admincp vbulletin options, if you cant access the admincp because of this error, you will need to edit config.php and globaly disable them that way.

If the error goes away, you have a bad hack installed.

If you've made any php file edits, replace your default vbulletin files that you edited.

Sycoloco1212
10-27-2008, 05:12 PM
i dont get this error at all only my members do.. and i have around 60 plugin and checking through those is going to be a pain lol

snakes1100
10-27-2008, 05:14 PM
Thats why u need to globaly disable them to see if a hack is causing the issue in the first place, if it goes away, then you will need to go thru them one at a time.

Sycoloco1212
10-27-2008, 05:19 PM
after adding that line now my homepage which is VBAdvance i get this error

Fatal error: Call to undefined function: print_portal_output() in /home/hacke5/public_html/index.php on line 46

Lynne
10-27-2008, 05:26 PM
If you don't want to globally disable the plugins, then at least look through your products to see if there are any using the 'global_start' plugin and disable those. That is a good starting place. Then open up your site in another browser (not another browser window, but another browser) and login as a test user and see if you continue to have this problem.

snakes1100
10-27-2008, 05:29 PM
after adding that line now my homepage which is VBAdvance i get this error

Fatal error: Call to undefined function: print_portal_output() in /home/hacke5/public_html/index.php on line 46


Yes, vba is a hack/plugin, of course it would error, you globaly disabled the plugin system.

Sycoloco1212
10-27-2008, 05:40 PM
after disableing these first 5 it went away

Automatic Thread Tagger
PS Ad FORUMHOME
Per Forum Edit Time Limit
Limited Guest Viewing
Fireworks

but after i decided i wanted the thread tagger so i enabled it and still no error so the last 4 was one of those

Lynne
10-27-2008, 05:45 PM
OK, you've got it down to four mods. So, just enable one and see what happens. Just keep playing with enabling or disabling those four and see if you can figure out which one it is.

Sycoloco1212
10-27-2008, 05:59 PM
kk =)

--------------- Added 1225134868 at 1225134868 ---------------

after doing 1 each time and waiting 5 mins seeing if he gets errors all are enabled again and now no erros, so what im doing is disabling all 4 but the thread tagger ill leave on =)