Page 1 of 1

usersignup table not created on fresh install

Posted: Thu Jun 12, 2014 4:57 pm
by alansmethers
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

Posted: Fri Jun 13, 2014 4:00 pm
by pacsone
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

Posted: Tue Jun 17, 2014 2:27 pm
by alansmethers
Thank you.
Table was created successfully after running ./Setup.exe