The Plug is crashing my website
-
I have 50 plugins and I have tracked it back to “all-in-one-event-calendar”
If I remove the dir “all-in-one-event-calendar” I can run my website again.
I am using 4.1 and new downloaded version of all-in-one-event-calendar
https://www.ads-software.com/plugins/all-in-one-event-calendar/
-
Each time I remove the directory my site will start again.
Good luck working on that error, please let me know how to fix I LOVE THIS PLUGIN ??
Exactly, what error are you experiencing?can you try to up memory a little?it might help https://codex.www.ads-software.com/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
No it did not help.
I activate the plug-in and it just gives me a blank white screen only way to fix it is FTP and delete the plug-in.
I can get the plugin to display after I activate however can not get back into the Admin https://www.newzealandnz.co.nz/wp-admin/ end after unless I delete plugin all together.
You will see the login screen however after you put username and password in all you get is blank white screen.
Hi, but a blank screen should mean an error in the PHP error logs. Do you see any error in the logs?you should also turn wp_debug to true to see if errors are silences
I see
Fatal error: Call to a member function render() on a non-object in /usr/wwwroot/ddehek/newzealandnz/wp-content/plugins/all-in-one-event-calendar/vendor/twig/Environment.php on line 300
/** * Displays a template. * * @param string $name The template name * @param array $context An array of parameters to pass to the template * * @throws Twig_Error_Loader When the template cannot be found * @throws Twig_Error_Syntax When an error occurred during compilation * @throws Twig_Error_Runtime When an error occurred during rendering */ public function display($name, array $context = array()) { $this->loadTemplate($name)->display($context); }
are you using version 2.1.9?If not download 2.1.9 and replace the version you are using with it with ftp.
Then try to do the following:2) force debug mode just for one or two requests. To do so add
define( ‘AI1EC_DEBUG’, true );
at the beginning of all-in-one-event-calendar.php on line 12 and then refresh the calendar page once or twice. this refreshes all caches ( TWIG, CSS and so on ) and has a BIG performance hit. So after 1 or 2 refreshes you must delete this.
3) switch themes. Go to Events -> Calendar Themes and then choose a different theme and switch back
if everuthing is still failing try to
3) delete cache folder under the plugin root
4) delete a folder ai1ec_static if present in wp-contentand repeat point 1 and 2
Add define( ‘AI1EC_DEBUG’, true ); were?
I think I am getting some where after I removed theme-ai1ec folder
however it does not look the same so I am now trying it put my License Key back in place and the image I see at https://time.ly/document/user-guide/getting-started/license-keys/
Is not the same as the one I see?
I have paid a yearly fee for this have a got the right Copy?
I get all this at the bottom now…
N. Query Duration, ms Row Count
1 SELECTterm_id
,term_image
,term_color
FROMwp_ai1ec_event_category_meta
0.2 8
2 SELECT DISTINCT p.*, e.post_id, i.id AS instance_id, i.start AS start, i.end AS end, e.allday AS event_allday, e.recurrence_rules, e.exception_rules, e.ticket_url, e.instant_event, e.recurrence_dates, e.exception_dates, e.venue, e.country, e.address, e.city, e.province, e.postal_code, e.show_map, e.contact_name, e.contact_phone, e.contact_email, e.cost, e.ical_feed_url, e.ical_source_url, e.ical_organizer, e.ical_contact, e.ical_uid, e.timezone_name, e.longitude, e.latitude FROM wp_ai1ec_events e INNER JOIN wp_posts p ON e.post_id = p.ID INNER JOIN wp_ai1ec_event_instances i ON e.post_id = i.post_id WHERE post_type = ‘ai1ec_event’ AND i.end > 1420609536 AND post_status IN ( ‘publish’, ‘private’ ) ORDER BY i.start ASC, post_title ASC LIMIT 0, 50 4.72 50
Total time, ms: 4.92I got it working however I must now be using the free copy how do I get the paid version going again? as it is not displaying feature images on cal view.
Cheers
Danny@newzeal
1)regarding
N. Query Duration, ms Row Count
1 SELECT term_id, term_image, term_color FROM wp_ai1ec_event_category_meta 0.2 8
2 SELECT DISTINCT p.*, e.post_id, i.id AS instance_id, i.start AS start, i.end AS end, e.allday AS event_allday, e.recurrence_rules, e.exception_rules, e.ticket_url, e.instant_event, e.recurrence_dates, e.exception_dates, e.venue, e.country, e.address, e.city, e.province, e.postal_code, e.show_map, e.contact_name, e.contact_phone, e.contact_email, e.cost, e.ical_feed_url, e.ical_source_url, e.ical_organizer, e.ical_contact, e.ical_uid, e.timezone_name, e.longitude, e.latitude FROM wp_ai1ec_events e INNER JOIN wp_posts p ON e.post_id = p.ID INNER JOIN wp_ai1ec_event_instances i ON e.post_id = i.post_id WHERE post_type = ‘ai1ec_event’ AND i.end > 1420609536 AND post_status IN ( ‘publish’, ‘private’ ) ORDER BY i.start ASC, post_title ASC LIMIT 0, 50 4.72 50
Total time, ms: 4.92You must turn AI1EC_DEBUG to false.
2) where do you not see them?core is the same for paid and not paid users. Paid users have priority access to support forums and have add ons, but featured image is a core functionality, it might be a bug.Well all was good until I did a standard upgrade.
Have a look at this link https://www.elite6.co.nz/events-look.jpg this is what was looking like and now I get what you see on the right!
Do I need to know order Add-ons?
- The topic ‘The Plug is crashing my website’ is closed to new replies.