Hi, I have been trying to setup Easy Edit using the demo supplied on the site. I have followed the instructions, but when done get presented with a white screen when trying to access _edit.
The page also gives this in the view source. Any idea what I could be missing?
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- EES install and implementation help: http://manuals.matrix.squizsuite.net/ees/chapters/installation -->
<!-- The title tag is dynamically replaced by EES code, see your EES config.js file to customise -->
<!-- Related install step: http://manuals.matrix.squizsuite.net/ees/chapters/installation/#Constructing-the-Configuration-File -->
<title>Loading Easy Edit Suite...</title>
<!-- Use a nested standard page (set to raw html) for custom CSS and JS file references. Avoids editing design file. -->
<!--
Running Squiz Matrix
Developed by Squiz - http://www.squiz.net
Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
Page generated: 06 February 2014 20:39:01
-->
<link rel="stylesheet" type="text/css" href="http://matrixdemo.squiz.net/__lib/web/css/limbo.css" />
<script type="text/javascript" src="http://matrixdemo.squiz.net/__lib/js/translation.js"></script>
<script type="text/javascript" src="http://matrixdemo.squiz.net/__data/system/core/js_strings.en.js"></script>
<script type="text/javascript" src="http://matrixdemo.squiz.net/__lib/html_form/html_form.js"></script>
<script type="text/javascript" src="http://matrixdemo.squiz.net/__lib/js/general.js"></script>
<script type="text/javascript" src="http://matrixdemo.squiz.net/__lib/js/debug.js"></script>
<script type="text/javascript" src="http://matrixdemo.squiz.net/__lib/js/edit.js"></script>
<script type="text/javascript" src="http://matrixdemo.squiz.net/__lib/js/tooltip.js"></script>
<script type="text/javascript"><!--
//<![CDATA[
// slip our own onLoad function into the onLoad event of the window
var SQ_DOCUMENT_LOADED = false;
function page_on_load()
{
// let everyone know the document is loaded
SQ_DOCUMENT_LOADED = true;
}// end page_on_load()
function print_tooltip()
{
if (window.self.name == 'sq_main') {
tooltip.print();
}
}
var SQ_FORM_SUBMITTED = false;
function form_on_submit()
{
if (SQ_FORM_SUBMITTED) {
alert(js_translate('form_already_submitted'));
return;
}
// basically if they get this far then we can submit
SQ_FORM_SUBMITTED = true;
return true;
}//end form_on_submit()
//]]> -->
</script>
</head>
<body>
</body>
</html>