Solved: No DB drivers found / blank page
Posted: Sun Dec 14, 2008 1:08 am
OK, so I'm running into two issues... fixing either one should take care of my problem.
I am doing a website for a friend using CMS Made Simple. I installed CMSMS fine on my (linux) server. However, now that it's time to transfer to my live server (Windows / IIS 6) I'm running into some issues.
Transferring the files:
First, I've tried just copying all of the files over, exporting my database, and then importing it onto the new host. I have updated the database info in the config.php file, but I'm not totally sure how to find out what my $config['root_path'] should be, so that could be a source of the error. Anyway, I have tried viewing the site, but I am currently getting a blank page. The server is set up to show errors, but it does not log them anywhere.
safe_mode: off
display_errors: on
error_reporting: 6143 (E_ALL)
error_append_string: no value
error_log no value: no value
error_prepend_string: no value
Anything I should try? Is there anyway to manually force CMSMS to log errors, so I can look at them? I find it odd that the server should show me the errors, but they aren't getting displayed.
Fresh Install:
Since just transferring the files didn't seem to work, I'm also trying to install CMSMS from scratch. However, on the first page on the installation (install/index.php) I get an error "DB drivers: No DB drivers found", which doesn't let me continue. What does this mean, and how can I go about fixing it?
I should mention, I do have access to a database, but (I am not sure of all of the technical details) it seems to be hosted on a different server than where my files are hosted. The url I use to connect to it is my-database-name.mysql.aplus.net, rather than the usual "localhost". Do I have to change anything in the CMSMS installer to adjust for that?
I am doing a website for a friend using CMS Made Simple. I installed CMSMS fine on my (linux) server. However, now that it's time to transfer to my live server (Windows / IIS 6) I'm running into some issues.
Transferring the files:
First, I've tried just copying all of the files over, exporting my database, and then importing it onto the new host. I have updated the database info in the config.php file, but I'm not totally sure how to find out what my $config['root_path'] should be, so that could be a source of the error. Anyway, I have tried viewing the site, but I am currently getting a blank page. The server is set up to show errors, but it does not log them anywhere.
safe_mode: off
display_errors: on
error_reporting: 6143 (E_ALL)
error_append_string: no value
error_log no value: no value
error_prepend_string: no value
Anything I should try? Is there anyway to manually force CMSMS to log errors, so I can look at them? I find it odd that the server should show me the errors, but they aren't getting displayed.
Fresh Install:
Since just transferring the files didn't seem to work, I'm also trying to install CMSMS from scratch. However, on the first page on the installation (install/index.php) I get an error "DB drivers: No DB drivers found", which doesn't let me continue. What does this mean, and how can I go about fixing it?
I should mention, I do have access to a database, but (I am not sure of all of the technical details) it seems to be hosted on a different server than where my files are hosted. The url I use to connect to it is my-database-name.mysql.aplus.net, rather than the usual "localhost". Do I have to change anything in the CMSMS installer to adjust for that?