Adding site to Edit Plus


(Kieran@parracity) #1

We currently have Edit+ set up for a couple of sites.

 

We want to add to another site we made, however:

 

We have followed the instrauctions here: http://manuals.matrix.squizsuite.net/edit-plus/chapters/installation-guide/5-1but skipping the creation of new config files, as they're already set up.

 

We have:

  1. Changed read permissions for JS API asset to grant to the usergroup
  2. Added the new site as a root node for the JS API asset
  3. Site has URL - Applied this URL to Web Services Folder and Design folder
  4. Read permission for Easy Edit config file was set to GRANT PUBLIC by Squiz when they originally set up, so skipped applying read permission for user group
  5. baseSiteUrls option in this was left empty
  6. Design of site had the Edit+ Mysoruce_Area code added to the top - copied from a working site
  7. 'No frames in Simple Edit interface' was set to "Yes" for above design
  8. The Design Customisation of above Design had the Design Area for Edit+ (step 6) use original Edit+ code Standard Page
  9. Site has that customisation applied to it
  10. Site has Admin permission granted for usergroup 

SiteURL/_edit gives us a login screen.

Logging in with user granted gives a blank page with title reading "Loading Easy Edit Suite..." page never loads

    <!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. -->
            <!-- Easy Edit CSS resources -->
<link href="/__data/ees/easyedit.min.css" rel="stylesheet" media="screen" />

<!-- Squiz Matrix / Easy Edit JS API (replace with correct file path to JS API within web services folder, file path may vary per implementation) -->
<!-- Related install step: http://manuals.matrix.squizsuite.net/ees/chapters/installation#The-Javascript-API -->
<script src="/_web_services/easy_edit_suite.js"></script>

<!-- Easy Edit Configuration (replace with correct file path, file path may vary per implementation) -->
<!-- Related install step: http://manuals.matrix.squizsuite.net/ees/chapters/installation#Constructing-the-Configuration-File -->
<script src="/__data/assets/js_file/0003/REDACTED/EasyEditConfig.js"></script>

<!-- Easy Edit Core Scripts (path to install directory within data/public/)  -->
<script src="/__data/ees/easyedit.min.js"></script>

<!-- Edit+ for Squiz Matrix CSS -->
<link rel="stylesheet" href="/__data/ees/Plus/easyedit_plus.min.css" media="screen">
<link rel="stylesheet" href="/__data/ees/Plus/Libs/Viper/viper.css" media="screen">
<!-- Edit+ for Squiz Matrix JS -->
<script src="/__data/ees/Plus/Libs/Viper/viper.js"></script>
<script src="/__data/ees/Plus/easyedit_plus.min.js"></script>                
        
<!--
  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: 18 November 2015 14:01:22
-->

			<link rel="stylesheet" type="text/css" href="http://REDACTED/css/limbo.css" />
					<script type="text/javascript" src="http://REDACTED/translation.js"></script>
					<script type="text/javascript" src="http://REDACTED/core/js_strings.en.js"></script>
					<script type="text/javascript" src="http://REDACTED/js/matrix.min.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>

What are we missing?


(Eric) #2

Never mind we worked it out, had to do with the site having a redirect from from www.something.com to somthing.com on Apache level