Probably a stupid question but I can't figure it out...

I’ve been working in web for years but don’t have a ton of experience in PHP. I’m currently doing some edits/additions on a php based site and have had no problems up until now, where I’m trying to make an addition to some menu options in the “header.” I put header in quotes because the file is defined as a header but it displays as a left navigation/information area. I have edited the css, the body ids have been added and all that, the images are in place, but all I’m getting is a blank space when the site loads.

Does anyone have any ideas on this?

This often happen when there is php error or warning in the included code, but displaying errors/warnings is turned off in php.ini To locate the problem, you need to turn On error reporting. You can set error_reporting to E_ALL either in the php.ini, or in the .htaccess Or, alternatively, you can turn On writing errors/warnings to a log file.

Where is php.ini located? I don’t really have any idea what you’re talking about.

Sponsor our Newsletter | Privacy Policy | Terms of Service