Crc Crc <[EMAIL PROTECTED]> Forwarded From: 

> Hi all,
> 
> I have just installed nadmin into Midgard CVS version, and tried to create a 
> new website (websites->New website), filled the form, and the it gave me the 
> following error message:
> 
> Fatal error: Call to a member function on a non-object in 
> snippet:///hklc_adminsite_host/argv0/new/new_host on line 202

this line is supposed to get the guid of the sitegroup that you selected..

the steps where ...

you selected a sitegroup/company - which it should have returned a number..

the program the does  
$sg = mgd_get_sitegroup($thenumber); (only if $thenumber !=0)
and then tries to get the guild
$guid = $sg->guid(); <-- at this point it is failing.

now to check what might be happening ..
which sitegroup did you select ( what id )
have a look at the company tree - put your mouse over the same company's icon and see 
if it show you a id & GUID.

If all that is working try using the other pages to create websites - it can be done 
from
1. the frontpage
2. The company edit page
3. the New Website tab on Websites
- do they all fail or just one?








> What to do?
> 
> Thx:
> Crc
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to