Closed (fixed)
Project:
Drupal core
Version:
7.15
Component:
install system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2012 at 15:29 UTC
Updated:
1 Oct 2012 at 20:20 UTC
after it installs the 31 tables I suddenly get this message
The requested page "/" could not be found.
I tried changing the $base_url and the $cookie_domain in the settings.php but then it gets worse and I get a message "website cannot display this page"
So i dropped the database, recreated it, put back the settings.php which is a copy of the default.settings.php and am up to this point again where after the install of 31 tables it says "the requested page '/' could not be found"
Comments
Comment #1
salah1I understand, you trying to install drupal 7 and somewhere in the instalation, its stopping to work and you notice this happens around 31 tables being installed?
This could be caused by many things.
So, what you need is pointed error message that tells you what's the problem.
I suggest, you use drush. Once you have drush working, go to the site folder
cd yourDrupal install/sites
cd yoursiteName
#Then put your db credentials in settings.php and drush drush installer with -v option (verbose to spit out error messages)
drush -v site-install profileName
Comment #2
salah1Also, are you using multi site install?
do you have clean url enabled?
when error is message displayed what url is in your browser? to continue past the error type the following
such that if your error message is at:
http://localhost/admin
replace it with and hit enter
http://localhost/?q=admin
Comment #3
dianacastillo commentedHi, the problem was solved by the people at the hosting place, they changed the ownership rights of all of the files in the directory from "root" to the apache user. then dropped the database and ran the install again.
Comment #4
dianacastillo commentedthis is the command he ran:
chown -R www-data:www-data /var/www/the path to the files
Comment #5
salah1Glad it worked out for you.
closing this