Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> CNB Your Account
Author Message
AwwYouDead
Hangin' Around



Joined: Apr 02, 2006
Posts: 38

PostPosted: Tue Apr 04, 2006 6:16 pm Reply with quote

While editing Core files My Origonal Blocks-Modules.php dosnt have this sting in it.

Code:
$result3 = $db->sql_query("SELECT title, custom_title, view FROM " . $prefix . "_modules WHERE active='1' AND title!='$def_module' AND inmenu='1' ORDER BY custom_title ASC");

    while ($row3 = $db->sql_fetchrow($result3))


There for i cannot replace it with this string

Code:
$result3 = $db->sql_query("SELECT * FROM " . $prefix . "_modules WHERE active='1' AND title!='$def_module' AND inmenu='1' ORDER BY custom_title ASC");

    while ($row3 = $db->sql_fetchrow($result3)) {
   $groups = $row3['groups'];


This is the only instance of not being able to find something in a core file i have come across so far. I'm running 7.8 with the 3.2 patch. Any ideas?

EDIT: Actually after moving on to the next line I cant find it either. I have the correct file fomr the correct path. I'm confused now.....
 
View user's profile Send private message
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Sun Apr 09, 2006 7:25 am Reply with quote

My suggestion is to make a comparison of the core file edits to an original, non-patched, version of the script. This will tell you one of two things: either the 3.2 patches have changed the code significantly enough, or the installation instructions are not right.

If you find the lines then, it may be possible to review the unpatched code with the patched code and see how the code has changed and from there, you may be able to figure out the right changes.

Unfortunately I have never used CNBYA and so am not much help. Can someone else out there who uses CNBYA help AwwYouDead out?

_________________
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! 
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> CNB Your Account

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©