I moved my entire EE installation to a VPS because I was told that was the only way I could get Apache’s open_basedir disabled. So that’s now the case; that was taken care of yesterday.
I’m still having problems with MSM on this site: http://www.biggigaustin.org.
Two problems: first, in using the Templates “View Rendered Template” button, I get this:
To proceed to the URL you have requested, click the link below:
Clicking on the link that’s part of this message, I get to the rendered template. But I shouldn’t have to do this.
Second problem: weblog postings show up OK on the rendered templates using EE code, but for a SAEF, which is a critical part of the site, nothing shows up. I’ve created a template that has all the SAEF code from the EE docs, with the correct weblog name in the right place, and the template displays nothing, just a blank page.
Here is my path.php file for the site:
<?php
// ------------------------------------------------------
// DO NOT ALTER THIS FILE UNLESS YOU HAVE A REASON TO
// ------------------------------------------------------
// Path to the directory containing your backend files
$system_path = "../admin";
// ------------------------------------------------------
// MANUALLY CONFIGURABLE VARIABLES
// See user guide for more information
// ------------------------------------------------------
$site_name = 'biggig';
$template_group = "biggig";
$template = "";
$site_url = "http://www.biggigaustin.org";
$site_index = "index.php";
$site_404 = "";
$global_vars = array(); // This array must be associative
?>My directory structure is that “admin” is the system folder for EE, and it is in the same level as the folder for the domain, which is its own directory under public_html.
What have I done wrong, and, most importantly, how do I get the SAEF to work? I’ve got to get a Web site delivered by 8 p.m. Sunday, and it’s now almost noon on Saturday.
Thanks for any help that can be offered.
—Gary