Check it out.
http://www.alternium.net/vox/
Any idea why the upgrade manager didn't handle this table creation? Any ideas on how I can start fixing this?
Thanks for your help.
-Ars
table serendipity_authorgroups not created upon upgrade
-
ars_moriendi
- Posts: 3
- Joined: Thu Jan 04, 2007 10:36 pm
- Contact:
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: table serendipity_authorgroups not created upon upgrade
Hi!
How exactly did you upgrade? From which version to which one? Did you get any errors? Which database type and version are you using?
You can try to re-perform the upgrade procedure, have a look at the FAQ on www.s9y.org about detailed steps.
Best regards,
Garvin
How exactly did you upgrade? From which version to which one? Did you get any errors? Which database type and version are you using?
You can try to re-perform the upgrade procedure, have a look at the FAQ on www.s9y.org about detailed steps.
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/
-
ars_moriendi
- Posts: 3
- Joined: Thu Jan 04, 2007 10:36 pm
- Contact:
Re: table serendipity_authorgroups not created upon upgrade
I should have made a note, but I believe it was from 0.8.4.5 to 1.1. I received no errors. I'm running MySQL 4.x. I'd really rather not do a total re-upgrade since my FTP connnection's spotty and it took four hours to guarantee that all the new files were uploaded in the first place.garvinhicking wrote:Hi!
How exactly did you upgrade? From which version to which one? Did you get any errors? Which database type and version are you using?
You can try to re-perform the upgrade procedure, have a look at the FAQ on www.s9y.org about detailed steps.
Best regards,
Garvin
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: table serendipity_authorgroups not created upon upgrade
Hi!
Hm, and you are absolutely sure that all files got uploaded properly?
You don't need to re-upload any files. Just follow the steps in the FAQ to re-run the upgrader (by modifiying $serendipity['Version'] string in serendipity_config_local.inc.php).
If you know some SQL, you could also look into the sql/db_update_*.sql files that you need to upgrade from the version increments...but the easier way is to just re-run upgrader.
Best regards,
Garvin
Hm, and you are absolutely sure that all files got uploaded properly?
You don't need to re-upload any files. Just follow the steps in the FAQ to re-run the upgrader (by modifiying $serendipity['Version'] string in serendipity_config_local.inc.php).
If you know some SQL, you could also look into the sql/db_update_*.sql files that you need to upgrade from the version increments...but the easier way is to just re-run upgrader.
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/
-
ars_moriendi
- Posts: 3
- Joined: Thu Jan 04, 2007 10:36 pm
- Contact:
aw, shucks
Well, you know +95% of all bugs are stupid little mistakes and mine was no exception.
After much fiddling about with the sql files, I found a few that my batch upload didn't include.
Thanks for your patience!
-Ars