Forum Replies Created

Viewing 15 replies - 31 through 45 (of 161 total)
  • Plugin Contributor helened

    (@helened)

    What version of WassUp are you using?
    Also, what browser do you use to view Wassup?

    Plugin Contributor helened

    (@helened)

    Thank you for reporting this. We will troubleshoot Wassup with the Woocommerce plugin to locate the cause of the conflict and try to fix it, if possible.

    Plugin Contributor helened

    (@helened)

    Try increasing the Screen Resolution setting in Wassup >>Options
    or try decrease the number of Top Stats Lists checked in Wassup >>Options.

    Plugin Contributor helened

    (@helened)

    The “chart” setting may be disabled.
    Try go to Wassup >> Options and check the box for “Display line chart in detail view”
    Or click the “Show chart” link in the “Visitor Details” view

    Plugin Contributor helened

    (@helened)

    NewsArena,

    I can’t duplicate the cyrillic lettering in your Wassup screenshots on my PC.
    Please click the “View Raw table” option for those records and paste the contents here so I can copy and paste them directly into my test data.

    To access the “View raw table” data, click the 1st icon (blue magnifying glass) in the set of 3 icons in the top-right corner of each Visitor detail record. Thanks.

    Plugin Contributor helened

    (@helened)

    Sorry about that. We would like to fix this problem, but we need to see what your Wassup records look like beforehand since this does not occur in our tests. Can you show us some examples?

    Please post a screenshot link of your Visitor details screen with the “expand all” option set or you can copy the “Show raw table” content from a few of these records and paste them here.

    Thanks

    Plugin Contributor helened

    (@helened)

    Vulnerability was fixed in Wassup 1.9.1

    • This reply was modified 9 years, 8 months ago by helened. Reason: version # correction
    Plugin Contributor helened

    (@helened)

    Wassup may have caused this error to be displayed (instead of being suppressed), but it is not the source of the error. The current version of Wassup does not use the ‘register_sidebar_widget’ function, so the error must be from another plugin or from your WordPress theme.

    Try use the Log Deprecated Notices plugin to find out the true source of this error.

    Plugin Contributor helened

    (@helened)

    Sorry. We must have missed something in our tests.

    I looked at your screenshot and it seems that either the “/wp-admin/admin-ajax.php” request or the “bing” referrer data may be triggering the hack attempt label in that example.

    Can you tell me if “/wp-admin/admin-ajax.php” requests are consistently in the details from each “hack attempt” record?

    Thanks.

    Plugin Contributor helened

    (@helened)

    According to the forum docs, you can’t edit a post after 35 minutes has passed.

    I went ahead and added a ‘modlook’ tag to this thread to get the attention of a forum moderator about your post. Hopefully, he/she would be willing to delete the post (post-8299156) because it poses a risk to your site’s security. I’ve got the info I need to troubleshoot the problems with Wassup, so it’s not needed anymore.

    • This reply was modified 9 years, 9 months ago by helened. Reason: add modlook tag
    Plugin Contributor helened

    (@helened)

    Hi jrockpress,

    Thanks for the information. We can now test for conflicts or other issues in your setup.

    p.s. You should hide your home path directory when showing errors in this forum. Too many eyes are watching and someone could try access your server with this information.

    Plugin Contributor helened

    (@helened)

    jrockpress,

    We are currently testing a fix for this.

    If you are comfortable hacking plugin code, you can try do this fix yourself. Login to the ‘Cpanel’ on your web host, go to “File Manager”, open ‘wassup’ folder in ‘/wordpress/wp-content/plugins/’ directory, highlight ‘wassup.php’ module, and open it with the File Manager’s “Code Editor” option, then:

    • find lines #93-97:
      
      	}else{
      		//Load existing wassup wp_option settings, if any
      		$wassup_settings=get_option('wassup_settings');
      		if(count($wassup_settings)>1 && !empty($wassup_settings['wassup_version'])) $wassup_options=new wassupOptions;
      	}
      
    • replace the contents of the ‘else’ statement with this line:
      $wassup_options=new wassupOptions; so that the modified else statement looks like:

      
      	}else{
      		//Load existing wassup wp_option settings, if any
      		$wassup_options=new wassupOptions;
      	}
      
    • save and exit.

    Hopefully this will fix the error.

    This error did not show up in our tests (and still doesn’t), so it was unexpected. When Wassup resumes working, we would appreciate learning more about your WordPress setup so we can avoid this problem in the future. If you could post information about your host provider (Bluehost,GoDaddy,etc), the type of server that your site is on (Linux or Windows, shared or dedicated), the plugins that you have installed, and your WordPress active theme name, it would be of great help.
    Thanks.

    Plugin Contributor helened

    (@helened)

    You have to manually delete the wassup folder in the plugins directory on your WordPress host.

    If you have an ftp client software on your computer or in a browser add-on, you can use that.
    Otherwise you need to log into your WordPress host account, go to the Cpanel, click the File Manager, find your site name under ‘www’, ‘htdocs’, or ‘public_html’, go to wordpress/wp-content/plugins directory, select “wassup” folder and delete it.

    Good luck.

    Plugin Contributor helened

    (@helened)

    The error message should go away on it’s own. If it does not disappear, you will need to reset Wassup settings back to default. Go to Wassup >> Options and click the button [Reset to Default] at the bottom of the page.

    I strongly recommend that you increase your WordPress memory. Even without Wassup installed, 40MB is likely to result in slow page loads on your site.

    If you can’t access ‘wp-config.php’ to change memory on your WordPress host, this plugin will help you: Config Interface.

    • This reply was modified 9 years, 9 months ago by helened.
    Plugin Contributor helened

    (@helened)

    Login to your WordPress host site, go to the Cpanel, click File Manager, find the path to your site under ‘htdocs’ or ‘www’ or ‘public_html’ folder. Goto the /wp-content/plugins/ folder. Highlight the folder ‘wassup’ and delete it.

Viewing 15 replies - 31 through 45 (of 161 total)