Error in PHP Script
/index.php
PHP Version: 5.6.40-5+ubuntu16.04.1+deb.sury.org+1;  Zend Engine Version: 2.6.0;  Qcodo Version: 0.3.21 (Qcodo Beta 3)
Application: Apache/2.4.18 (Ubuntu);  Server Name: www.baforum.se
HTTP User Agent: CCBot/2.0 (https://commoncrawl.org/faq/)
file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed

Error Type:   E_WARNING

Source File:   /home/sites/baforum.se/index.php     Line:   247

Line 242:    	
Line 243:    	//$url = (strstr($_SERVER['SERVER_NAME'],'dev')) ? 
Line 244:    	//$url = 'http://mforum.se.dev:8080/web3/';
Line 245:    	$url = 'http://' . $_SERVER['SERVER_NAME'] . '/web3/';
Line 246:    	//$url = (strstr($_SERVER['SERVER_NAME'],'dev')) ? 'http://mforum.se.dev:8080/web3/' : 'http://' . $_SERVER['SERVER_NAME'] . '/web3/';
Line 247:    	$template = file_get_contents($url);
Line 248:    	$template = utf8_decode($template);
Line 249:    	echo str_replace('CONTENT_HERE',$contents,$template);
Line 250:    	
Line 251:    	?>
Line 252:    	

Call Stack:

#0 (): QcodoHandleError()
#1 /home/sites/baforum.se/index.php(247): file_get_contents()

Variable Dump:   Show/Hide



Error Report Generated:  Friday, October 11 2024, 6:54:22 AM