![]() |
Quote:
Code:
Warning: Cannot modify header information - headers already sent by (output started at /includes/class_bootstrap.php(996) : eval()'d code:108) in /includes/class_bootstrap.php(996) : eval()'d code on line 96 |
Well, I made another typo and left out a comma - it should have been:
Code:
print_standard_redirect('phrase_to_show', true, false, -1, true); But that error message you posted happens if your code produces any output before you call print_standard_redirect(). I probably shoudlhave started out by asking, where are you calling your function from? Is it a custom script or a plugin? |
Quote:
Code:
The page isn't redirecting properly |
Do you know what $myredir is set to? Maybe try this: temporarily add this code before the call to print_standard_redirect:
Code:
die("redirect to '$myredir'"); |
Quote:
Warning: Cannot modify header information - headers already sent by (output started at [path]/global.php(29) : eval()'d code:424) in [path]/includes/class_bootstrap.php(996) : eval()'d code on line 96 Warning: Cannot modify header information - headers already sent by (output started at [path]/global.php(29) : eval()'d code:424) in [path]/includes/class_bootstrap.php(996) : eval()'d code on line 97 |
Is your plugin using hook global_start? Try looking at what's on line 424 (that might not be the right line because it includes all plugins using hook global_start).
|
Quote:
if (!$vbulletin->options['agturnoff']) eval(standard_error($vbulletin->options['agblacklistmessage'] how would i change it, instead of PHP Code:
right i must get some other work done, i've learn a lot tonight and i'm feeling tired |
All times are GMT. The time now is 02:07 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|