paolo
unread,Mar 26, 2011, 5:51:38 PM3/26/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rainframework
After downloading rainframework2.2.zip, extracted, copied to the
localhost web directory,
rainframework2 after creating the database in mysql, I put the
password in the file db.php and I have corrected the DB.php file
containing the text string
$ database_class_dir = "Database /";
with the text string
$ database_class_dir = "database /";
In fact, the directory "Database" does not exist
the browser gave me the following message "Error!: Could not find
driver"
I also noticed that in two classes (mysql.class.php and pdo.class.php)
reference is made to a file that does not exist "conf.db.php"
Suggestions?
thanks :)
Paolo