FIXED: Getting Fatal error: Uncaught Error: Call to undefined function LiteSpeed\parse_ini_file()

#1
Hi,
This is WordPress plugin but it says i am not allowed to post in WordPress related forum, so i am posting here.

I have Enterprise LiteSpeed installed on a fresh cPanel with CloudLinux

When i try to activate LiteSpeed cache plugin in WordPress i get this error. Can any one please let me know if i missed anything while installing litespeed or any configuration issue.

Thanks.

Code:
Fatal error: Uncaught Error: Call to undefined function LiteSpeed\parse_ini_file() in /home/username/public_html/wp-content/plugins/litespeed-cache/src/base.cls.php:685 Stack trace: #0 /home/username/public_html/wp-content/plugins/litespeed-cache/src/conf.cls.php(112): LiteSpeed\Base->load_default_vals() #1 /home/username/public_html/wp-content/plugins/litespeed-cache/src/conf.cls.php(33): LiteSpeed\Conf->_conf_db_init() #2 /home/username/public_html/wp-content/plugins/litespeed-cache/src/core.cls.php(44): LiteSpeed\Conf->init() #3 /home/username/public_html/wp-content/plugins/litespeed-cache/src/root.cls.php(206): LiteSpeed\Core->__construct(false) #4 /home/username/public_html/wp-content/plugins/litespeed-cache/litespeed-cache.php(180): LiteSpeed\Root::cls() #5 /home/username/public_html/wp-content/plugins/litespeed-cache/litespeed-cache.php(183): run_litespeed_cache() #6 /home/username/public_html/wp-admin/includes/plugin.php(2313): include_once('/home/username/...') #7 /home/username/public_html/wp-admin/plugins.php(192): plugin_sandbox_scrape('litespeed-cache...') #8 {main} thrown in /home/username/public_html/wp-content/plugins/litespeed-cache/src/base.cls.php on line 685
 
#2
parse_ini_file function is disabled in PHP. I removed it from disabled_functions in Multi PHP INI editor and restarted litespeed. But it still doesn't show as enabled when i check using <?php var_dump(function_exists('parse_ini_file')); ?>.
 
Top