Closed (fixed)
Project:
Drupal core
Version:
7.0-rc3
Component:
other
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2010 at 05:53 UTC
Updated:
5 Mar 2013 at 21:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
Branjawn commentedI was getting this error:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drp01.drup_blocked_ips' doesn't exist: SELECT 1 FROM {blocked_ips} WHERE ip = :ip; Array ( [:ip] => 65.87.166.200 ) in drupal_is_denied() (line 1779 of /home5/public_html/includes/bootstrap.inc).Now I am stuck with this:
Fatal error: Call to undefined function decode_entities() in /home5/public_html/includes/common.inc on line 1552Any help is welcome!
Comment #2
Branjawn commentedJust to let someone know, I'm still working on this.
Comment #3
Branjawn commentedComment #4
Branjawn commentedIt may be fixed. I worked with Hostmonster support (very helpful!) and got a fresh php.ini file, removed added themes and modules, nothing was changing.
Well, I went to mysite.com/install.php and used the update link from that page (as opposed to me entering manually in browser url bar) and it worked! I did get a few db errors, but overall it worked and I'm not getting WSOD or Fatal Errors.
Comment #5
Branjawn commentedProblems:
Still exists on non-update pages:
Fatal error: Call to undefined function decode_entities() in /home5/public_html/includes/common.inc on line 1552On mysite.com/update.php?op=results I get the following:
When I ran the update, I got this result on that page:
Comment #6
Branjawn commentedDeleted blocked_ips table, ran update.pgp again, new error:
Comment #7
Branjawn commented16 hours, no help. discouraging.
Comment #8
Remon commentedStill apparent? could you test with D7.0?
Comment #9
hershel commentedI am starting work on upgrading a large site from D6-D7 and first time I ran the update (offline of course!) I also get this same error:
I disabled all non-core modules before the upgrade. Aside from that it worked fine.
Comment #10
hershel commentedThe attached patch (just removes one line) fixed this issue for me.
Comment #11
dave reidThe contact related bug is a duplicate of #794184: contact_update_7002() fails when the contact module is not enabled
Comment #12
frank ralf commentedJust for the record and some general considerations regarding multisite upgrades: Multisite upgrade documentation
Comment #13
pfrenssenClosing this old support issue. Please feel free to reopen if you still require assistance with this.