This forum is for questions about upgrading an existing Drupal site. Don't forget to read the UPGRADE.txt file that comes with every Drupal download.

Non Critical Error after upgrade

Hey,

I recently upgraded from 4.6.5 to 4.7.0, and most of the upgrade went smoothly. I have upgraded all the modules, and run the update script.

When I load the front page (it doesn't seem to affect other pages), I get the following PHP error logged:

Unknown column 't.grant_list' in 'field list' query: SELECT t.tid, d.vid, BIT_OR(t.grant_list) AS grant_list FROM term_access t INNER JOIN term_data d ON t.tid=d.tid WHERE t.rid in ('1') AND grant_list = 1 group by t.tid, d.vid in /home2/frisecom/public_html/includes/database.mysql.inc on line 120.

It doesn't seem to do anything to prevent the site from functioning.

Line 120 seems to refer to some helper code (installed as part of the upgrade):

/**
* Helper function for db_query().
*/
function _db_query($query, $debug = 0) {
global $active_db, $queries;

if (variable_get('dev_query', 0)) {
list($usec, $sec) = explode(' ', microtime());
$timer = (float)$usec + (float)$sec;
}

$result = mysql_query($query, $active_db);

if (variable_get('dev_query', 0)) {
$bt = debug_backtrace();
$query = $bt[2]['function'] . "\n" . $query;
list($usec, $sec) = explode(' ', microtime());
$stop = (float)$usec + (float)$sec;
$diff = $stop - $timer;
$queries[] = array($query, $diff);
}

if ($debug) {
print '

query: '. $query .'
error:'. mysql_error($active_db) .'

Just To make sure you've upgraded

Hey all-

My OCD has just kicked in and I just want to make sure i actually upgraded. I ran the update.php script from the dat that was in my settings.php file. Is there anyplace where I can see "4.6.6" written?

file_revisions table missing

Updraded 4.7.0b4 to 4.7.1

Get error: user warning: Table 'paulspla_drupal471.file_revisions' doesn't exist

I think this table appears in version 4.7.0b6 but when I run the update it does not creat the file_revisions table.

A bug?

Paul

4.7.1 Upgrade problem!

Hi there,

I upgraded my Druapl installation from 4.70 to 4.7.1 as advised.

However now, my front page redirect does not work, instead i get:

"Welcome to your new Drupal website!" etc etc

I originally used the snippet:

4.6.5 to 4.7?

Just about to take the plunge with upgrading a site with plenty of modules.

Should I follow the usual sequence of upgrading- 4.6.5 to 4.6.6 to 4.6.7 and then to 4.7.0 and finally 4.7.1 or can I go directly from 4.6.5 to 4.7.1?

Upgraded to 4.7. Only User 1 sees content, others see, "Welcome to Drupal."

I just upgraded to 4.7, from 4.6. Everthing went fine except that for any user other than User 1, I can't view any node content. It returns the "Welcome to Drupal..." message.

With User 1, the content is there and works fine.

I believe I have all of the view permissions correct under access content.

I suspect is has to do with the fact that I used 'Node Privacy by Role' in 4.6. I thought I had disabled it correctly before upgrading to 4.7.

Has anyone experienced this problem, or have any suggestions? Or know of any other threads I should read?

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal