This forum is for questions about upgrading an existing Drupal site. Don't forget to read the UPGRADE.txt file that comes with every Drupal download.

Javascript Not working after version update!! Please help me on this issue!!

Hi Guys,

I updated the drupal version from 6.1(or)6.x to 6.19 . After i updated the version the administrator side java-script is not working. If you go-to the create content -> page . Their you can see the kind of accordian type javascript. This javascript is not working in full site wide. My default administrator theme is Garland. Could you tell me the problem?? The problem arised in the live site so if possible help me asap guys!!! Awaiting for your reply..

Disabled modules now broken

I was going to upgrade the Drupal core to 6.19, and got an error that I cannot solve. I followed the instructions, and disabled all of the "extra" modules, now I am having issues getting the site back up and running. This is the error I get:

Fatal error: Call to undefined function profile_load_profile() in .../themes/blueprint/header.php on line 47

I have no clue what is going on, as I was simply trying to update Drupal core prior to updating other modules.

Upgrade to 6.19 did something crazy. Can't run update.php

So I'm still pretty new to this, and I'm trying to upgrade the site from 6.17 to 6.19. I backed up the database and copied the new 6.19 files up to the server.
settings.php and php.ini were kept unmodified.

I added one line to my .htaccess file as follows: AddHandler php5-script .php
I heard that was a cool thing to do...

Now when I go to update.php the page has no formatting and is all php jargon. (Shown below)
When I go to install.php it tells me the site already exists.
Without the "AddHandler php5-script .php" line in the .htaccess file, all I get is an Internal Server Error 500.

Please help! I don't know what to do!
Currently I am removing all custom modules to see if that will do anything magical.
Thanks!

Update on warning: mysqli_real_escape_string() expects parameter 2 to be string, array given

The upgrade seemed to place additional ampersand (&) on "Implementation of hook_form_alter()" for different modules.

To search all of the altered_form states:
cd into the top level of the drupal path

issue the following:

grep 'Implementation of hook_form_alter' */*/* -> use one (*) at a time if necessary.

[root@gdrenterprise drupal-6.19]# grep 'Implementation of hook_form_alter' */*/*

modules/openid/openid.module: * Implementation of hook_form_alter : adds OpenID login to the login forms. ----> was the problem

correction:

"Page not found" when logged in

Hi all

I got a bit surprised, when I logged in after my holidays and want to update some nodes.
Drupal show me the message "page not found".
My site is accessible with and without www. I saw that the page change some times between both.
So I tried to log in once with and once without www.

When I was logged in with www, it was possible to to see some pages (with www prefix), so I changed the prefix manually to look if this works. But the browser was brining the message "no ..... found" .

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal