PDA

View Full Version : Unique server configuration, need help



Stallion
Thu 20th Apr '00, 1:48pm
I'm having trouble installing the board simply because all PHP scripts are required to have a shell escape sequence (#!/usr/bin/php) on the first line of every script. (as Perl does)

I did a global search/replace and now I have it at the top of every file. However, I still get errors. I've eben playing around with deleting it from global.php and db_mysql.php, since they aren't called directly from the web browser, but from server-side require's.

I managed to get the database tables and default values setup, but thats the extent of it. I get an Internal Server Error when trying to access admin/index.php.

Any ideas on what files I need to do?

Stallion
Thu 20th Apr '00, 4:04pm
Apparently the board was sending double headers in both index.php's and both global.php's. I deleted them, and it works dandy. Although I have a feature request...taking it to the appropriate forum :)