Hello Patrick! I encountered similar problem with PHP 4.2.something and Nadmin Studio 1.4.1. (Actually, I encountered the problem when our admin had upgraded PHP. ;))
I suppose this is due to changed PHP API conserning setcookie() method. You should look for style element: / adminsite_Master_Style / auth You need to fix two lines first is around line 5 and second 103. You should change the third argument of the setcookie to be 0 (zero) instead of "" (empty string). This fixed the problem for me. If someone knows better, I would also be interested in hearing other solutions. Regards //Henri Kaukola On Fri, 2002-09-20 at 18:30, patrick thomas wrote: > Hi List, > > after successful installation as I think I get this when calling nadmin: > > Warning: setcookie() expects parameter 3 to be long, string given in > ROOT(3) : eval()'d code on line 266 > > > Does anybody know why? > > > Thanks, > patrick thomas > -- Henri Kaukola [EMAIL PROTECTED] Consultant Tel: +358-20-1986 037 Nemein Oy http://www.nemein.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
