From: Edward M. C. <eco...@li...> - 2003-03-04 15:37:27
|
I'm trying to install something PHP Helpdesk and I am having a problem. The problem I am having is the login page keeps refreshing and it looks likes the variable substitution isn't working correct. For example, the title of the login page shows up as: <?echo $g_title;?> I think the "refreshing" is just a result of the problems with the variables. At first I thought it may be due to an Apache setting, but I don't think it is because I am running another php/mysql app (Owl Intranet Server) which works fine, and the substitution doesn't work from the command line (if I run /usr/bin/php index.php for example I see that things are not be substituted). From looking at the PHPHelpDesk mailing list archives the only thing I noticed that I should check was if Global Variables were turned on in my php.ini (and they were). Does anyone have any other suggestions? Ed C. |