osseed / com.osseed.eventcalendar

CiviCRM Event Calendar
GNU General Public License v3.0
10 stars 37 forks source link

PHP error thrown by /civicrm/showevents #91

Closed edward-peters closed 2 years ago

edward-peters commented 2 years ago

When I go to https://www.scl.org.uk/civicrm/showevents, there is a PHP error (it was working ok before):

Error: Class 'CRM_EventCalendar_Page_ShowEvents' not found in CRM_Core_Invoke::runItem() (line 298 of /home/scluk/public_html/sclukd8/vendor/civicrm/civicrm-core/CRM/Core/Invoke.php)

Would you have any clue what might be causing this and how I might fix it? I did a Google search but there are no results on that error.

Thank you!

osseed commented 2 years ago

@edward-peters Can you please let us know the version of CiviCRM and extension you are using ?

edward-peters commented 2 years ago

Apologies! It is version 4.1 of the extension, which I believe is the most recent? The site is running CiviCRM 5.42.1

osseed commented 2 years ago

@edward-peters We have checked same version of extension and CiviCRM on Drupal CMS and it's working fine. Can you send more info specific PHP version ? May be try clearing cache once.

edward-peters commented 2 years ago

In case anyone has a similar problem, it seems that the issue was caused by an update of the code base which did not respect the change of folder name from 'Eventcalendar' to 'EventCalendar'.