• Resolved daddy.of.x

    (@daddyofx)


    This plugin looks very close, if not exactly, to what I need for my site. However, as soon as I activate the plugin, I get the following WP warnings indicating an incompatibility with my 3rd party theme.

    Warning: implode() [function.implode]: Invalid arguments passed in /home/content/23/9824123/html/wp-content/themes/s5_vertex_response/vertex/includes/classes/shortcode.class.php on line 98

    Warning: implode() [function.implode]: Invalid arguments passed in /home/content/23/9824123/html/wp-content/themes/s5_vertex_response/vertex/includes/classes/shortcode.class.php on line 98

    I can view the plugin pages OK, but if I try to add new pages or do anything that would cause a POST to the backend, I get the above two messages and then the following message as well and the page fails to render.

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/23/9824123/html/wp-content/themes/s5_vertex_response/vertex/includes/classes/shortcode.class.php:98) in /home/content/23/9824123/html/wp-includes/pluggable.php on line 1121

    The theme is free can be obtained from http://www.shape5.com/wordpress/framework/vertex_framework.html. I’m a software engineer and proficient in web technologies, but only have a basic background with WordPress. Any help diagnosing this would be greatly appreciated.

    Thanks,
    Tony

    https://ww.wp.xz.cn/plugins/participants-database/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author xnau webdesign

    (@xnau)

    That’s interesting. I’m guessing that the theme defines shortcodes with names that conflict with the plugin shortcodes.

    I’d have to load the theme and take a look, but in the short term I’d suggest setting up your PHP error log, then turning “display_errors” off in your PHP configuration…this is causing the header problem which interferes with the POST. You may find everything works fine then, although I’m not proposing that as a fix, obviously.

    Thread Starter daddy.of.x

    (@daddyofx)

    Thanks for the response. I enabled PHP logging per your suggestion and that seems to redirect the two messages to the log file on regular pages (e.g. index.php, wp-admin.php). However, I still see the same three errors on post.php, and updates on other pages (such as profile.php) do not seem to be persisted successfully. Please let me know if you need help getting the theme or if you have any other suggestions for narrowing down on the issue.

    Thanks,
    Tony

    Plugin Author xnau webdesign

    (@xnau)

    Hi Tony,

    I found and installed the theme and tested it. Unfortunately, this is one of those theme developers that in my opinion is not too concerned with compatibility in the WordPress ecosystem. The level of incompatibility is mind-boggling…I can’t even begin to address it in my plugin, so I’ll just have to say it’s not compatible. Sorry about that.

    Thread Starter daddy.of.x

    (@daddyofx)

    Bummer. Thanks for trying.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Incompatible with third party theme’ is closed to new replies.