The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Illegal string offset
Hello,
over the last few months I have been running into a problem it seems to be a error that has effected quite a few areas of my forum 1st it was vbseo this is part of the error Code:
Unable to add cookies, header already sent. File: /home/crimecas/public_html/forum/vbseo/includes/functions_vbseo_pre.php Line: 279 2nd is my vbadvanced link directory Which is still giving a error Code:
Unable to add cookies, header already sent. File: /home/crimecas/public_html/forum/links/links_config.php Line: 1 3rd I have a "similar thread modification" that is the best thing since sliced bread but now I get a similar error Code:
Warning: Illegal string offset 'name' in [path]/includes/functions.php on line 6988 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at [path]/includes/class_core.php:5615) in [path]/includes/facebook/facebook.php on line 37 Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:5615) in [path]/includes/functions.php on line 4513 and also "headers already sent" I would love to be able to fix this, if you have any help for me I would appreciate it there is no where else to go other than here for support about these issues, as I have tried everything else. pm me or reply here and I will return a favor one day Thanks Ryan got to love vb.org |
#2
|
||||
|
||||
It would be better to ask at that mod 's support thread about it. As per the rules all mods/themes related issues should be asked at their respective support threads/forums.
|
#3
|
||||
|
||||
I have asked and found some info about each individual problem, but it is that the error seems to be the same for all these problems that I have.
I keep on getting 1, Unable to add cookies, header already sent. 2, Unable to add cookies, header already sent 3, Cannot modify header information - headers already sent There is a common problem, is it related to an update of something on my host, maybe php problem and what it this Strict Standards: Non-static method :ath() php 5.4.x |
#4
|
|||
|
|||
This is a long long LONG shot but if anyone has modified any of those files and used an echo for diagnostics it would cause those "header already sent" errors if there are any redirects. Even if you echo a blank string. Try going to the files throwing the errors and use the cPanel search feature to look for "echo".
|
#5
|
|||
|
|||
As borbole said, you really should be asking in the mod threads about the specific problems with modifications.
As nerbert mentioned, the "Unable to add cookies, header already sent" message means that something has created output before the script was intending to, so although the error messages look similar, they might be different problems in each case. The only one of your 3 errors I can think of a cause for offhand is the second one. If links/links_config.php is a file you've edited, sometimes some junk gets left at the top before the <?php, or if you used something like windows "word" to edit it that can also cause problems. You might want to open that file in a text editor or notepad and see if you can see anything at the top. |
Благодарность от: | ||
borbole |
#6
|
||||
|
||||
Thanks for the advice Kevin,
I will look into that config file Also what is the best way to disable all modifications ? |
#7
|
||||
|
||||
You can disable them in one fell swoop by adding this line at the top in your config.php file, right after the start php tag:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|