Okay I was installing Concrete and had a problem can somebody help?

Permalink
At the top of my page after filling in the form on the first page of installation this was the error message I got I looked into PHPmyadmin and all the files seemed to be created. Don't know what's wrong?

mysql error: [1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's Portfolio',0,0)' at line 1] in EXECUTE("INSERT INTO Config VALUES('SITE',NOW(),'Tracy Bressette's Portfolio',0,0);")

Nativeexpress
 
LucasAnderson replied on at Permalink Reply
LucasAnderson
Your Site Name includes an apostrophe. Escape those with '\'

So, for example, Tracy Bressette's Portfolio should be Tracy Bressette\'s Portfolio

Yes, I know you shouldn't *have* to do this, but it might fix your problem for now.
Mnkras replied on at Permalink Best Answer Reply
Mnkras
Use the latest version of c5 and you will not have this issue