Hello, Anatol Mayr / HEXAGON wrote: > > You're using nadmin? > > Try the following: > 1. Goto any page of your site. (e.g. your root-page) > 2. goto 'edit' > 3. klick 'submit' > 4. klick 'approve' > 5. klick 'approve now' and 'publish to live server now' then submit. > > Should work.
The problem is not only with the pages, but, e.g. the sitegroup row doesn't exist. Without that, no one row of my site will be replicated into live db. Here is: ---------------------------------------- mysql> use midgard; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> select * from sitegroup; +----+----------+-------+------------+-----------+ | id | name | realm | admingroup | sitegroup | +----+----------+-------+------------+-----------+ | 1 | informed | | 4 | 0 | | 2 | panorama | | 8 | 0 | | 3 | medicina | | 13 | 0 | +----+----------+-------+------------+-----------+ 3 rows in set (0.00 sec) mysql> use midgard_live; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> select * from sitegroup; +----+----------+-------+------------+-----------+ | id | name | realm | admingroup | sitegroup | +----+----------+-------+------------+-----------+ | 1 | informed | | 4 | 0 | | 2 | panorama | | 8 | 0 | +----+----------+-------+------------+-----------+ 2 rows in set (0.00 sec) ---------------------------------------- Anyway, I have tried your tip, but didn't help. :( Circum --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
