On 11/8/06, Allen Gilliland <[EMAIL PROTECTED]> wrote:
I don't understand where you got the idea that you needed to do that
work manually? Did you try looking on the global settings page? Both
of those properties are set at runtime from that page, and in fact when
you first deployed 3.0 the frontpage should have told you what steps you
needed to do with links to the right place to do them.
I did see the front-page and I did go through the UI to try and set
these values. When I clicked "save", the values didn't get updated.
After I added the name/value pairs to the database, the values saved
fine. I suspect an issue with the database upgrade script. Here's
what I did to upgrade my database:
mysqldump raible > raible.sql
scp'd to local machine
mysqladmin create roller
mysql roller < raible.sql
cd 3.0/WEB-INF/dbscripts
mysql roller < 2.3-to-2.4.sql
mysql roller < 2.4-to-3.0.sql
That seems to be the normal upgrade path, no?
If that didn't happen then something is wrong with your environment.
Maybe you have relics from older versions lying around or something?
I did this with the the downloads Dave posted, the download from
java.net and my upgraded database. I did not mix the files from my
current site with the files from the release, save for copying in the
andreas08 theme.
At the very least those properties should have been in the db with their
default values. Again, if that's not what happened then I might suspect
that your whole upgrade went amiss and there are possible other problems
which could have happened.
I agree with you and I hope there's a problem with the way I'm upgrading.
I checked the dbscripts for MySQL and "site.frontpage.weblog.handle"
doesn't exist in any of the scripts. How would it have entered into
my database? Does it get added on-the-fly when you save the website
settings page? If so, the inserting of new name/value pairs seems to
be failing on my database.
Thanks,
Matt
-- Allen
Matt Raible wrote:
> I had to run the following SQL statements in order to fix these
> problems. My guess is these are not in the upgrade script.
>
> insert into roller_properties values ('site.frontpage.weblog.handle',
> 'rd');
> insert into roller_properties values
> ('site.frontpage.weblog.aggregated', 'true');
>
> Matt
>
> On 11/7/06, Matt Raible <[EMAIL PROTECTED]> wrote:
>> Where is the "Handle of weblog to serve as frontpage blog" setting
>> stored? I still can't set mine as reported previously on this list.
>> I'm fine with setting it in the database, but I don't see it in the
>> roller_properties or rollerconfig tables.
>>
>> Matt
>>
>> On 11/7/06, Matt Raible <[EMAIL PROTECTED]> wrote:
>> > Shouldn't we include a link to the required JARs from java.net?
>> >
>> > https://roller.dev.java.net/servlets/ProjectDocumentList?folderID=5958
>> >
>> > Matt
>> >
>> > On 11/7/06, Dave <[EMAIL PROTECTED]> wrote:
>> > > The annoucement is here:
>> > >
>> http://rollerweblogger.org/project/entry/apache_roller_3.0_available_for
>> > >
>> > >
>> > > Here's a text only version of the:
>> > >
>> > > Apache Roller (incubating) 3.0 is now available via the Apache
>> > > incubator. For more information about the release see What's New in
>> > > Roller 3.0 on the Roller wiki.
>> > >
>> > > http://rollerweblogger.org/wiki/Wiki.jsp?page=Roller_3.0_WhatsNew
>> > >
>> > > This is a new release, but the Roller 3.0 codebase has been in use
>> for
>> > > over a month at a number of production sites, including
>> > > http://blogs.sun.com and this site. Here are direct links to the
>> > > download files:
>> > >
>> > >
>>
http://people.apache.org/dist/incubator/roller/apache-roller-3.0-incubating.tar.gz
>>
>> > >
>>
http://people.apache.org/dist/incubator/roller/apache-roller-3.0-incubating.tar.gz.asc
>>
>> > >
>> > >
>>
http://people.apache.org/dist/incubator/roller/apache-roller-3.0-incubating.zip
>>
>> > >
>>
http://people.apache.org/dist/incubator/roller/apache-roller-3.0-incubating.zip.asc
>>
>> > >
>> > >
>>
http://people.apache.org/dist/incubator/roller/apache-roller-src-3.0-incubating.tar.gz
>>
>> > >
>>
http://people.apache.org/dist/incubator/roller/apache-roller-src-3.0-incubating.tar.gz.asc
>>
>> > >
>> > >
>>
http://people.apache.org/dist/incubator/roller/apache-roller-src-3.0-incubating.zip
>>
>> > >
>>
http://people.apache.org/dist/incubator/roller/apache-roller-src-3.0-incubating.zip.asc
>>
>> > >
>> > > Note that we no longer use the wiki for the user and installation
>> > > guides. Instead, we're using OpenOffice format and generating HTML
>> and
>> > > PDF versions of these two documents. Here are links to the latest
>> docs
>> > > for Roller 3.0 in PDF format.
>> > >
>> > > http://people.apache.org/~snoopdave/roller30-user-guide.pdf
>> > > http://people.apache.org/~snoopdave/roller30-template-guide.pdf
>> > > http://people.apache.org/~snoopdave/roller30-install-guide.pdf
>> > >
>> > > Please report bugs and enhancement requests to Roller's JIRA-based
>> > > issue tracker.
>> > >
>> http://opensource2.atlassian.com/projects/roller/secure/Dashboard.jspa
>> > >
>> > > NOTE: Roller is in the Apache Incubator, but this release is not an
>> > > official release of or endorsed by the Apache Software Foundation.
>> > > Roller itself is licensed under the Apache license v2.0, but requires
>> > > some components that have more restrictive licenses (i.e. Hibernate).
>> > >
>> >
>> >
>> > --
>> > http://raibledesigns.com
>> >
>>
>>
>> --
>> http://raibledesigns.com
>>
>
>
--
http://raibledesigns.com