Hi
I just upgraded from 4.4 to 4.5 and I'm getting the following error at the top of each page of the site:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/rh3488/public_html/includes/conf.php:56) in /home/rh3488/public_html/includes/session.inc on line 10
warning: Cannot modify header information - headers already sent by (output started at /home/rh3488/public_html/includes/conf.php:56) in /home/rh3488/public_html/includes/common.inc on line 160.
I've done a clean install of drupal 4.5.0 for elijahsadventure.com. What do I need to do to copy the users & content from the old database to the new database?
virtualeli.com (4.3.6) has a database called drupal
elijahsadventure.com (4.5.0) has a database called eadv
I am upgrading a 4.4.1 installation to 4.5.0
When I run the update script the option shown is: 2004-03-11: first update since Drupal 4.4.0 release
(I have not run any updates since installing 4.4.1 but running a 4.40 update on a 4.4.1 installation seems strange.)
I have create the required tables (as per install.txt) and updated config.php
Is there something I have missed - which upgrade option should I select to get the correct database schema?
today I tried to upgrade drupal to version 4.5.0. Everything went fine but when I start the update.php script I´ve got this:
Fatal error: Table 'U272509AA.locales_source' doesn't exist query: SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = '%error: %message in %file on line %line.' AND t.locale = '' in /web/includes/database.mysql.inc on line 125
Can anyone help me with this?
There IS a table named U272509AA.
I have upgraded 4.4.2 to 4.5 successfully, but have noticed that the number of comments for each node is not showing up in the node links on the front page. If a new comment is added, however, the problem disappears for that node - the correct number of comments, including the added one, is shown in the node links. The problem is the same whatever theme is used. How can I fix this?