I get a parse error on line 89 in Fantastico

I get a parse error on line 89 in Fantastico that looks similar to:
Quote:
Parse error: parse error in /usr/local/cpanel/base/tmp/username-10170834-22345 on line 89

This problem is due to a bug in some versions of CPANEL. The fix is as folllows:

Go to WHM -> Mysql -> MySQL Root Password
Set a password.

Now log in as root via SSH and view /root/.my.cnf and remove any quotes in that file.

For example, change:
Code:
user=”name”
pass=”blah”

to
Code:
user=name
pass=blah

Leave a Reply

You must be logged in to post a comment.