@Falk: Every other infusion works fine; my whole site works fine except for this infusion which was working when I went to bed. Here is the view page sourcre when clicking the infusion link:
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
<head>
<title>WhisperWillow PHP-Fusion Mod Support</title>
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' />
<meta name='description' content='WhisperWillow PHP-Fusion Mod Support Site is aimed at providing support for infusions, themes, panels and mods that I have created for the PHP-Fusion version 7 CMS system. Where possible support is provided for other peoples work also.' />
<meta name='keywords' content='PHP-Fusion, CMS, Content Management System, Open Source, PHP, MySQL, HTML, Infusions, Mods, Modules, Portal, Portals, PHP Scripts, CMS Software, Software, Code, Coding, Code Snippets, Webmaster, Javascript, Java, Themes, Forums, Coding Help, Technical Support, PHP-Fusion Customizing, PHP-Fusion Themes, PHP-Fusion Infusions, PHP-Fusion Mods' />
<link rel='stylesheet' href='../../themes/TLC/styles.css' type='text/css' media='screen' />
<link rel='shortcut icon' href='../../images/favicon.ico' type='image/x-icon' />
<script type='text/javascript' src='../../includes/jquery/jquery.js'></script>
<script type='text/javascript' src='../../includes/jscript.js'></script>
<script language='javascript1.2' type='text/javascript'>
function openjukebox (URL, WindowName, Features)
{
window.open(URL, WindowName, Features);
}
</script>
</head>
<body>
As you can see it doesn't even load the includes from the top of the infusion script which are here:
require_once "../../maincore.php";
require_once THEMES."templates/header.php";
if (file_exists(INFUSIONS."classified_ads_panel/locale/".$settings['locale'].".php")) {
include INFUSIONS."classified_ads_panel/locale/".$settings['locale'].".php";
} else {
include INFUSIONS."classified_ads_panel/locale/English.php";
}
include INFUSIONS."classified_ads_panel/infusion_db.php";
include INFUSIONS."classified_ads_panel/include/functions_include.php";
This is what's supposed to be there from the functions include script:
add_to_head("<link rel='stylesheet' href='".INFUSIONS."classified_ads_panel/include/ads_style.css' type='text/css' />");
add_to_head("<link rel='stylesheet' href='".INFUSIONS."classified_ads_panel/include/balloontip.css' type='text/css' />");
I am using the same host that you are; A2.
Merged on 06/10/2018:
@douwe: Are you speaking of a visual syntax check or some utility that you use?