Hello,
First time installing Drupal on a webserver I usually use a hosting company setup for this.
Server is a Cobalt RaQ 4...I had a few problems first it was a 500 server error, which was fixed by removing the .htaccess, then I had to change the memory for php from 8m to 16m. Now it MYSQL...it seems that I can connect to the data base. I put in my user name and password...I click save and continue and it seems to do something in the background, but it comes back to the database configuration page with no errors. I've done it a few time and it loops back. If I put in the wrong password to test it, it comes up with "Failed to connect to your MySQL database server."
Any help would be greatly appreciated.
Thanks
Comments
dont remove .htaccess
Removing your .htacess file wasnt the right thing to do I think, Drupal needs this to navigate to pages beyond the home page and update pages.
The real issue IMHO seems to be the 500 error resulting from some interaction between your server and your .htacess file.
Some things to check:
-Is Drupal installed in root directory, or in subdomain/subfolder?
-How high is the memory limit on your server (see http://drupal.org/node/165344)
post at the bottom
post at the bottom
=-=
in sites/default
you should have a default.settings.php file and a settings.php which is a copy of the default.settings.php file renamed.
Sounds like you either: renamed default.settings.php, settings.php without copying it first or you did make the copy and incorrectly named settings.php, maybe a typo.
I believe this fixed the
I believe this fixed the MYSQL issue I didnt have a default.settings.php, once I have both files it worked.
thanks
Hey guys thanks still was not
Hey guys thanks still was not working so...
I deleted everything and started again from scratch. The .htacces file is still giving me problems. I commented out almost everything until it started working.
This is what the server has...
The installation went through and Drupal seems to be working, well I'm having problems with changing the logo image. I use the logo image upload in the theme configuration for athemia theme and it doesnt work. I put the direct link in the url field in the browser and it gives this error...
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request. Your administrator may not have enabled CGI access for this directory.
I checked the server and CGI is enabled.
Seems like permission issues...
Any ideas?
Thanks again to the posters and up coming posters. I appreciate your help.