The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi There,
We've changed servers a week or so ago. I have seen this error emailed to me twice: Quote:
Hmmm. Maybe it is that port of Ryangel's journal? It never gave this error before, but it seems to be some unnamed script somewhere. It's confusing |
#2
|
|||
|
|||
![]()
Any help please? I have been getting this error and the corresponding email about four times a day and I would love to get rid of it. Even a suggestion at what I might do to help debug it would be helpful.
I have these hacks installed: vbjournal photopost_classifieds photopost_gallery vbadvanced_CMPS Many thanks, Matt |
#3
|
||||
|
||||
![]()
You gotta give more details. WHEN do you get the error? In what script?
|
#4
|
|||
|
|||
![]()
The error is emailed to me by the server. I never actually "get it". It happens usually twice a day, sometimes 4x. That's the actual email message that I included in the first post. The error is always the same. The script is not identified, which makes me think it is probably a non-VB error. I think it is probably some Photopost thing.
Regards, Matt |
#5
|
||||
|
||||
![]() Quote:
You should search for those hack this string: "user SET posts = posts +" , the value 'Array' should be a number but it doesn't set properly. I don't understand why the error appears on no file !?! |
#6
|
|||
|
|||
![]()
Hi deathemperor,
I don't know what you mean by "incorrect," but it does look bizarre, which makes me think it is not a vb script, but a hack or something that does not set $THISSCRIPT or whatever to make the Script field appear. Photopost does increment /decrement user post count when they add or delete a comment. They deny it is their thing becuase they don't email errors. [UPDATE] I am going to look at journals.php now. Nope, journals doesn't increment or decrement "posts" on entry or comment Regards, Matt |
#7
|
||||
|
||||
![]()
There's a program called editplus2 which has a very handy "search in files" function. You could use that to track down the script that's creating the problems.
|
#8
|
||||
|
||||
![]() Quote:
However I'm not sure about this, it's just one possible chance. |
#9
|
|||
|
|||
![]()
I think it is the articlebot hack. I found that the errors might coincide with the cron, and there is this in articlebot.php
Code:
if (is_array($users)) { foreach ($users as $userid => $user_posts) { /* +---------------------------------+ | Query: update article bot(s) | +---------------------------------+ */ $DB_site->query(" UPDATE ".TABLE_PREFIX."user SET posts = posts + $user_posts WHERE userid = $userid "); } } Regards, Matt |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|