my output is: Error creating article!!!. reason: Object does not exist
the only change was to topic = 1; which is a topic that exists and I have double checked that. $top = mgd_get_topic(1); echo $top->name ."<br>"; returns Test Topic Error creating article!!!. reason: Object does not exist On Wed, 2003-03-19 at 14:16, Alexander Schuster wrote: > Hi, > > here's the code that worked for me. > > <? > mgd_auth_midgard(somelogin,somepassword,0); > // user "somelogin" has to exist in midgard and be > // authenticated in order to create articles > // also he most have rights to view topics/articles. > // third parameter sets cookie if =1 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
