Mehmet
Forum Replies Created
-
Hi @gsjutla,
To help us investigate further, could you please enable WordPress debugging by adding the following lines to your
wp-config.phpfile (if they are not already present)?define( 'WP_DEBUG', true );define( 'WP_DEBUG_LOG', true );define( 'WP_DEBUG_DISPLAY', false );After enabling these settings, try updating to version 14.13 again and check if a
debug.logfile is generated under the/wp-content/directory.We would be grateful if you could share the relevant part of that log file with us.
This information will help us identify the cause of the critical error and provide a solution.
Thank you again for your cooperation.
Best regards,
MehmetHi @jiti ,
Thank you for your message, and we’re sorry for the inconvenience.
Could you please try temporarily disabling the “Bypass Ad Blockers” option under Statistics > Settings > General and check if the issue is resolved?
We look forward to your reply.
Best regards,
MehmetHi @gsjutla ,
Thank you for letting us know, and we’re very sorry to hear that the latest update caused issues on your website.
We would appreciate it if you could provide more details about the problem—such as any specific error messages, conflict with other plugins or themes, or anything unusual you observed. This information would help us investigate the issue and provide a fix as soon as possible.
Looking forward to your response.
Best regards,
MehmetHi @fly_in_the_sky,
Thank you for reaching out.
Please try disabling the “Bypass Ad Blockers” option under Statistics > Settings > General and check if the issue is resolved. After that, kindly clear your website cache and browser cache.
The tracker.js file is dynamically loaded with a unique name to bypass ad blockers, so it cannot be reliably minified or cached.
Let us know if disabling the ad-blocker bypass fixes the problem.
Best regards,
Mehmet- This reply was modified 1 year, 2 months ago by Mehmet.
Hi @ricoeastwood ,
Thank you for reaching out to us.After updating WP Statistics, some settings may have reverted to default. Please check and adjust if needed:
- Filtering & Exceptions (Statistics > Settings > Filtering & Exceptions)
- Bypass Ad Blockers (Statistics > Settings > General > Tracker Configuration)
- Do Not Track (DNT) (Statistics > Settings > Privacy & Data Protection > User Preferences)
- Main IP Detection Method (Statistics > Settings > Advanced Options)
Enable & Share Error Logs
- Edit wp-config.php and add:
define('WP_DEBUG', true);define('WP_DEBUG_LOG', true);define('WP_DEBUG_DISPLAY', false);@ini_set('display_errors', 0); - Save and visit some page in your website.
- Find logs in
wp-content/debug.logand share relevant entries with us. - Disable logging afterward by setting
WP_DEBUGtofalse.
Network Request Check
- Open Developer Tools (F12) > Network tab.
- Search for hit and check
wp-json/wp-statistics/v2/hit - Ensure the Status Code is
200 OK
I look forward for your response
Best regards,
MehmeHi @cihomewood
Thank you for reaching out to us
To begin troubleshooting, we recommend verifying the database tables required by WP Statistics. The following tables should be present:wp_statistics_visitor
wp_statistics_pages
wp_statistics_historical
Additionally, please try the following steps to help identify the cause of the issue:
If it is possible please temporarily deactivate all plugins except for WP Statistics.
Deactivate and then reactivate WP Statistics.
If the issue is resolved, reactivate your other plugins one by one, checking if the statistics display correctly after each step.This process will help determine if there is a conflict with another plugin.
We look forward to your response.
Best regards,
MehmetForum: Plugins
In reply to: [SlimStat Analytics] Disappear log from realtimeHi @takasaku ,
Thank you for your kind words about SlimStat Analytics! We appreciate your support.
The Realtime logs refresh every minute to show the latest data, but they are not deleted. I’ve tested the plugin, and it works as expected.
Could you share more details? For example:
What data is missing?
Does this happen at specific times?This will help us assist you better.
Best,
Mehmet- This reply was modified 1 year, 2 months ago by Mehmet.
Hi @pierre1wp ,
I apologize for the delay in responding, and thank you for your patience.
To include the TLD (domain) in your email reports, you can customize the email content. Please go to Statistics > Settings > Email Reports > Custom Report.
Here, you can add any text you like, including the website’s address, which will then appear in your email reports.
This should help you differentiate between the reports for your .org and .net sites.
Let me know if you need further assistance!
Best regards,
MehmetHi @jperson19468 ,
Thanks for sharing the details with us.
I couldn’t find any logs related to email not being sent, but a few issues might be indirectly affecting it. Here are some steps to help you debug the issue:
- Check for Plugin Conflicts: Try disabling plugins one by one to see if any of them are interfering with email sending. You might also want to temporarily switch your theme, as I noticed a few bugs related to it.
- Review Email Logs: Use a plugin like WP Mail Logging to check if emails are being generated but not sent.
Let me know if you need further assistance. Looking forward to your response.
Best,
MehmetHi @kampot888
Thank you for reaching out!Please note that WP Statistics is primarily designed for website traffic and user analytics, and may not be the best fit for managing employee attendance or work data.
However, there are other plugins that might better suit your needs
Best regards,
MehmetHi @jperson19468,
This error happens when WP_DEBUG, WP_DEBUG_LOG, and WP_DEBUG_DISPLAY are defined more than once in your wp-config.php file. This can cause problems with error logging.
Please check the wp-config.php file, keep only one set of these definitions, and remove any duplicates. Then save the file and test your site again.
Looking forward to your response.
Best,
MehmetHi @jperson19468
Since you received the message:
“Scheduled the cron event wp_statistics_report_hook to run now. The original event will not be affected.”
Confirm that the cron is working correctly. However, since you ran it manually and did not receive an email, there is a good chance that your mail server is not sending emails.
Please proceed with the “Check for Errors” section from my last message to see if you can access the related error logs and share them with me.Best regards,
MehmetHi @jperson19468,
Please click Run now to manually trigger the hook wp_statistics_report_hook and check if you received the email.
- If you receive the email, the issue is with the cron job not running correctly, and we’ll need to fix it.
- If you don’t receive the email, the issue is likely with the mail service. In that case, we need to check the logs to identify the problem.
To check for errors:
Enable WordPress logging by adding these lines to
wp-config.php:define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
@ini_set('log_errors', 1);This creates a log at
/wp-content/debug.log.
You can also use an SMTP plugin like WP Mail SMTP to log email activity. Install it, configure an SMTP service, and check the Email Log.
Let me know if you need further assistance or if you can share any logs to help us pinpoint the issue.Best regards,
MehmetHi @maxcom,
I hope you are doing well.
Thank you for your detailed explanation, cooperation, and suggestions. I will forward your suggestions to our team for further consideration.
In the meantime, you may find the following information useful:
- To find the greatest number of total views, please navigate to Statistics > Page Insights.
- To view the most active users, go to Statistics > Overview > Most Active Visitors. You can also sort this table by dragging and dropping the columns.
- If you want to view a large amount of data in one place, you can export it by going to Statistics > Optimization > Data Export.
Please note that recent views do not log a record every time a user visits a page. For example, if a user visits the home page, then a product page, and then returns to the home page, only two records will be logged, not three. However, in the Visitor Details section on the left, you can still see the total number of views for that user.
Best regards,
MehmetThank you for reaching out!
I’ve reviewed your request and provided a detailed answer in the new thread you opened. You can check it out here: https://wordpress.org/support/topic/need-to-send-sms-to-wp-users-based-on-custom-fields-like-location-need-2-fields/#post-18359688
Please feel free to reach out if you need further assistance. I’m here to help!
Best regards,
Mehmet