When I try to install Drupal 7 beta 1 in Xampp Windows 7 appears this error:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal.semaphore' doesn't exist: SELECT expire, value FROM {semaphore} WHERE name = :name; Array ( [:name] => variable_init ) in lock_may_be_available() (line 163 of C:\xampp\htdocs\drupal\includes\lock.inc).
Uncaught exception thrown in shutdown function.
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal.registry' doesn't exist: SELECT filename FROM {registry} WHERE name = :name AND type = :type; Array ( [:name] => DeleteQuery_mysql [:type] => interface ) in _registry_check_code() (line 2742 of C:\xampp\htdocs\drupal\includes\bootstrap.inc).
Anyone help?
Thanks
Comments
A few questions to
A few questions to start.
Were these the only errors you saw in the process?
What are max_execution_time and max_input_time set to in your php.ini file?
Did you download and install xampp today? Is it the newest version with default settings?
-Were these the only errors
-Were these the only errors you saw in the process?
I saw these errors in the begginng of the installation proccess.
(Only after creating the database and visiting http://localhost/(database name)
-What are max_execution_time and max_input_time set to in your php.ini file?
max_execution_time=60
max_input_time=560 (Not default)
-Did you download and install xampp today? Is it the newest version with default settings?
It is the newest xampp installed(1.7.3),which I dowloaded a month ago.
It has the default settings,apart from max_input_time=560
Try setting
Try setting max_execution_time to 0 so it will not timeout and restart xampp. Delete settings.php and visit http:/localhost/install.php to start over. Post any errors you get on the second try.
Problem solved!
I did what you said and the problem solved!
Thanks!!
Error when installing Drupal 7 rc1 in Xampp
Hello, here is 2 errors i've got while installing the new version of Drupal7 on Xampp for Windows (Vista), hope it helps someone to debug their installation.
#1
Got the "500 Internal Server Error" while trying to install Drupal 7 rc1 on Xampp 1.7.1 (This version is the most recent without PHP 5.3, and is used for practical reasons).
Looking at the error log, here is what i've got:
"[Sun Dec 05 21:48:39 2010] [alert] [client 127.0.0.1]
C:/xampp/htdocs/[mysite]/[myfolder]/.htaccess: Option Multiviews not allowed here
access-log"
By commenting out "Options -Multiviews" in .htaccess, i was able to bypass the "500" error. Let me know if other options are available.
#2
I then bumped into the same error as mention at the top of this post by pinkonomy. Just by going to http:/localhost/install.php, i was able to proceed with the install (without any modification to max_execution_time).
My Drupal7 version is now running.