helened
Forum Replies Created
-
Forum: Plugins
In reply to: [WassUp Real Time Analytics] [Plugin: WassUp] bug after update@kamatozzz:
Try delete and install WassUp plugin again. A file may have been corrupted during your last update.If the problem persists, then an error message is being printed before WassUp writes it tracking cookie. Look at the ‘view source’ in the document where this error occurs.
<!DOCTYPE html>
should be the 1st line. If it is not, read the message above it. If it is from WassUp plugin, please paste it here. If it is not from WassUp plugin, go to the appropriate forum for your answers and/or deactivate the problem plugin.Forum: Plugins
In reply to: [WassUp Real Time Analytics] [Plugin: WassUp] Wassup 1.8 Almost BrokenWassUp cannot produce accurate statistics with any page caching plugin installed. But, if you are satisfied with the data you get from WassUp, then by all means, keep using it with your cache plugin.
A fix for this error is in the works. If you can’t wait, here is a quick hack to get it working: download and edit the file, ‘wassup.php’ (WassUp1.8 breaks WordPress 3.0.1 plugin editor in some configurations), scroll down and find line #3967, remove the single (,) comma after ‘yeastinfectionsymptomstreatments\.com’, and save. Upload ‘wassup.php’ to ‘wassup’ directory in your
wp-content/plugins
directory, and overwrite the old copy.Please note that you MUST disable or deactivate your cache plugin before doing this hack, then reactivate it afterwards and make sure that all cached data is fresh.
Forum: Plugins
In reply to: [WassUp Real Time Analytics] [Plugin: WassUp] PHP Warning: preg_match()@wasee: If you have cache plugin installed, please turn off the cache or deactivate your cache plugin before making the fix to WassUp’s code. Then, when you restart your cache, make sure that your all cached content is fresh.
@ashbryant: A bugfix update to WassUp 1.8 is already in the works. It may be a couple days before release, so please try the fix described above.
Forum: Plugins
In reply to: [WassUp Real Time Analytics] [Plugin: WassUp] PHP Warning: preg_match()Thanks for reporting this.
This error has an easy fix that will be addressed in the next revision of WassUp.
If you would like to fix it yourself, just edit ‘wassup.php’ in WordPress plugin editor, scroll down to line #3967 and remove the single (
,
) comma after'yeastinfectionsymptomstreatments\.com'
.Forum: Plugins
In reply to: [ Plugin :WassUp] – Download the Visitor detail in excelForum: Plugins
In reply to: [WassUp Real Time Analytics] [Plugin: WassUp] Count visitors onlyIf what you want is a separate “guest” count, WassUp widget does not do that. You need a different plugin and counter widget. WP-UsersOnline may do what you need or perhaps someone reading this can recommend another plugin for you.
Forum: Plugins
In reply to: [WassUp Real Time Analytics] [Plugin: WassUp] unregistered users get logged?Unregistered users (regular visitors) are being logged, but they are not color coded separately. Regular visitors are shown in the default background color. That is why there is no legend color for them.
Forum: Plugins
In reply to: [Plugin: WassUp] ie8 and firefox 3.6.3 error on wordpress 3.0 upgradeliviuf,
the old copy of jquery could still be cached in your browser memory. Try clearing your browser cache (careful…don’t clear cookies or history) then refresh wassup screen.Forum: Plugins
In reply to: [Plugin: WassUp] ie8 and firefox 3.6.3 error on wordpress 3.0 upgradeThis appears to be a jquery error. Try replacing Wassup’s copy of jquery with a more up-to-date version:
- download the latest minimized copy from https://docs.jquery.com/Downloading_jQuery
- rename the download file “jquery.js”
- upload “jquery.js” to wassup plugin subdirectory “/js” and overwrite the old copy
Forum: Plugins
In reply to: [Plugin: WassUp] Ability to make Summary: 7 days the defaultThere is no option to change the default time range in Visitor Detail from 24 hours. This will be changed in the next revision of Wassup coming soon.
If you can’t wait for the update, here is a simple hack you can do to make “7 days” the default time range in Wassup 1.7.2.1:
Open Wassup’s main plugin file “wassup.php” in WordPress plugin Editor. Find line #1072:$last = 1;
(about 1/3 down the page, after//MAIN/DETAIL VIEW
comment), then change the value of “$last” from “1” to “7”, and ‘Update File’.Forum: Fixing WordPress
In reply to: Wassup and tagsCheck your site’s permalink structure under WordPress settings. You probably need to update it to match what you had before.
Forum: Plugins
In reply to: [Plugin: WassUp] Link for Google Maps API key giving 404Thanks. We are aware that WassUp’s link to Google!maps signup URL has been obsoleted by Google. It will be fixed in the next revision of Wassup.
In the meantime, WassUp users can signup for Google!Maps geolocation with WassUp (Spy) using this URL: https://code.google.com/intl/en/apis/maps.
Forum: Plugins
In reply to: [Plugin: WassUp] Chart timezone wrongThis is a known issue with Wassup that began when WordPress “improved” timezones/offset handling, which then caused PHP and MySQL to have mismatching timezones in some configurations.
Unfortunately, there is no quick fix for this bug which affects Wassup chart because it uses MySQL datetime functions. A workaround is in the works for the next revision of Wassup.
Forum: Plugins
In reply to: [Plugin: WassUp] Looking for cache compatible with WassupWP Widget Cache works nicely with Wassup because it caches only the widgets on a page and does not affect other code in the document. According to the author, caching widgets could improve your site’s performance up to 70%.
Note that for best results, static widgets should be cached for 1+ days (86400+ seconds) and dynamic widgets such as Wassup widget, should be cached for up to 15 minutes (900 seconds).
Forum: Plugins
In reply to: [Plugin: WassUp] Dashboard chart showing info to all membersThanks for bringing this problem to our attention. We will fix the dashboard chart in Wassup’s next revision so that only users with an equal or higher permission level as set in Wassup-Options will see it.