I have a Drupal 7.0 site using SQlite for the database. After I upgraded to 7.4, I received this error:
PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database: DELETE FROM {flood} WHERE (event = :db_condition_placeholder_0) AND (identifier = :db_condition_placeholder_1) ; Array ( [:db_condition_placeholder_0] => failed_login_attempt_user [:db_condition_placeholder_1] => 1-74.128.149.251 ) in flood_clear_event() (line 1167 of /var/www/html/includes/common.inc).
I am trying to upgrade our community website from 6 to 7 but I am stomped at this error:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'venuspri_alsanaty7.blocked_ips' doesn't exist: SELECT 1 FROM {blocked_ips} WHERE ip = :ip; Array ( [:ip] => 204.15.64.69 ) in drupal_is_denied() (line 1657 of /home1/venuspri/public_html/alsanaty7/includes/bootstrap.inc
I was wondering if I could get some advice. My company needs to make an e-commerce website, with a unique, custom front-end design. Additionally, among other things, there will be a blog, discussing new products. From the blog, the user needs to have the ability to add products to the webcart, without navigating to the webstore (popup div container).
I want to add some css properties in order to style the tabs (ul.tabs). But unfortunately drupals system.menu.css overrides everything... Is is possible to get rid of all these system files? In my theme, there is just print $head;.
Furthermore, I was wondering if I could rid the HTML tags, drupal adds to a block. Just for instance, in my theme, there is just the following code:
Is there a way to restrict a node reference. For instance I have Jobs and a node reference to Employee. Now what I want to do is keep users from selecting employees with termination dates. I have been really looking but Reference Views is not D7 yet.
I did an upgrade from 6.22 to 7.4 and it didn't turn out too well. A lot of 7.x modules aren't working, forum is broken due to taxonomy issues, and a number of other errors pop up whenever I try to fix something.
I plan on doing a fresh install of 7.4, but need to migrate all my users and forum. Do I need modules to do this, or can I just grab certain tables and import them directly in the database?