• I installed the WP Online Store and used the shortcode [WP_online_store] on my page as a link. This worked well on one site, but when I used it on another site I get many instances of this message:

    Strict Standards: Only variables should be passed by reference in /data/22/3/10/1/3173327/user/3543141/htdocs/current/wp-content/plugins/wp-online-store/includes/functions/html_output.php on line 37

    This is line 37

    $ext=end(explode(".", $page));

    Can someone tell me what this means and how to fix it? I left this same post on the WP Online Store forum, but have not received any responses yet. I am using the most updated version of both WP and WP Online Store. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I think you should be able to get rid of that by disabling wp_debug in wp-config.php:

    define('WP_DEBUG', false);
    //define('WP_DEBUG', true);

    Thread Starter Rick5150

    (@rick5150)

    Thanks, but it is already set to false. It is driving me nuts

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Strict Standards Message…’ is closed to new replies.