I have a test site on an XAMPP server running on a laptop. This is a development environment. I updated from Drupal 6.2 to 6.8 and everything went fine except a few "Story" and "Page" elements now no longer have "Block Name." RESULT: If this content is edited, it can't be saved due to the lack of a mandatory component. When in "edit" mode, the Block Name appears as an empty box with a spinbar.
I've been watching the Mastering Drupal with Greg Knaddison video for upgrading my Drupal 5.x installation to 6.x
I just uploaded all the 6.x files and modules.
I went back to the site and got redirected to install.php
Now I can't get past the Database Configuration page.
I keep entering in the database name, username and password, but the page keeps refreshing asking for the same info.
Does anybody have any ideas?
Thanks in advance for the assistance. I look forward to having a look at Drupal 6.
Cway
Hi...
We have a test site that was running Drupal 6.2; then we received notice that our database host url had changed. When I went in to update the settings files to point to this new database URL, the site wanted me to install drupal.
So I did, And I got a slew of errors. Most of them I have been able to find the answers to manually on this site (the missing columns in the cahce and url_alias tables, for example). Then there was one problem left that I couldn't find an answer for:
Notice: unserialize() [function.unserialize]: Error at offset 7 of 8 bytes in /var/www/test/drupal6/drupal-6.2/includes/bootstrap.inc on line 458
The code on line 458 of bootstrap.inc reads as follows:
I am recently being presented with a message to upgrade drupal from 6.8 to 6.9, i've downloaded the files necessary but I have NO idea what to do with them now?? I cannot find a tutorial either... Any help? Thanx
When you upgrade Drupal you're instructed to disable your modules. Is there a quick and easy way to save which modules you had enabled without writing them down or trying to remember them? It would be nice if Drupal had a checkbox that saved all of one's enabled modules for upgrade purposes. That way, once you've upgraded, you can just click this box and it would fill in all the modules you had previously enabled. (If I were a programmer I'd do this myself, but, alas, I'm not)
I just upgraded my sites to the latest version of drupal (6.9?) and I get the following error when running cron via cpanel
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent in /home/canadia/public_html/drupal/includes/bootstrap.inc on line 1019