Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Nuke Tool Box (TM)
Author Message
chatserv
Member Emeritus



Joined: May 02, 2003
Posts: 1389
Location: Puerto Rico

PostPosted: Sat May 28, 2005 11:24 pm Reply with quote

Great script as usual, i found one minor glitch that could relate to only a particular setup but in any case the MySQL info page would show an error about not being able to read the authors db table, in my case for it to work i had to edit the info_mysql.php file, specifically line 76 which i changed from:
Code:
$query = "SELECT * from ".$dbname.".".$prefix."_authors";

to:
Code:
$query = "SELECT * from ".$prefix."_authors";

thought i would post it in case anyone else had the same problem.
 
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Sat May 28, 2005 11:52 pm Reply with quote

Strange. it should work in all instances. How about
Code:
$query = "SELECT * from `".$dbname."`.".$prefix."_authors";

If not, what kind of an error is being thrown?
 
View user's profile Send private message
chatserv







PostPosted: Sun May 29, 2005 10:36 am Reply with quote

The last one worked.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Nuke Tool Box (TM)

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 ©