Hello all, first time on the board, have a little question for everyone. This is not my first time installing php, but my first time having a problem with it, and haven't seen this before so i thought i'd ask you guys for help.
My setup is FreeBSD 5.1, PHP Version 4.3.8,
Apache/1.3.31 (Unix) PHP/4.3.8 mod_ssl/2.8.19 OpenSSL/0.9.7d.
Here is the issue, apache was installed from ports, with mod ssl, works like a charm, mod_php4 was installed via ports, and well, i made the php test page and it's showing me the whole php configuration, and when i try to use a simple little php line of code, something so simple as two lines written, it works just fine, but, I am trying to get php to work, so i can use Acid to check on a snort DB, here is the issue, and where i am now, so it looks like php works, i try to get to acid, initially, it gave me an error about an undefined call to function, i quickly realized, in the /usr/local/etc/ directory, the php.ini was empty, the port didn't put it there, but there was a php.ini-dist and i changed it to my needs, and made it php.ini, now when i go to the /acid directory, instead of the error, the screen is just white, i see the title on the top of the browser for Acid, but it doesn't display anything, what could i be doing wrong???? Any help would be greatly appreciate, like i said, i have done this many times and it's worked great for me, what did i do wrong this time? i added everythring i needed into apache config as well... so i dont know, this is strange. my test page is named index.php and it exposes the whole php config, so php is working, but what isn't?