Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
downloaded and installed via the webplatforminstaller and i get the following error message:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupalnew.semaphore' doesn't exist: DELETE FROM {semaphore} WHERE (value = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => 1619982864e3d23e3110576.05125814 ) in lock_release_all() (line 266 of C:\Users\S\Documents\My Web Sites\Drupal 7.2 Developer release2\includes\lock.inc)."
I have been trying to duplicate my my live site onto my localhost for testing, unseccessfully.
I'm using a Mac and thus I've installed MAMP. I have actually got it working to a point and then I just kept getting pages and pages of error's, and hence I got feed up and just binned it all.
Does anyone know of a good tutorial for this process? I've down Google search but haven't really found what I'm after...
I migrated my site from a local copy to my web server. At first I could not log in, but after reading issues in the forum I go in using the /q?=user/login.
Now I have a problem with making changes. I cannot save any edits or make changes to the configuration.
I have been working with drupal for several months now and have learned a great deal from these forums.
Can someone offer some help or maybe point me in the right direction?
I'm trying to install Acquia Drupal 7 on a shared hosting site (hosted with websitesource, listed as one of the companies that can run Drupal).
I get the following error: Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_input setting. Please refer to the PHP mbstring documentation for more information.
I checked the .htaccess file and the required code to disable multibyte string input/output is there. Can someone shed some light on what's going on?