I just upgraded a D5 test site to Panels 2. Everything seemed to go fine with the exception of these two error messages:

Can't DROP 'panels_object_cache_idx'; check that column/key exists query: update_sql ALTER TABLE panels_object_cache DROP INDEX panels_object_cache_idx in C:\Apache\Apache2\htdocs\drupal-5.1\includes\database.mysql.inc on line 172.
Can't DROP 'name_2'; check that column/key exists query: update_sql ALTER TABLE panels_page DROP INDEX name_2 in C:\Apache\Apache2\htdocs\drupal-5.1\includes\database.mysql.inc on line 172.

Since this only seemed to involve dropping an index it seemed to me that it could not be very important, so I went ahead and started to work setting up panels. Problem, when I enter the panel title etc and hit "Save", the process goes no further and I can see nothing in the list of panels.
Here's why apparently:

Table 'drupal50.panels_page' doesn't exist query: panels_page_load_all SELECT * FROM panels_page in /var/www/drupal-5.1/includes/database.mysql.inc on line 172.

Comments

joel_guesclin’s picture

Since I only had one panel and this is a test site, I completely uninstalled Panels and reinstalled it and this seems to have worked - I can now get it to function ok.

esmerel’s picture

Status: Active » Closed (won't fix)

No fixes will be added to the 2.x line.