Add New User

Basic Installation and Setup.

Moderator: davidyin

Post Reply
srodriguez
Members
Members
Posts: 2
Joined: Fri May 12, 2006 7:47 am

Add New User

Post by srodriguez »

Whenever I try to add a new user by going to Admin > User Manager > Add User

I get an error where it says "Please fill in all the information." but there is no place to input this information. Only other thing on the site is a Go Back button.

Pleas help.

Thanks,
Sil
User avatar
davidyin
Members
Members
Posts: 192
Joined: Wed Apr 27, 2005 10:50 pm
Location: Burnaby

Post by davidyin »

Click go back and refill all fields then submit.
srodriguez
Members
Members
Posts: 2
Joined: Fri May 12, 2006 7:47 am

Post by srodriguez »

There is no place to fill out. When I click on Add User, all it shows is "Please fill out..." and a Go Back button. It doesn't show me any text boxes, or dropdowns... nada. I try hitting go back, and clicking on Add User again, but I get the same thing.

Do you want me to do a printscreen?

-Sil
User avatar
davidyin
Members
Members
Posts: 192
Joined: Wed Apr 27, 2005 10:50 pm
Location: Burnaby

Post by davidyin »

It is a bug.

You can download the fixed file below, decompress it and put into your installation folder.

or

Change the file your self, open admin_user_a.asp by a text editor.
Go to line 186
Replace the

Code: Select all

if useraddsubmit = 1 then
by

Code: Select all

if useraddsubmit = "1" then
Save it.

Thank you for your reporting this error or bug.

If you find anything strange, let me know.

Regards,

David Yin
Attachments
admin_user_a.rar
fixed the bug, which can not add user.
(4.54 KiB) Downloaded 351 times
Post Reply