|
Yes, I already set it. Here it is
$my_base_url = 'http://localhost';
$my_pligg_base = '/Pligg';
Is this right ???
When I register new User, (type username) the javascipt error was Object Excepted. The line error in html was
<input type="text" name="username" id="name" value="" onkeyup="enablebutton(this.form.checkbutton1, this.form.submit, this)" size="25" tabindex="1"/>
The problem is in enablebutton javascript function, is'n it.
|