Woopra Forums » Plugins and Add-ons

WordPress Plugin

(3 posts)
  • Started 1 year ago by mtbello
  • Latest reply from bdh734
  • This topic is not resolved
  • mtbello
    Member

    Warning: session_start() [function.session-start]: open(/data/tmp/sess, O_RDWR) failed: File too large (27) in /htdocs/wp/wp-content/plugins/woopra/woopra.php on line 17

    Has anyone else gotten this error?

    Posted 1 year ago #
  • elpie
    Member

    No, I haven't seen that error but why don't you simply add the Woopra javascript to your footer.php template? It's much faster and prevents issues with having to load a plugin.

    Posted 1 year ago #
  • What happens is for some reason either you got rid of the plugin and decided to activate it again. Simply log out of Wordpress, clear your cache (yes delete the cookie for your site) and then go back. Login and this should be resolved. This happen to me when I moved my site to another server.

    As for the insert the code in the footer that elpie mentioned, this is not recommended as then you cannot see the stats within the admin panel of wordpress.

    Also, if you use a custom theme, be sure to do the following:
    In order for the WordPress Plugin to work, your WordPress theme must have the following code immediately before the </BODY> element in the footer.php file:

    <?php wp_footer(); ?>

    You can still add this and it will not affect the footer of the theme.

    "Can someone tell Google that I am for sale!"
    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.