PHP 5 failing
I've switched my PHP runtime over to v5, and the Beehive software is causing it to fail outright when it tries to load its language file, which is a couple of thousand lines of array initialization. When I truncated it to just under 550 lines the script completed running, although the software gave an error. I tried bunging in a few lines of entirely different code and that caused the outright failure as well, so I'm guessing it's a limit on the number of lines somehow? Is there anything like that in the configuration?
Sorry to be a pain.
|