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
usersignup table not created on fresh install
-
- Posts:8
- Joined:Tue Nov 20, 2007 8:18 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
-
- Posts:8
- Joined:Tue Nov 20, 2007 8:18 pm