Quote:
Originally posted by Trashed20
when i tried to install openfirst, the globals php file it created had an error on line 50:
PHP Code:
foreach (glob(getcwd() . "/../../config/functions/*.php") as ){
include($filename);
|
This is caused by a typo in config/first.php. To make the install work, on line 93 change $filename to \$filename
I downloaded openFIRST today, and liked it very much. The project has a lot of potential. I would definitely like to help out. I can code in both PHP and ASP (including .Net). Personally, I think right now the priority should be given to PHP development to make it easier to "translate" to ASP, and to keep the code more or less consistent in the two versions.