WHMCS installation error

Status
This thread has been locked.

Mathew

Feedback score
2
Posts
1,078
Reactions
424
Resources
0
Anyone know how to fix this? Tried reinstalling WHMCS multiple times but continue to get it, folders have access to read, write and execute so that shouldn't be the issue.
48a19da20a.png
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Fire

Always DM me here before dealing via Discord.
Supreme
Feedback score
74
Posts
3,045
Reactions
1,745
Resources
0
Check that the MySQL user has full access to the database and the database is empty when installing. The error message looks like its failing since its trying to overwrite data that already exists.
Code:
GRANT ALL privileges ON WHMCSDNName.* TO 'WHMCSUserName'@'localhost';
flush privileges;
quit;
^ Was just from memory, so might not be quite right. But should fix it, if its an SQL perms problem.

Cant say I've seen that error before when installing it though. Could be something you've done wrong somewhere down the line. But the error message alone isnt that useful in finding the problem.
 
Last edited:

Mathew

Feedback score
2
Posts
1,078
Reactions
424
Resources
0
Check that the MySQL user has full access to the database and the database is empty when installing. The error message looks like its failing since its trying to overwrite data that already exists.
Code:
GRANT ALL ON WHMCSDNName.* TO 'WHMCSUserName'@'localhost';
flush privileges;
quit;
^ Was just from memory, so might not be quite right. But should fix it, if its an SQL perms problem.

Cant say I've seen that error before when installing it though. Could be something you've done wrong somewhere down the line. But the error message alone isnt that useful in finding the problem.
yeah error message and logs don't help me much either, tried contacting WHMCS support so hopefully I will get a reply from them.
 

Marc

Supreme
Feedback score
13
Posts
218
Reactions
70
Resources
0
yeah error message and logs don't help me much either, tried contacting WHMCS support so hopefully I will get a reply from them.
Easy fix.. just CHMOD 777 the files that need to be written on.
 

Marc

Supreme
Feedback score
13
Posts
218
Reactions
70
Resources
0
Alright, but like sometimes I do CHMOD, and it doesn't work still.[DOUBLEPOST=1493690195][/DOUBLEPOST]Delete the database tables and try reinstalling it.
 

Marc

Supreme
Feedback score
13
Posts
218
Reactions
70
Resources
0
Tried it, doesnt work lol, followed setup instructions right and it should be working just dont know why it isn't
Do you have skype? I can try to help.[DOUBLEPOST=1493690611][/DOUBLEPOST]Add me minecraftguild12
 
Last edited:
Status
This thread has been locked.
Top