And, We’re Back!

We had a great meeting today. Thank you all for coming by for the discussions.

I’m also happy to announce the site is (hopefully) back on line. It appears that our 4 month hiatus on the web has to do with our ancient CMS we are using. One day….ONE DAY we will upgrade to something modern.

Feel free to post your suggestions below.

Read more if you want to know the simple solution.

I’m going to go hang my head in shame for leaving our happy home off-line for so long.

See you in October!!

I’m guessing a Dreamhost update changed our longvars setting, so none of the pages were finding the values we were passing. After reading the support wiki on setting up fast cgi, I gave up and just put these at the top of a widely included file.

$HTTP_POST_VARS= $_POST;
$HTTP_GET_VARS = $_GET;
$HTTP_SERVER_VARS= $_SERVER;
$HTTP_FILES = $_FILES;
$HTTP_REQUEST_VARS = $_REQUEST;
$HTTP_SESSION_VARS= $_SESSION;
$HTTP_COOKIE_VARS = $_COOKIE;
$HTTP_ENV_VARS= $_ENV;

/hangs head in shame 🙁

One thought on “And, We’re Back!

Leave a Reply

Your email address will not be published. Required fields are marked *