Topic: Install/Activate Languages, Extensions, CoA and Themes not working
When clicking those links the page stops loading and this error is reported:
"Call to undefined function openssl_verify() in C:\wamp\www\frontaccounting\includes\packages.inc on line 302"
Around line 300 in the file we find:
" $sig = url_get_contents($repo.'/Release.sig');
$data = file_get_contents($loclist);
$cert = file_get_contents(PUBKEY_PATH.'/FA.pem');
if (openssl_verify($data, $sig, $cert) <= 0) "
The function is "openssl_verify". When searching all files I cannot find this function declared anywhere.
I am using version 2.3.14.
This is what is reported:
Language
( ! ) SCREAM: Error suppression ignored for
( ! )
Call Stack
# Time Memory Function Location
1 0.0014 350464 {main}( ) ..\inst_lang.php:0
2 1.1539 7747408 display_languages( ) ..\inst_lang.php:290
3 1.1540 7768160 get_languages_list( ) ..\inst_lang.php:59
4 1.1540 7769928 get_pkg_or_list( ) ..\packages.inc:452
Extensions
( ! ) SCREAM: Error suppression ignored for
( ! )
Call Stack
# Time Memory Function Location
1 0.0026 332424 {main}( ) ..\inst_module.php:0
2 1.1513 7731336 display_extensions( ) ..\inst_module.php:261
3 1.1514 7750368 get_extensions_list( ) ..\inst_module.php:109
4 1.1514 7752384 get_pkg_or_list( ) ..\packages.inc:499
Theme
( ! ) SCREAM: Error suppression ignored for
( ! )
Call Stack
# Time Memory Function Location
1 0.0010 286056 {main}( ) ..\inst_theme.php:0
2 1.1660 7701272 get_themes_list( ) ..\inst_theme.php:78
3 1.1660 7702336 get_pkg_or_list( ) ..\packages.inc:548
Chart of Accounts
( ! )
Call Stack
# Time Memory Function Location
1 0.0021 278872 {main}( ) ..\inst_chart.php:0
2 1.1348 7695272 get_charts_list( ) ..\inst_chart.php:54
3 1.1348 7697032 get_pkg_or_list( ) ..\packages.inc:581