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?
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?
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.
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.
You must log in to post.