Me and my team having this issue while using cpanel terminal and search lot’s of but not get proper answer but from some where we found as this is cause because of we are using cPanel terminal. Simple use your window/ios/linux terminal to fix this issue here is example to use it : ssh yourusername@yourhost […]
Call to undefined method Joomla\CMS\Factory::getURI() in joomla 4
Call to undefined method Joomla\CMS\Factory::getURI() When we migrate we got the joomla 3 url getting from component or module or from plugin this will work and tested in joomla 4.1
undefined method Joomla\CMS\Application\AdministratorApplication::isAdmin()
Error SOLUTION
How to connect/Auto Sync ServiceM8 to Infusionsoft (keap) via PHP API without using Webhook
Looking php code for auto Sync Jobs to Infusionsoft by Keap, For this you need to create a some custom fields in Keap so you need to know both API for auto sync data from ServiceM8 to Infusionsoft keap, they there is some limitations like using hook we need to Confirm our application so that […]
Shortcode for product price for multi currency | Create a plugin for WordPress shortcode.
I having issue for load prices in price comparison chart or anywhere with static product id, sometime we required this becuse we are selling limited membership or product in woocommerce and we just need to load price with different currency based on user location. so in this case we are not able to write statically […]
Slow down WordPress : SELECT DISTINCT meta_key FROM wp_postmeta WHERE meta_key NOT BETWEEN ‘_’ AND ‘_z’ HAVING meta_key NOT LIKE ‘\\_%’ ORDER BY meta_key LIMIT 30
I have fetch some issue when many records exist in post meta, so below query i found into Query Monitor WordPress plugin that was taking too much time to execute SELECT DISTINCT meta_key FROM wp_postmeta WHERE meta_key NOT BETWEEN ‘‘ AND ‘_z’ HAVING meta_key NOT LIKE ‘\%’ ORDER BY meta_key LIMIT 30 That query is […]