I had a working 4.7.0 Drupal installation, it was mostly fine except for needing to login twice, for which I upgraded to PHP5 and MySQL5.
Now I can't login to the site. No matter what user/password I use, I simlpy go to the same page again. I tried clearing cache, deleting the session database table, nothing matters.
As you know, weblink.module seems to be rather deceased or at least not upgraded to 4.7. I spent a little time thinking about how I can rescue my 843 weblink records which now only contain the bodies, but no longer link to the URL associated with the entry. So I was thinking I could use MySQL UPDATE and concatenate the node_revisions.body and weblink.weblink fields. Then I could change all weblink types to blog types.
After upgrading to Drupal 4.7.2 from 4.6.8, the homepage of my website seems to be all battered up.
Whats happening is the sidebar is getting pushed down. I figured out that it's an SQL issue because I setup a dummy site and just copied all my sql data and had the same issue.
I disactivated all mods and ran update.php after the installation. I deleted my old il8n version (beta). The beta worked fine for me... but now I get this error. Please help me.
Error:
Fatal error: Call to undefined function: i18n_get_lang() in /mounted-storage/home17a/sub001/sc18682-VDDB/www/modules/i18n/translation.module on line 639
Has someone tried to upgrade a drupal 4.6 web site using the weblinks module to 4.7 with the new links package in cvs?
The update-weblinks.php does not work for me: it always says that 0 weblink records have been processed. It does not find the weblinks in the database (I use a prefix for the table names).
By looking at the SQL query in the php script, I think there is a mistake: it looks like the query refers to the 'nid' field of the weblink table but this table has no 'nid' field, only the weblink_node table has such a field: