Shiv Babbar
@shivbabbar on WordPress.org
Bio
- Member Since: May 6th, 2018
- Location: Finland
- Website: shivbabbar.com
-
Posted a reply to CRITICAL ISSUE : An active PHP session was detected due to Woocommerce plugin, on the site WordPress.org Forums:
I was facing same issue. I replaced the code session_start(); with if (!isset($_SESSION)) { session_start(['read_and_close'… -
Posted a reply to An Active PHP sessions was detected, on the site WordPress.org Forums:
I was facing same issue. I replaced the code session_start(); with if (!isset($_SESSION)) { session_start(['read_and_close'… -
Posted a reply to Site health status: Critical issue “An active PHP session was detected”, on the site WordPress.org Forums:
I was facing same issue. I replaced the code session_start(); with if (!isset($_SESSION)) { session_start(['read_and_close'… -
Posted a reply to Media upload not working with translatePress, on the site WordPress.org Forums:
Thanks, Solved now by my self. -
Posted a reply to Media upload not working with translatePress, on the site WordPress.org Forums:
Thanks, Solved now -
Created a topic, Media upload not working with translatePress, on the site WordPress.org Forums:
Media Upload is working only with default language. Bu… -
Created a topic, How to extend expiry time of jwt wordpress token?, on the site WordPress.org Forums:
I am making Hybrid app with WordPress database in php,…