I'm getting this error message at the top of the main page:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/editorja/public_html/pennywit/drupal/includes/conf.php:67) in /home/editorja/public_html/pennywit/drupal/includes/session.inc on line 5
warning: Cannot modify header information - headers already sent by (output started at /home/editorja/public_html/pennywit/drupal/includes/conf.php:67) in /home/editorja/public_html/pennywit/drupal/includes/common.inc on line 1233.
user error: Table 'editorja_drpl2.filters' doesn't exist
query: SELECT * FROM filters ORDER BY weight ASC in /home/editorja/public_html/pennywit/drupal/includes/database.mysql.inc on line 97.
When I try to login with my admin username, I get this:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/editorja/public_html/pennywit/drupal/includes/conf.php:67) in /home/editorja/public_html/pennywit/drupal/includes/session.inc on line 5
warning: Cannot modify header information - headers already sent by (output started at /home/editorja/public_html/pennywit/drupal/includes/conf.php:67) in /home/editorja/public_html/pennywit/drupal/includes/common.inc on line 1233.
Upgraded to 4.4.0 tonight from 4.3.2. All seemed to go well. But I can't set the "mission" in xtemplate (or change any of the xtemplate settings), or make changes to the filters.
Drupal reports (or the browser reports) a "406 Not Acceptible" error. The message attached to the error is, "An appropriate representation of the requested resource / could not be found on this server."
Can someone shed some light on this for me? I'm baffled. Thx.
Am a Drupal newbie. I went through the upgrade steps to upgrade from 4.3.2 to 4.4rc. After running update.php which seemed to work fine, I tried to access my web page and got this error:
Fatal error: Unknown column 'headers' in 'field list' query SELECT data, created, headers, FROM cache WHERE cid='/' in /xxx/xxx/xxxx/drupal/includes/database.mysql.inc on line 97
Can not upload image with content type created via flexinode. Got "File copy failed: no directory configured, or it could not be accessed." error when clicking 'Preview' button on node creation page.
I'm using 4.4 CVS (downloaded on 2004.03.28) and flexinode cvs downloaded on 2004.03.31
Is this my configuration problem or flexinode bug?
Is there any alternative to flexinode having similar functionality?
I have attempted to use taxonomy weights to order the display of nodes on a page under 4.4rc. I am using a mixture of the new flexinode module and stories, and also have multiple terms defined per node. My expectation of behavior has been that if 3 terms are defined per node, and two of the three taxonomy verbs are identical, the weighting of the third will order the display of the nodes on the page. Unfortunately, this does not appear to be occuring.