
Originally Posted by
vanhorn_s
I didn't see it mentioned anywhere, but if the store name has an apostrophe in it, the admin page will be unavailable. I had to replace the apostrophe in my store name in the database to: ’
You can escape the ' with a \
Example:
PHP Code:
define('DEFINED_VARIABLE','George\'s Store');