Page 1 of 1

Upgrade 1.0.4 to 1.1.3

Posted: Sun Jul 22, 2007 12:35 pm
by ranman
Hi,


files uploaded over wrting old version, script executed and.... it said upfrade done BUT with these errors:

Code: Select all


We detected some errors while running some diagnostics on your entered information:

CREATE INDEX pluginretr_idx ON serendipity_plugins (placement, sort_order);

/ Duplicate key name 'pluginretr_idx'

create table serendipity_mediaproperties (
  mediaid int(11) not null,
  property varchar(128) not null,
  property_group varchar(50) not null default '',
  property_subgroup varchar(50) not null default '',
  value text
) /*!40100 CHARACTER SET utf8 COLLATE utf8_unicode_ci */;

/ Table 'serendipity_mediaproperties' already exists

CREATE INDEX mediapropid_idx ON serendipity_mediaproperties (mediaid);

/ Duplicate key name 'mediapropid_idx'

CREATE UNIQUE INDEX media_idx ON serendipity_mediaproperties (mediaid, property, property_group, property_subgroup);

/ Duplicate key name 'media_idx'

create table serendipity_options (
  name varchar(255) not null,
  value text not null,
  okey varchar(64) not null default ''
) /*!40100 CHARACTER SET utf8 COLLATE utf8_unicode_ci */;

/ Table 'serendipity_options' already exists

CREATE INDEX options_idx ON serendipity_options (okey);

/ Duplicate key name 'options_idx'

ALTER TABLE serendipity_images ADD COLUMN realname varchar(255) not null default '';

/ Duplicate column name 'realname'

ALTER TABLE serendipity_references ADD COLUMN type varchar(128) not null default '';

/ Duplicate column name 'type'

CREATE INDEX reftype_idx ON serendipity_references (type);

/ Duplicate key name 'reftype_idx'


Testign everything is fine....in particualr the plug-in sections.... and I found errors when trying to install a Sidebar Plugins, i.e..: Contact Form, when trying to install it comes with:

Code: Select all

Error: serendipity_event_contactform:aa2c23e2cea54cb944e0cdff954d2ba7 (online_repository)
DEBUG: Plugin serendipity_event_contactform:aa2c23e2cea54cb944e0cdff954d2ba7 not an object: .
Input: Array ( [adminModule] => plugins [pluginPath] => online_repository [install_plugin] => serendipity_event_contactform [spartacus_fetch] => [action] => [adminAction] => ) .

This error can happen if a plugin was not properly downloaded (check your plugins directory if the requested plugin was downloaded) or the inclusion of a file failed (permissions?)
Backtrace:
Installing plugin: Array ( [0] => serendipity_event_contactform [1] => [2] => event [3] => 0 [4] => online_repository )
INSERT INTO serendipity_plugins (name, sort_order, placement, authorid, path) values ('serendipity_event_contactform:aa2c23e2cea54cb944e0cdff954d2ba7', 42, 'event', '0', 'online_repository')
No valid path/filename found. Aborting.
Classname serendipity_event_contactform still does not exist. Aborting.
Loading plugin failed painfully. File not found?
No valid path/filename found. Aborting.
Classname serendipity_event_contactform still does not exist. Aborting.

Fatal error: Call to a member function introspect() on a non-object in /home/xxxxxxx/public_html/generations/include/admin/plugins.inc.php on line 441

...Or for example installing polls:

Code: Select all


Error: serendipity_event_pollbox:8549171245f766a06059af7517631d5f (online_repository)
DEBUG: Plugin serendipity_event_pollbox:8549171245f766a06059af7517631d5f not an object: .
Input: Array ( [adminModule] => plugins [pluginPath] => online_repository [install_plugin] => serendipity_event_pollbox [spartacus_fetch] => [action] => [adminAction] => ) .

This error can happen if a plugin was not properly downloaded (check your plugins directory if the requested plugin was downloaded) or the inclusion of a file failed (permissions?)
Backtrace:
Installing plugin: Array ( [0] => serendipity_event_pollbox [1] => [2] => event [3] => 0 [4] => online_repository )
INSERT INTO serendipity_plugins (name, sort_order, placement, authorid, path) values ('serendipity_event_pollbox:8549171245f766a06059af7517631d5f', 43, 'event', '0', 'online_repository')
No valid path/filename found. Aborting.
Classname serendipity_event_pollbox still does not exist. Aborting.
Loading plugin failed painfully. File not found?
No valid path/filename found. Aborting.
Classname serendipity_event_pollbox still does not exist. Aborting.

Fatal error: Call to a member function introspect() on a non-object in /home/xxxxxxxx/public_html/generations/include/admin/plugins.inc.php on line 441
Any help/suggestion very welcome. Will be hard further upgrades if not solving this particular.

Thanks

Gonzalo.

Re: Upgrade 1.0.4 to 1.1.3

Posted: Mon Jul 23, 2007 2:54 pm
by garvinhicking
Hi!

These error messages above you should only get, if you had already installed/used a serendipity 1.1 version already. Could it be you already once ran a 1.1 version? The tables that the script says already exist were not existing in previous 1.0 versions of s9y.

You can ignore those errors though, but it would be interesting why these happened.

About the plugins, those errors all stem from plugins via Spartacus. How did youc onfigure the spartacus plugin, which mirrors are you using? Did you enable the plugin fetching method?

HTH,
Garvin