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.

catalog field repairs

Hello, any one knows how to get rid of this error?

On Status report I get this error message:

The catalog taxonomy reference field is missing. Click here to create it.

when I click on create it, I get this error message:

DatabaseSchemaObjectExistsException: Table field_data_taxonomy_catalog already exists. in DatabaseSchema->createTable() (line 657 of C:\wamp\www\Dacsmarketing1\includes\database\schema.inc).

can anyone please help me. I will be very grateful

Difficulties upgrading to D7 - missing key modules

Hi all,

I'm upgrading to D7 from D6, and finding it incredibly difficult. My site makes heavy use of three modules, which have disappeared:

* audio: has moved into core, but doesn't seem to have all the functionality there. I also have to run a rather sketchy experimental module from someone's git repo to migrate content (http://drupal.org/sandbox/jenlampton/1761334 - I'm saying sketchy as I had to twiddle version numbers to get it to run, and it's not entirely clear whether it worked or not yet).

* img_assist: hasn't been ported, looks like it won't be, and there doesn't exist a sensible replacement (works concisely in non-WYSIWYG, has useful options to pop up images, lightbox etc.). There is a port, but it's unmaintained, only linked on a semi-dead forum post (http://drupal.org/node/841568) and I don't know if it works. There are also scripts to turn everything into HTML so that might be the way to go. But it's certainly not as nice to work with.

* mediawiki_filter: unported, although a possibly-good version of it is kicking around.

I understand that mediawiki was never official. But, at the time, all three seemed to be the best practise for their respective tasks. Now, it seems to be impossible to upgrade my site - I've spent many, many hours reading posts, trying updates etc. And I haven't even looked at more advanced bits of the site.

Upgrade to 7.20, select list not being populated

hi everyone,

I have a support issue after upgrading from 7.12 to 7.20. A few of my content types have select lists that are not populating. This is in both the admin as well as the non-admin views. The select lists are just zero length drop downs. I've confirmed everything works fine in 7.12 using a separate test instance. Any help would be appreciated

Upgrade to 7.20 - Image styles not created

Upgraded from 7.19 to 7.20.

The site includes an image gallery. Gallery contents are displayed as thumbnails with links (via colorbox to full size images).

After the upgrade thumbnails for images uploaded since the upgrade are not generated. After the upgrade deleting the thumbnail directory implies that neither the directory nor any thumbnails are created.

It was necessary to add "$conf['image_allow_insecure_derivatives'] = TRUE;" to the settings file to get image styles working.

Upgrading from 7.19 to 7.20, version doesn't change

Hi.

I upgraded my site from 7.19 to 7.20 the normal way I always do. extract and move all files from the 7.20 folder to the root folder. I got back into the UI, run cron and still the version number does not change to 7.20.

I also ran update.php, but there were not updates registered.

Anyone have an idea?

S

Warning: array_flip(): Can only flip STRING and INTEGER values!

I upgraded my site from D6 to D7. After the upgrade, I got the error message that many other people seem to be getting:

Warning: array_flip(): Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->load() (line 178 of /xxx/xxx/xxx/code/includes/entity.inc

I have searched all over the web and the drupal forums and this message seems to occur due to improper

xxx_load(array(..))

functions left over in modules or drupal code (see this stackexchange link).
I searched for this string and found it in several places in my D7 modules and code see below:
includes/form.inc: * $node = node_load(array('uid' => $uid, 'type' => $type));
modules/trigger/trigger.module: return node_load(array('nid' => arg(1)));
sites/all/modules/rules/modules/path.eval.inc: elseif (!path_load(array('alias' => $alias, 'language' => $langcode))) {
sites/all/modules/rules/modules/path.eval.inc: if ($path = path_load(array('source' => $source, 'language' => $langcode))) {
sites/all/modules/rules/modules/path.eval.inc: if (($path = path_load(array('alias' => $alias, 'language' => $langcode))) && (empty($node->path['pid']) || $node->path['pid'] != $path['pid'])) {

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal