MyBB Community Forums

Full Version: undefined function cloudflare_is_installed()
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
error cause It doesn't work modules..

function cloudflare_meta()
{
	global $mybb, $page, $plugins;

	if($mybb->input['module'] == 'cloudflare')
	{
		      if(cloudflare_is_installed() == false)
		      {
			  flash_message('CloudFlare Manager hasn\'t been installed. Please install it before continuing.', 'error');
			  admin_redirect("index.php?module=config-plugins");
			  exit;
		      }
	}

it is issues problem

it it problem issues line admin\modules\cloudflare\module_meta.php on line 16 it is problem?

it is problem problem line 16

I figure out code line..

if(cloudflare_is_installed() == false)
{
Moved to Plugin Support.