PHP issues converting old site

PHP issues converting old site

Posted by: tabbyfoo
Posted on: 2009-10-19 21:28:00

I am taking over hosting for a non-profit group for a friend of mine, and it's been many years since I've done web design and development, so I'm having some trouble.

I managed to figure out how to convert the random images they were displaying, but I am still getting an error at the top of each page:

This is the work-in-progress page - we'll transfer it over once it's all working correctly: http://disabilitycoalition.worthingtonphoto.net/

The actual site is up at http://disabilitycoalition.org/

I can work out how to make the image line up the way it's supposed to now that it's randomizing correctly, but I don't know what is causing this error that's at the top of the page: [an error occurred while processing this directive]

I appreciate any help in advance.

Thanks,
Tabby

Re: PHP issues converting old site

Posted by: sXi
Posted on: 2009-10-19 21:39:00

The error is being reported inside the HEAD.

Check your source that writes the HEAD data and you'll probably find something that is supposed to be a <! -- comment -- >. Fix those comment tags up (so it doesn't look like an SSI) and you shouldn't get that error anymore wink




How To Install PHP.INI / ionCube on DreamHost

Re: PHP issues converting old site

Posted by: tabbyfoo
Posted on: 2009-10-19 22:03:00

Awesome! That was it. I've been out of it so long, I couldn't remember what tags were what. I took out the SSI codes and it works now! THanks so much.

Tags: random imageswork in progressweb design