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; ?>
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)
That fixed it, it's working now.
Thank you for you help and support!!