The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]() ![]() What is the problem missed the point? This has repeatedly give error. Rss does not work What should i do? ![]() Help me plase, Thank you. Quote:
|
#2
|
||||
|
||||
![]()
Same problem
![]() My error: Warning: Invalid argument supplied for foreach() in [path]includes[path]class_postbit_alt.php(474) : eval()'d code on line 165 This line shows several times. This error appears when I use type=rss2 or forumids, without those params it is ok... And as I can see in google - many forums have same problem. What is going on? |
#3
|
||||
|
||||
![]()
Line 474 of class_postbit_alt.php:
PHP Code:
|
#4
|
||||
|
||||
![]()
I used define('DISABLE_HOOKS', true); to disable whole plugin system, but still got same error... Does it is taken from some cache or problem is not in hook?
If it is cache how long I have to wait to check does it work or not and how can I figure out which hook it is without trying to disable one by one? And one more thing - now it's not working even without parameters... Yesterday it was ok ![]() |
#5
|
|||
|
|||
![]()
Default cache: 1 hour
vBulletin Options -> External Data Provider -> Cache Lifespan |
#6
|
||||
|
||||
![]()
Thanks I will turn off cache at night and seek guilty hook
![]() --------------- Added [DATE]1245686540[/DATE] at [TIME]1245686540[/TIME] --------------- The problem just disappear... But I think that it will come back. Is it possible that it depends on content of posts which are shown in RSS? Or... One of my users wrote that who is on line produces such error: Parse error: syntax error, unexpected T_STRING in /includes/functions_online.php(1170) : eval()'d code on line 67 Is it possible that booth those errors depends on some username? I don't know that author of post is send in RSS, but I don't believe that it resolves itself - so what could be the problem - content, username, something else?... As long as I can't reproduce error I cannot work on it, but here are such experienced vB programmers, so I hope someone good in it will help me ![]() |
#7
|
||||
|
||||
![]() Quote:
Warning: Invalid argument supplied for foreach() in [path]includes[path]class_postbit_alt.php(474) : eval()'d code on line 165 Doesn't it tells that error occures in line 165?... |
#8
|
||||
|
||||
![]()
No, it is an error related to line 474 of class_postbit_alt.php . On that line is something else which gets eval()'d and the problem is on line 165 of that eval()'d code. Line 474 is a hook which evals some code and the error is in that code being eval()'d.
|
#9
|
||||
|
||||
![]()
I've just made tests and it's definitivelly not any hook.
I set RSS cache to 1 minute. Disabled all hooks by define('DISABLE_HOOKS', true); - tested does hooks are dissabled (forum looks ![]() As I wrote before for some time it was working again and now again is not working. I'm wondering does the content of posts or some usernames can matter here. Somebody can help me?... |
#10
|
||||
|
||||
![]()
Try deleting that hook line in class_postbit_alt.php > save > upload and see what sort of error you then get.
If you still get the error, check your class_postbit_alt.php page and let us know what is on line 474 of it, maybe it is something different than what is on mine. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|