Aborted trying to redefine constant ‘MULTISITE’. `define(‘MULTISITE’, …)

I got past this but don’t know why it’s doing this.

My local didn’t work as well with Config::define('MULTISITE', false); So i removed the Config:: part, deployed and didn’t get that error and the local was back up again.

I think there’s a specific step that either has been missed or needs to be done correctly.

Although the above is fixed, I can’t use the sync script to push the DB to production as it’s not “installed” correctly with the db. It’s the redirect loop problem.

Got the db working using this Multisite on remote server = redirect loop || database error

But the sync script shows an error:
Error: Site 'getflode.com/' not found. Verify DOMAIN_CURRENT_SITE matches an existing site or use '--url=<url>' to override.

And after this error i get the redirect loop back :smiley:

1 Like