Not sure what went wrong when we updated, but now getting a server error 500 page when we go to wp-admin after this upgrade. I turned on debug in wp-config to try and sort this out and now getting a:
Fatal error: Class ‘Tribe__Events__Pro__Main’ not found in wp-content/plugins/events-calendar-pro/events-calendar-pro.php on line 37
Line 36 and 37 on the file I have:
$classes_exist = class_exists( ‘Tribe__Events__Main’ ) && class_exists( ‘Tribe__Events__Pro__Main’ );
$version_ok = defined( ‘Tribe__Events__Main::VERSION’ ) && version_compare( Tribe__Events__Main::VERSION, Tribe__Events__Pro__Main::REQUIRED_TEC_VERSION, ‘>=’ );
Not sure what happened, everything was working and could login with 3.12.5, but can’t with 3.12.6.
-
This topic was modified 10 years, 5 months ago by
Tim Parker. Reason: added code