Jan Kellermann wrote:
Hello!
so, what happens instead? error message? Logs would also be interesting. (enable in apache config: MidgardLog Debug+ /var/log/midgard.log)
Helps: midgard-lib:27811:debug:query=SELECT id,style,info&1,info&2,author,owner FROM page WHERE up=110 AND name='pageindex' midgard-lib:27811:debug:query failed: Unknown column 'owner' in 'field list'
this seems to be a hint, doesnt it?
structure of page: id int(11) Nein auto_increment up int(11) Nein 0 style int(11) Nein 0 name varchar(255) Nein author int(11) Nein 0 info set('auth', 'active') Nein changed date Nein 0000-00-00 sitegroup int(11) Nein 0
structure of page_i: id int(11) Nein auto_increment sid int(11) Nein 0 title varchar(255) Ja NULL content longtext Ja NULL author int(11) Nein 0 owner int(11) Nein 0 lang int(11) Nein 0 changed date Nein 0000-00-00 sitegroup int(11) Nein 0
I needed to chance the root-page from /midgard-root-nommp.php to /midgard-root.php because the nommp-page throws: Parse error: parse error, unexpected '<' in /var/local/cache/midgard/80-26-0.php(40) : eval()'d code on line 1
That one's fixed in CVS, and attached to this email.
works fine. thx.
Kelly.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
in mysql, do the following
ALTER TABLE page ADD (owner int(11) NOT NULL default '0');
David
-- David Schmitter, Software Developer, [EMAIL PROTECTED] Dataflow Solutions GmbH - Pappelweg 48 - 3013 CH-Bern [EMAIL PROTECTED] - +41 31 332 01 01
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
