hemasusi
Forum Replies Created
-
Okay, Thanks for your support.
Once you release, we will upgrade the plugin & check.
Yes, its working in dev/stage now. So shall we use it further to PROD?
@rizaardiyanto shared file name – capability-manager-enhanced-2.6.1
@stevejburge shared file name – capability-manager-enhanced-2.6.1-beta
So now i installed the beta version shared by @stevejburge.
Shall we use this plugin files in our dev/stage/production until you release that beta version to live ?
If yes, when we will get notification once the release done ?
Hi ,
I already downloaded & installed the beta version that what @rizaardiyanto shared above.
Should i need to go with https://drive.google.com/file/d/1vgrlZ_kZG6HQ_NFl5tHin6foIjSBb2LH/view?usp=sharing ????
Okay @rizaardiyanto
Yah, its working now but taking too long, May be sometime we can get timeout issue again, but not sure. So kindly update me with the additional step once your developer found the info.
Please let me know the approximate time/month to release the beta version to live. So that I can communicate it to our client.
Thank you.
Hi @rizaardiyanto,
I tried later.. Now both pages are working. But taking too long to load. Will try more times & update you.
Total users count (users table) – 422662
User meta table total count – 14883156
So the JOIN query taking too time. But i think now the page is working fine.
Query : Beta version you sent is 2.6.1 version.. Yesterday i tried to update 2.6.0 to 2.6.1 but not worked. Now you send the same 2.6.1 version or the beta your working version?
What is the solution? How you will release this beta version ?
I tried the given beta package, Now its sometimes working and sometimes not.
Capabilities page – https://prnt.sc/XxnZxg4a71Hk
Roles Page – https://prnt.sc/Xa_qIA9nzS3J, https://prnt.sc/7cV-J1JzAIqe
Hi @wfpeter,
Thanks for your info. I updated the permission setup. Now its working.
Please check these screenshots-
May i know the seriousness of these kind of emails?
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Logs automatically deleted in WP catcherHi,
The issue is, the logs got disappeared even its set as 1 week in settings.
Yesterday or some of last hours (ex, before 6hrs) also disappeared why ??Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Logs automatically deleted in WP catcherHi ,
Please answer anyone ???
Here is the error found from error log file –
[08-Dec-2022 08:31:39 UTC] PHP Warning: A non-numeric value encountered in /code/wp-content/plugins/wp-mail-catcher/src/Models/Logs.php on line 258Hi,
And please tell me about the errors/message that are showing in the admin – https://prnt.sc/f-sN2Zr97t7xForum: Developing with WordPress
In reply to: Get current user result wrong Email IDHi,
I will tell the replicate method.
1. Login to one account
Edit Email
Reset Email
Do any update (name, phone or address)
Click Refresh- It gets logout2. Login
Edit Email
Reset Email
Clearing cache in server
Simply Refresh the page- It gets logoutThe problem here is WP object cache. The new mail id is storing in database but its not reflected in the site.
WP considering only the User Name & Password for the login session. When user try to reset the email, the new email is updated to the database successfully. But that value is not reflecting into the front end (both admin & site). It will reflect only when we clear cache, when there is any first ajax update and when logout.
1. Page refresh after clear cache will cause logout
2. The first ajax request will update the new email to the front end. After that, the refresh will cause logout and the second ajax update is will cause stuck.I tried to clear cache after reset an email via code, but that’s not working with the server. So i contacted server team for this cache issue, they suggested ‘Pantheon Advanced Page Cache’ plugin to clear the cache. This is also not clear the cache during the run time.
I want to know, how to use below code in the WordPress files to clear the run time cache.
wp_cache_flush()
or
global $wp_object_cache;
$wp_object_cache->flush();Thanks in advance.
Hi,
Simple, the issue in the recent version of Publ.Cap plugin. The page loading is too long and says application timeout. The slow php log having below errors. i.e This is causing the slow performance and not displaying the page.
https://prnt.sc/bSFhNaDcCcskForum: Fixing WordPress
In reply to: Custom Plugin (mu-plugins) IssueHi,
Thank for the details.
Because of this line – define( ‘WP_DEBUG_DISPLAY’, false );
The errors will not display in the site & admin but can view it in the debug.log file???After viewing the error, i should empty the file & save ?
Kindly answer for two questions.
Hi,
I am also facing the same issue in error log.
Here are my questions
1. The table data is empty in production, staging, dev server. Is that fine ?
https://prnt.sc/udiHYV1rySwl
2. May i proceed below query to add the columns ‘total_sales?
ALTER TABLE solief_wp_wc_order_stats ADD total_sales double;
3. As per @maxauray comment above, do i need to alter date_created column ? what is the use of that?Kindly answer here.