Hi,
I'm a PHP newbie, as expected 🙂 and i've jsut attempted to install a few PHP app such as PhpNuke and a few others.
While i already succeeded in writing and testing my own scripts; i happen to get "undefined variables" error with just every apps i test.
At first, i've tested an e-commerce app, and suspected a problem in this particular app installation, or maybe a compatibility issue with my config (Win2000, PHP 4, Apache 1.3)
Then i tried another app, and afterwards i tested PhpNuke, and the error is here everytime... It seems that most variable calls result in this error displaying inside of the variable content, as PHP does in such a case.
So, PHP works ok, i have apparently installed my apps the way i should have; and i really don't know why i get this problem.
I suspect a PHP config issue, but then again, where should i check?
If this is of any interest, i'm keeping apache 1.3 because of Tomcat also running on my dev server. I can upgrade to apache 2 if necessary to fix my PHP problem.
Thanks for your help! 🙂