Skip Navigation

[Resolved] Layout plugin clash with events plugin Eventon

This support ticket is created 6 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by leilaG 6 years, 7 months ago.

Assisted by: Christian Cox.

Author
Posts
#658321

Re: Closed ticket reply #628076

I followed the instructions, when reloading the page, the 500 error has been replaced with the below error text -

Parse error: syntax error, unexpected 'endwhile' (T_ENDWHILE) in /nas/content/live/biocitygroup/wp-content/themes/bridge-child/eventon/single-ajde_events.php on line 17

Below is line 17 -
<?php endwhile; ?>

#664354

Please link to the threads with the full URL, it's not easy to find the reply from its ID only.
However this should be the post you refer to:
https://toolset.com/forums/topic/layout-plugin-clash-with-events-plugin-eventon/#post-628076

The error you report is not due to Toolset and probably happens as well when you disable it unless the template you call is somehow conditionally loading opnly when Toolset is active.

The error happens in your Custom Child Theme and is due to a (most likely) missing semicolon just before the line 17.

However, we cannot help with this sort of issues as we do not debug Custom Themes.
If the issue still happens if you use a fresh copy of the parent theme, and no other plugins but Toolset and Eventon, with no custom code, then this would look like a Compatibility issue.

But according to the error I suspect a missing semicolon or else (could be a missing {, a missing )..) on line <17.
Or, if the code is exactly as you posted it (with the PHP tags), then it is because there is no begin of the loop. The endwhile hence fails)

#674120

That fixed it, it's working now.

Thank you for you help and support!!