usersignup table not created on fresh install

Trouble during PacsOne Server installations
Post Reply
alansmethers
Posts:8
Joined:Tue Nov 20, 2007 8:18 pm
usersignup table not created on fresh install

Post by alansmethers » Thu Jun 12, 2014 4:57 pm

I just installed version 6.4.2 on Fedora Linux and am unable to use the User Signup function. I receive the following message

Fail to run query [insert into usersignup (username,password,firstname,lastname,email,submitted) values('john','am9obg==','john','doe','alansmethers@hotmail.com',NOW())], error = Table 'paxs.usersignup' doesn't exist

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Fri Jun 13, 2014 4:00 pm

Can you run the MySQL Workbench or GUI Administrator, then delete ALL existing user accounts except for the Administrator account ("root")? Then run the PacsOne Server Installer (Setup.exe) again as a new/fresh install, and check if the USERSIGNUP table is created or not when the Installer finishes:

Code: Select all

# ./Setup.exe

alansmethers
Posts:8
Joined:Tue Nov 20, 2007 8:18 pm

Post by alansmethers » Tue Jun 17, 2014 2:27 pm

Thank you.
Table was created successfully after running ./Setup.exe

Post Reply