Getting a Fatal error: Cannot redeclare class Low_events_model in LE 1.4.1
Hi,
The upgrade is causing one of our pages to show the following error:
Fatal error: Cannot redeclare class Low_events_model in ...\expressionengine\third_party\_low_events\libraries\Low_events_model.php on line 339
How should we proceed?
Note: This conversation was created from a reply on: Change Date Formatting in Publish Form.
Replies
Low 22 Feb 2015 12:58
Make sure the old low_events folder is deleted before uploading the new files.
I'm seeing "\third_party\_low_events" in that path, there. The underscore before low_events shouldn't be there.
Also, if you have server-side cache (like Redis) enabled, try disabling/flushing that cache.
Stoyan Vasilev 22 Feb 2015 13:04
Thank you. Making sure the old version is not there took care of it.