Ticket #885 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

topic is created with empty component for new newly created website

Reported by: piotras Assigned to: piotras
Priority: blocker Milestone: 8.09.4 Ragnaroek
Component: Midgard Data Version: 8.09 Ragnaroek
Keywords: Cc:

Description

One can not create new content, after login into newly created host. Reproducable with revision 20711. I have been loged in as SG admin and there was neither 'edit this page' not 'create new folder' link in the toolbar. I suspect some commit related to #804.

Change History

03/02/09 12:24:58 changed by bergie

I suspect $_MIDGARD['admin'] is not set correctly.

See also #892

03/02/09 16:22:21 changed by piotras

I print_r $_MIDGARD just after midgard_user::auth is invoked in services/auth/sessionmgr.php.

[user] => 2 [admin] => 1 [lang] => 0 [root] => 0 [sitegroup] => 1

So it doesn't seem to be $_MIDGARDadmin?.

03/02/09 17:28:35 changed by piotras

  • owner changed from bergie to piotras.
  • component changed from MidCOM core to Midgard Data.
  • summary changed from Can not create new content to topic is created with empty component for new newly created website.

03/02/09 22:12:08 changed by piotras

  • status changed from new to closed.
  • resolution set to fixed.

(In [20751]) Correctly set default component. Fixes #885