The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]()
You may be right, i dont know much about that, as for the error reporting it should now be
PHP Code:
Sorry i cant help more. |
#12
|
||||
|
||||
![]()
What is the " & ~8192" for? I didn't see that in the vb files.
|
#13
|
||||
|
||||
![]()
It's for deprocated errors http://php.net/manual/en/errorfunc.constants.php
|
#14
|
||||
|
||||
![]()
Hey Boofo,
Don't use exec_header_redirect() in the admin panel. The admin panel outputs everything early on, so you cannot use a header redirect (headers must come before all output). Use print_cp_message() instead instead. This should fix your issue. ![]() Cheers |
#15
|
||||
|
||||
![]()
That won't work for these, though:
Code:
exec_header_redirect("quote.php?" . $vbulletin->session->vars['sessionurl'] . "quoteid=" . $quote['quoteid'] . "&do=update"); exec_header_redirect("quote.php?" . $vbulletin->session->vars['sessionurl'] . "do=edit"); |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|