I have a site hosted at godaddy and I need to upgrade my Mysql DB from 4.1 to 5.x. Godaddy support says I need to recreate a new DB and then export from 4.1 and the import to a fresh 5.x file. Anyone have any idea how to do this? Any scripts, pointers or even PhpMyAdmin instructions are appreciated.
I tried to upgrade to Drupal 6.0 and encountered a few problems but thought I had resolved them. I have a site that for the most part works (comixtalk.com) but there is a problem with all new content nodes.
Here's what I can tell: in administrator log-in I can create new nodes and view them but they don't appear on the site to other user account logged in or anonymous viewers. However when I use a non-administrator account to create nodes it works but after the node is submitted I see an ACCESS DENIED screen - basically I think something is set to make it impermissable for non-administrators to see any new nodes.
I have the permissions set for all (including anonymous) to see nodes so any ideas why this is happening? Is there a table I can look at to see if something is wrong?
Any suggestions? The sight right now is comixtalk.com on Drupal 6 on mysql - here's my status report page:
Drupal 6.0
Access to update.php Protected
CAPTCHA Already 7483 blocked form submissions
Configuration file Protected
Cron maintenance tasks Last run 10 min 48 sec ago
You can run cron manually.
Database updates Up to date
Drupal core update status No update data available
I am receiving the following message after I start the install for Drupal 6. I can get to chose language and then this.
Warning: Unknown column 'serialized' in 'field list' query: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'variables' in /home/content/s/h/e/shelton2/html/includes/database.mysql.inc on line 128
Warning: Unknown column 'serialized' in 'field list' query: UPDATE cache SET data = 'a:186:{s:22:\"theme_evening_settings\";a:16:{s:11:\"toggle_logo\";i:1;s:11:\"toggle_name\";i:1;s:13:\"toggle_slogan\";i:1;s:14:\"toggle_mission\";i:1;s:24:\"toggle_node_user_picture\";i:0;s:27:\"toggle_comment_user_picture\";i:0;s:13:\"toggle_search\";i:0;s:14:\"toggle_favicon\";i:1;s:12:\"default_logo\";i:0;s:9:\"logo_path\";s:22:\"files/evening_logo.jpg\";s:11:\"logo_upload\";s:0:\"\";s:15:\"default_favicon\";i:0;s:12:\"favicon_path\";s:25:\"files/evening_favicon.ico\";s:14:\"favicon_upload\";s:0:\"\";s:2:\"op\";s:18:\"Save configuration\";s:10:\"form_token\";s:32:\"b03eec7d82603d4b241f2d30ee69db45\";}s:13:\"filter_html_1\";i:1;s:18:\"node_options_forum\";a:1:{i: in /home/content/s/h/e/shelton2/html/includes/database.mysql.inc on line 128
Hi, My ISP recently upgraded to PHP 5.2 from PHP 4.6.x. That caused all kinds of problems with my very old drupal 4.5 I decided to upgrade and upgraded without much problems to 4.6.11. Now I am ready to upgrade to 4.7.0.
My problem is that the update screen bar does not move. Looking in the FireFox error console it shows a syntax error in the parseJson(data) method in drupal.js.
When I upgraded a site to Drupal 5 I have one oddity that I can't figure out. For some reason if you aren't logged in, the add comment/register links are displayed as html code. but once I login they are shown as rendered output.