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.

error when i click setting admin

Its my first error in one of my 12 drupal online upgrade, i receive this when i click to the setting administration page

warning: implode(): Bad arguments. in /home/web/dwebmaster/includes/form.inc on line 1146.

i upgrade with no errors from 4.7 rc2 to 4.7.1

Thank you

Has drupal's handling of rewrite URL's changed (from 4.5 to 4.7?)

I just upgraded from 4.5 to 4.7. The upgrade basically went without a hitch. Excellent! :)

Question, though.

I'm quite sure that in drupal 4.5, with clean url's on and working, an image (at say, node/456) embedded with:

<img src="gallery/1.jpg">

would result in the image at www.sitename.com/gallery/1.jpg displaying.

Is this upgrade error message serious?

Sorry for cross posting from http://drupal.org/node/65821, but I got the following error message after upgrading a site from 4.6.5 to 4.7.0. It seems to suggest that search will not work properly in the updated site, but I am not sure. Any suggestions/clarifications would be be welcome:

Drupal database update

How to upgrade database from 4.7.0 to 4.7.1

Hi

I just patched my old 4.7.0 version of drupal with the 2 patches as mentioned in http://drupal.org/drupal-4.7.1 .It is also written that i need to upgrade my database. I can see the difference in database . But dont know how to apply it, i mean upgrade my existing database with the new one.

the diff of two versions are:

Using Drupal (especially fixed 4.7.1) WITHOUT .htaccess?

Hi Drupal-Folks.

I have been running some Drupal-Sites in the past, all on webspace hosted by providers giving rather standard environments. So, the usual steps to get a Drupal up and running involved begging for the LOCK TABLES privileg for my mysql-user or removing the locking code from some files (in the hope that no concurrent access will ever happen) etc. But there is one point all those providers (even my current one who gives me even ssh access and cronjobs) will not allow - the use of a .htaccess as complicated as the one shipping with Drupal. So, in the past, I just deleted the .htaccess from the Drupal distribution, lived without url-rewriting and did not think about it any more.

Now, with the 4.7.1-release, there seams to be security-relevant stuff in the .htaccess. Still I cannot use it. So I have to find out now how secure / unsecure my sites have to be without that .htaccess. If you think that my question just points to the wrong approach ("switch to a provider that allows .htaccess"...) be aware that a big percentage of Drupal sites will have similar setups, and I wonder how many will be affected by the security problems that were fixed in 4.7.1 even after an upgrade, because the admins (have to) remove the .htaccess and are used to do so.

  • Do the vulnerabilities only appear for users that are allowed to upload content?
  • Exactly which vulnerabilities will stay open if I have NO .htaccess on my 4.7.1-site?

Problems after update to 4.7

Problem I:

I got the following error message after the db script finished running. Is this something serious or can I ignore this or can I set this right in some way?

Drupal database update

* user warning: Column 'title' cannot be part of FULLTEXT index query: ALTER TABLE node CHANGE `type` `type` varbinary(32) DEFAULT '' NOT NULL, CHANGE `title` `title` varbinary(128) DEFAULT '' NOT NULL in /home/ciosaorg/public_html/47upgrade/includes/database.mysql.inc on line 120.
* user warning: Column 'name' cannot be part of FULLTEXT index query: ALTER TABLE term_data CHANGE `name` `name` varbinary(255) DEFAULT '' NOT NULL, CHANGE `description` `description` longblob DEFAULT '' NULL in /home/ciosaorg/public_html/47upgrade/includes/database.mysql.inc on line 120.

Problem II:
On the admin page, the settings are not collapsed but expanded. All the nodes made it through the update and the version of the updated site is correctly reported as 4.7.0, so I wonder what's wrong.

Problem III:
Exactly how do I update the contrib modules? They got deleted when I installed 4.7. Is it as simple as installing the 4.7 versions of those modules and enabling them at administer>>modules or is there anything else I should do? Many modules (flexinode, event) do not seem to have an update script to run.

Than

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal