I was getting the following error while loading Front Accounting :
"OpenSSL PHP extension have to be enabled to use extension repository system."
Nothing I tried seemed to work and yes, the openssl line in php.ini was uncommented.
If I put phpinfo() in a test.php and ran it, it showed me : OpenSSL support + disabled (install ext/openssl)
Finally I copied all the lib*.dll files from PHP folder to the \windows\system32 folder on my Win XP PC. That did the trick!
"OpenSSL PHP extension have to be enabled to use extension repository system."
Nothing I tried seemed to work and yes, the openssl line in php.ini was uncommented.
If I put phpinfo() in a test.php and ran it, it showed me : OpenSSL support + disabled (install ext/openssl)
Finally I copied all the lib*.dll files from PHP folder to the \windows\system32 folder on my Win XP PC. That did the trick!