eve-jacknife icon indicating copy to clipboard operation
eve-jacknife copied to clipboard

Parse error: syntax error, unexpected '"' in /home/xxx/public_html/j/eve.config.php on line 30

Open garemoko opened this issue 7 years ago • 1 comments

On first attempt at install, after clicking "save" I got the error:

Parse error: syntax error, unexpected '"' in /home/xxx/public_html/j/eve.config.php on line 30

This seems to be caused by special characters (maybe the $?) in the SQL password:

$sql_p = "4T8e@t08${@i";

(I have changed my password before posting this issue!)

garemoko avatar Oct 23 '17 08:10 garemoko

I will fix it in the updater, for now change the double quotes to single quotes.

whinis avatar Oct 23 '17 11:10 whinis