I've just completed upgrading from 1.01 to 1.1 and at the end of the upgrade, received this error ...
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'
Warning: fopen(/home/mydomain/public_html/radio/blog/serendipity_config_local.inc.php) [function.fopen]: failed to open stream: Permission denied in /home/mydomain/public_html/radio/blog/include/functions_installer.inc.php on line 72
Your Serendipity installation is now upgraded to version 1.1
You can return to your blog by clicking here
=========
Is that a successful installation or do I need to do something else?
Also, what permissions should I apply to the s9y folders as I had to set all of them to 777 before the upgrade would allow me to complete it.
Thanks.
1.1 Upgrade error
1.1 Upgrade error
Thanks,
Matt.
Matt.
Further to the above, when I click on the link at the bottom of all that to return to my blog, I receive this message ...
Serendipity has detected that your currently installed Serendipity version is 1.0.1. It seems you are attempting to upgrade to version 1.1, so you need to click here to continue the upgrade process.
=====
Seems to be stuck in an upgrade loop!
Thanks,
Matt.
Serendipity has detected that your currently installed Serendipity version is 1.0.1. It seems you are attempting to upgrade to version 1.1, so you need to click here to continue the upgrade process.
=====
Seems to be stuck in an upgrade loop!
Thanks,
Matt.
Thanks,
Matt.
Matt.
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Look at the last PHP error: s9y cannot write to serendipity_config_local.inc.php! Fix that, and the upgrade can be finalized.
Regards,
Garvin
Look at the last PHP error: s9y cannot write to serendipity_config_local.inc.php! Fix that, and the upgrade can be finalized.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
S9y should always have write permissions to that file. Unless you don'T want to configure or upgrade your blog any longer.
Best regards,
Garvin
S9y should always have write permissions to that file. Unless you don'T want to configure or upgrade your blog any longer.
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
If you put it back to 744, you will need to put it to 766 again if you a.) upgrade your blog again or b.) make any configuration changes to the global serendipity configuration.
HTH,
Garvin
If you put it back to 744, you will need to put it to 766 again if you a.) upgrade your blog again or b.) make any configuration changes to the global serendipity configuration.
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/