I upgraded my site www.panurgus.no to 4.7.4 today, but something went wrong. Sudenly my indexpage is blank, and so is all other pages.

Does anyone have any suggestions on what I can do to fix this?

Thnx...

Comments

stevenpatz’s picture

1. Check your PHP memory settings.
2. Check your error logs.

Tuilui’s picture

I am not hosting the site myself, so I can't do much about the PHP memory settings. All i can tell is that they have not been changed by me in any way. (don't know if that statement makes any sense..)

My error log is full of things like

"PHP Warning: Unknown column 'referer' in 'field list'\nquery: INSERT INTO watchdog (uid, type, message, severity, link, location, referer, hostname, timestamp) VALUES (2, 'php', 'Unknown column 'cache' in 'field list'\\nquery: UPDATE sessions SET uid = 2, cache = 0, hostname = '85.166.145.167', session = 'messages|a:1:{s:5:\\\\"error\\\\";a:3:{i:0;s:135:\\\\"warning: array_keys(): The first argument should be an array in /home/httpd/vhosts/panurgus.no/httpdocs/includes/menu.inc on line 1199.\\\\";i:1;s:115:\\\\"warning: Wrong parameter count for min() in /home/httpd/vhosts/panurgus.no/httpdocs/includes/menu.inc on line 1199.\\\\";i:2;s:471:\\\\"user warning: Unknown column 'referer' in 'field list'\\\\nquery: INSERT INTO watchdog (uid, type, message, severity, link, location, referer, hostname, timestamp) VALUES (2, ' in /home/httpd/vhosts/panurgus.no/httpdocs/includes/database.mysql.inc on line 121"

Does this bring you any meaning?

geodaniel’s picture

Did you run update.php once you had updated the code?

Tuilui’s picture

yes I did...

galgoz’s picture

Your site isn't blank anymore. How did you fix it?

George Algozzini

Tuilui’s picture

The solution was to remove modules not written for 4.7.

se also http://drupal.org/node/91553

galgoz’s picture

Were you able to simply uncheck those modules or did you have to delete them from the server entirely? What if there are still database entries from old modules. When I upgraded I deleted my module directory, The only directory I kept was my themes directory.

George Algozzini

Tuilui’s picture

I only unchecked them, but i also had to check/uncheck ALL other modules, and then "save changes" as well to get the site working.