Marius Onica wrote:
> > I'm not familiar with the text 'Creation failed'. Is that the verbatim
> > text you are seeing?
>
> I have this piece of code:
>
> $style = 385;
> $name = "head-java-func";
> if(mgd_update_element( $style, $name, &$value )){
> echo "Element created.";
> }else{
> echo "Creation of element failed.";
make this
echo "Creation of element failed: " . mgd_errstr();
> }
> I've created a site info.uoradea.ro which have sitegroup 3. If I
> include this piece of code in a page name it "test" and if I make then
> info.uoradea.ro/test the php script is executed but I receive "Creation
> of element failed".
mgd_errstr will tell you why.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]