Woopra Forums » Plugins and Add-ons

Woopra Wordpress Plugin 1.3 - Line 182 still buggy (woopra.php)

(5 posts)
  • Started 3 months ago by kimpenhaus
  • Latest reply from firemaker
  • This topic is resolved
  • kimpenhaus
    Member

    As mentioned before (http://www.woopra.com/forums/topic/wordpress-plugin-woo_widget-bug-causes-not-collecting-any-data) line 182 (was line 181 before plugin-upgrade) is buggy:

    update_option('woopra_website_id', (int) $_POST['websiteid']);

    forces an int-cast. When you edit the options on the options-page website-id's bigger than 2147483647 are going to be stored as 2147483647 in the db. That line should read something like that:

    update_option('woopra_website_id', $_POST['websiteid']);

    regards,
    marcus.

    Posted 3 months ago #
  • Thanks for your help kimpenhaus. :)

    Posted 3 months ago #
  • @kimpenhaus: Go ahead and uploaded http://static.woopra.com/woopra_wordpress_1.3.1.zip

    Should clear up any issues.

    Posted 3 months ago #
  • zoltan jokay
    Member

    woopra still doesn´t collect any data for me, since I am using the new plug in, best Zoltán

    Posted 2 months ago #
  • Woopra plugin 1.3 is working on my site where as the previous releases were not. Good work.

    Thanks
    Mark

    Posted 2 months ago #

RSS feed for this topic

Reply

You must log in to post.