Recommended OS?
12/10/2007 12:05
|
Hi all, I have been battling for many hours trying to get EGS running on CentOS 5. Tried for a while to get 2b1 working, but kept getting warnings that json extension was not enabled. I eventually got that working, but then received an error that the "bscale" function was not defined. Turns out php on CentOS 5 is not compiled with bcmath enabled... Then tried to 1.2.8 working, but I'm having issues with connecting to the postgresql db. Anyway, I'm wondering if it is just some peculiar with how CentOS does postgresql and php. Which OS do you use for devel? Which OS are others using for implementation? Is there further docs than the README.txt file?
|
12/10/2007 12:24
|
We do development using Ubuntu and Debian. If you can't install a version of PHP with BCMath included, then you'll be able to use everything outside of the ERP/Accounting modules by simply commenting out the line that's causing the error. I've made a not that it might be a good idea to move this call to places it's actually used, rather than setting it everywhere. Greg |