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.
I see alot of posts regarding the syncing of production and development sites with few answers. I'm working with a drupal 7 production site with a zen based theme. I've been working on a development site using an omega theme and panels. I have not done a very good job of documenting my development changes. It started out as an experiment after all. The live data on the production site has been added to and in some cases edited (I can't just grab the latest nodes to update the data).
I've followed everything described in the UPGRADE.txt, but can't get away from this error code.
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'gtwantennas_gtwd7.blocked_ips' doesn't exist: SELECT 1 FROM {blocked_ips} WHERE ip = :ip; Array ( [:ip] => 76.76.XXX.XXX ) in drupal_is_denied() (line 1895 of /home/gtwantennas/www/d7test/includes/bootstrap.inc).
I installed Drupal 7.14 and it was working fine, until I accidentally deleted my admin account. it was resolve with other forum answer about running an SQL query creating new admin account. However, since it's created until now, i can't use it because it has been warned "The username Admin has not been activated or is blocked." I did installation in localhost. Anyone can help me, please...?
Hi,
Im using drupal 7. In my case purchase the products using paypal digital goods. After click the buynow button the paypal site is open in lightbox and the user ill purchase the product in there. After closing the light box redirect to the same product page.
Any idea? Im new for drupal. Please guide me...................
I encountered following problems while upgrading drupal from 6.26 to 7.14:
Error: File system
The directory sites/default/files does not exist. An automated attempt to create this directory failed, possibly due to a permissions problem. To proceed with the installation, either create the directory and modify its permissions manually or ensure that the installer has the permissions to create it automatically. For more information, see INSTALL.txt or the online handbook.