Drupal Newbie. I tried to Update, from Drupal Core 7.12 to 7.14. This is the first time I have tried to update Drupal Core and it did not go well.

The upgrade.txt file says to do the following, which I did:

6. Run update.php by visiting http://www.example.com/update.php (replace
www.example.com with your domain name). This will update the core database
tables.

If you are unable to access update.php do the following:

- Open settings.php with a text editor.

- Find the line that says:
$update_free_access = FALSE;

- Change it into:
$update_free_access = TRUE;

- Once the upgrade is done, $update_free_access must be reverted to FALSE

When I tried to run update.php I got a blank screen.

When I went into the Drupal Administration Panel, which was working perfectly before this stage of the update, I got error messages.

I get the following error if I try to browse the web site now:

Warning: require_once(/home/computer/public_html/drupal/includes/bootstrap.inc) [function.require-once]: failed to open stream: No such file or directory in /home/computer/public_html/drupal/index.php on line 19

Fatal error: require_once() [function.require]: Failed opening required '/home/computer/public_html/drupal/includes/bootstrap.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/computer/public_html/drupal/index.php on line 19

This is a test installation of Drupal, my first, on a cPanel Shared server. It had been working, perfectly, until now. Is there a way to salvage this installation, or, should I nuke it and start over?

Thank you, in advance, for your time and your help!

Comments

Alethe88’s picture

I just finished uploading three brand new installs of Drupal 7.14 on a Debian LAMP stack, got everything configured and working, started installing modules. Modules installed, everything seemed to be working, then went to upload content. Failure. Search out: "PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048" and found it required a database update. Put site in maintenance mode, clicked the button for update.php and got a blank page, blank source code, blank everything. Can't get anywhere with it. It doesn't help either that these forums are filled with responses to queries from several Drupal versions ago and we have no idea as to whether or not anything applies to update.php in 7.14. Would be more helpful if the queries were at least sorted by date, most recent at the top of the list...

Sure am glad I didn't update either of the 7.12 installs I have running with no problems...

doomdahdoomdoom’s picture

Have you found the problem? I have exactly the same error, trying to update from 7.12 to 7.14

Luckily I'm trying it on my staging server first...