Author |
Message |
grimsoc
New Member


Joined: May 24, 2006
Posts: 10
Location: Upstate NY
|
Posted:
Thu Mar 13, 2008 6:58 pm |
|
This is in my dblog, I know it probably is in a module that i reinstalled after my RN upgrade, and thats it is not in the RN scripts, but I was wondering if any one recognizes this and what module/block/script it might be coming from.
Code:
nuke_blocked_robot' doesn't exist
SQL was: SELECT COUNT(*) as count FROM nuke_blocked_robot as a, nuke_session as b WHERE a.robot_ip = ''
|
Is there a program out there that searches files in a dir for a string of text in the files. Or do I have to open each one, then search.
Thanks for any responses. |
|
|
|
 |
Gremmie
Former Moderator in Good Standing

Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA
|
Posted:
Thu Mar 13, 2008 7:05 pm |
|
Well if you are using Windows you can do a Windows search and recursively search directories for files containing the text 'nuke_blocked_robot'.
Go to the start menu and select search.
Other options are grep and most editors let you recursively search in files or directories (e.g. UltraEdit). |
_________________ Only registered users can see links on this board! Get registered or login! - An Event Calendar for PHP-Nuke
Only registered users can see links on this board! Get registered or login! - A Google Maps Nuke Module |
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Fri Mar 14, 2008 6:04 am |
|
It might be better to search for just "_blocked_robot". The reason is the $prefix will mess you up almost every time. |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
 |
fkelly
Former Moderator in Good Standing

Joined: Aug 30, 2005
Posts: 3312
Location: near Albany NY
|
Posted:
Fri Mar 14, 2008 10:20 am |
|
And if that error is happening repeatedly don't forget to clean out your dblog when you've resolved the problem. |
|
|
|
 |
grimsoc

|
Posted:
Fri Mar 14, 2008 2:57 pm |
|
TY all for the replies, still hunting. The windows search turned up nothing. That was the first thing I tried. I tried searching with just _robot and no go. I do keep getting the error's and do clean out my dblog every night. Gonna start removing one thing at a time and go from there. Again thanks, not a big deal, I'll find it.
Its really amazing the work you all have done here. Just throwing that out there. |
|
|
|
 |
fkelly

|
Posted:
Fri Mar 14, 2008 5:16 pm |
|
It has to be in a module or block that is not part of the Ravennuke distribution. If you don't have an editor that will search through all the files at once, I would start looking in the blocks that aren't part of Ravennuke and proceed to the modules. There shouldn't be many of them. And thanks for you comment, we try. |
|
|
|
 |
grimsoc

|
Posted:
Sat Mar 15, 2008 8:29 am |
|
Feeling noobish because it was something simple.
It was a older block-User_Info_login block that was the culprit. Was still using it because of some of the icon pics i had wanted to use. I just turned it off and put in the latest one with the Ravennuke distribution. Used a program called Editplus2, worked like a charm.
dblog is clean as a whistle for now.
Thanks again for the help. |
|
|
|
 |
montego

|
Posted:
Sat Mar 15, 2008 11:52 am |
|
Excellent news! Thank you for reporting back. |
|
|
|
 |
|