|
Re: glob Error
From the phpinfo() output it looks like your specific configuration has glob() listed in the php.ini disable_functions (so, it's being detected as not existing-- that's really not a setup which had been considered when the code was written).
That being said, I've been inactive as far as openFIRST stuff goes for quite a while (and haven't contributed to the main codebase for about 3 years, now), so, I don't know of a way to work around that problem if you can't remove glob() from the disable_functions list. Hopefully Jamie will reply since he has a much better idea of things than I do.
__________________
Alumni of FRC Team 1006
Former mentor of Full Lego Alchemist (FLL 5621) - Sempar School / Computing Students' Association of Queen's University
|