I found this answer after about a week of searching.
I just wanted to make it easier for the next guy.
This actually applies to all the error you receive about not having this or that compiled with php
found my problem, hope can help people in the same situation:
my php.ini extension directory was pointing to a variable, something like &&&BITROCKETENSIONS&&.
changet it to the real path, everithing working ok now.
So for example your old php.ini file reads
Code:; Directory in which the loadable extensions (modules) reside. extension_dir = @@BITROCK_PHP_EXTENSIONDIR@@
you will need to change it to read
once you have made this change restart the sugarApache service. (or you can just reboot the computer)Code:; Directory in which the loadable extensions (modules) reside. extension_dir = D:/sugarcrm/php/extensions #@@BITROCK_PHP_EXTENSIONDIR@@
i'm sure there are other problems but this one sure gave me a headache for a while.
thanx![]()


LinkBack URL
About LinkBacks




Reply With Quote
Bookmarks