Karan Gupta
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Issue after upgrade to WP 6.9Find the Stalled Query
- Re-upgrade to WP 6.9 on your staging environment (if you have one).
- Access your Database Processes: Immediately after the CPU/RAM spike starts (within a few seconds), use your hosting provider’s tools or an SSH connection to run the following MySQL command:SQL
SHOW FULL PROCESSLIST; - Identify the Culprit: Look for a process that has a long
Timevalue and whoseStateis oftenLockedorWaiting for table metadata lock. The query in theInfocolumn will be the one that is running too long or is deadlocking other queries (which would then show up asSLEEP).
The stalled query will usually be one of the following:
- A complex
SELECTquery on thewp_optionstable (related to transients or autoloaded options). - A complex query on
wp_postsorwp_postmeta(related to products or terms).
Forum: Plugins
In reply to: [Contact Form 7] Uncaught TypeError: Cannot read property ‘into’ of nulltried that still its gives console error :
scripts.js?ver=5.1.1:238 Uncaught TypeError: Cannot read property ‘into’ of null
at ajaxSuccess (scripts.js?ver=5.1.1:238)
at Object.<anonymous> (scripts.js?ver=5.1.1:350)
at i (jquery.js:2)
at Object.fireWith [as resolveWith] (jquery.js:2)
at y (jquery.js:4)
at XMLHttpRequest.c (jquery.js:4)disabling your plugin this issues is fixed but then how can i push the data to zoho ?
pp_overlay opacity is always zero in pretyphoto gallery.. PLEASE HELP, how can i resolve it
Forum: Plugins
In reply to: [List Pages Shortcode] [Plugin: List Pages Shortcode] Limit ReturnsI need display list as paging as my list on pages are too long..
Pls help me how can i do that
i am using [sibling-pages sort_column=”post_date” sort_order=”DESC” excerpt=”1″ exclude_current_page=”1″ class=”newslist” paging=”10″]
Only due to this i have to uninstall this plugin, as there are other pluging available which gives “add to calendar” feature in free version.. Can’t you add this feature ??