I'm using Siremis 4.3.0 and PHP7. Installation was OK, but running siremis I have some problems in page "Administration-User Management". When I select an user there is the following error:
[2016-12-06 23:18:47 (GMT)] An exception occurred while executing this script: Error message: #256, Unable to location template file system_internal_error.tpl. Script name and line number of error: /var/www/siremis-4.3.0/ openbiz/bin/Resource.php:283
*function:* errorHandler ( 256, "Unable to location template file system_internal_error.tpl.", "/var/www/siremis-4.3.0/openbiz/bin/Resource.php", 283, Array(11) ) @ /var/www/siremis-4.3.0/openbiz/bin/sysheader.inc 117 *function:* userErrorHandler ( 256, "Unable to location template file system_internal_error.tpl.", "/var/www/siremis-4.3.0/openbiz/bin/Resource.php", 283, Array(11) ) @ *function:* trigger_error ( "Unable to location template file system_internal_error.tpl.", 256 ) @ /var/www/siremis-4.3.0/openbiz/bin/Resource.php 283 *function:* getTplFileWithPath ( "system_internal_error.tpl", "email" ) @ /var/www/siremis-4.3.0/openbiz/bin/BizSystem.php 544 *function:* getTplFileWithPath ( "system_internal_error.tpl", "email" ) @ /var/www/siremis-4.3.0/siremis/modules/service/userEmailService.php 108 *function:* SystemInternalErrorEmail ( Array(2), Null ) @ /var/www/siremis-4.3.0/siremis/modules/common/form/ErrorForm.php 34 *function:* Report ( ) @ /var/www/siremis-4.3.0/openbiz/bin/BizController.php 310 *function:* invoke ( ) @ /var/www/siremis-4.3.0/openbiz/bin/BizController.php 110
I verified and the file "/var/www/siremis-4.3.0/openbiz/bin/Resource.php" exist. But I don't have any idea where the error is.
Some help will be appreciate.
Regards
While testing, I found an issue with quoting the tables for sql queries, as newer mysql versions introduced new set of reserved words, among them the 'group', which is used as table name by siremis.
A patch is under way.
Cheers, Daniel
On 08/12/2016 21:30, Diogenes Aviles wrote:
I'm using Siremis 4.3.0 and PHP7. Installation was OK, but running siremis I have some problems in page "Administration-User Management". When I select an user there is the following error:
[2016-12-06 23:18:47 (GMT)] An exception occurred while executing this script: Error message: #256, Unable to location template file system_internal_error.tpl. Script name and line number of error: /var/www/siremis-4.3.0/openbiz/bin/Resource.php:283
*function:* errorHandler ( 256, "Unable to location template file system_internal_error.tpl.", "/var/www/siremis-4.3.0/openbiz/bin/Resource.php", 283, Array(11) ) @ /var/www/siremis-4.3.0/openbiz/bin/sysheader.inc 117 *function:* userErrorHandler ( 256, "Unable to location template file system_internal_error.tpl.", "/var/www/siremis-4.3.0/openbiz/bin/Resource.php", 283, Array(11) ) @ *function:* trigger_error ( "Unable to location template file system_internal_error.tpl.", 256 ) @ /var/www/siremis-4.3.0/openbiz/bin/Resource.php 283 *function:* getTplFileWithPath ( "system_internal_error.tpl", "email" ) @ /var/www/siremis-4.3.0/openbiz/bin/BizSystem.php 544 *function:* getTplFileWithPath ( "system_internal_error.tpl", "email" ) @ /var/www/siremis-4.3.0/siremis/modules/service/userEmailService.php 108 *function:* SystemInternalErrorEmail ( Array(2), Null ) @ /var/www/siremis-4.3.0/siremis/modules/common/form/ErrorForm.php 34 *function:* Report ( ) @ /var/www/siremis-4.3.0/openbiz/bin/BizController.php 310 *function:* invoke ( ) @ /var/www/siremis-4.3.0/openbiz/bin/BizController.php 110
I verified and the file "/var/www/siremis-4.3.0/openbiz/bin/Resource.php" exist. But I don't have any idea where the error is.
Some help will be appreciate.
Regards
-- Diogenes
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
The patch was committed -- try with latest master branch for siremis and see if works now
Cheers, Daniel
On 09/12/2016 11:00, Daniel-Constantin Mierla wrote:
While testing, I found an issue with quoting the tables for sql queries, as newer mysql versions introduced new set of reserved words, among them the 'group', which is used as table name by siremis.
A patch is under way.
Cheers, Daniel
On 08/12/2016 21:30, Diogenes Aviles wrote:
I'm using Siremis 4.3.0 and PHP7. Installation was OK, but running siremis I have some problems in page "Administration-User Management". When I select an user there is the following error:
[2016-12-06 23:18:47 (GMT)] An exception occurred while executing this script: Error message: #256, Unable to location template file system_internal_error.tpl. Script name and line number of error: /var/www/siremis-4.3.0/openbiz/bin/Resource.php:283
*function:* errorHandler ( 256, "Unable to location template file system_internal_error.tpl.", "/var/www/siremis-4.3.0/openbiz/bin/Resource.php", 283, Array(11) ) @ /var/www/siremis-4.3.0/openbiz/bin/sysheader.inc 117 *function:* userErrorHandler ( 256, "Unable to location template file system_internal_error.tpl.", "/var/www/siremis-4.3.0/openbiz/bin/Resource.php", 283, Array(11) ) @ *function:* trigger_error ( "Unable to location template file system_internal_error.tpl.", 256 ) @ /var/www/siremis-4.3.0/openbiz/bin/Resource.php 283 *function:* getTplFileWithPath ( "system_internal_error.tpl", "email" ) @ /var/www/siremis-4.3.0/openbiz/bin/BizSystem.php 544 *function:* getTplFileWithPath ( "system_internal_error.tpl", "email" ) @ /var/www/siremis-4.3.0/siremis/modules/service/userEmailService.php 108 *function:* SystemInternalErrorEmail ( Array(2), Null ) @ /var/www/siremis-4.3.0/siremis/modules/common/form/ErrorForm.php 34 *function:* Report ( ) @ /var/www/siremis-4.3.0/openbiz/bin/BizController.php 310 *function:* invoke ( ) @ /var/www/siremis-4.3.0/openbiz/bin/BizController.php 110
I verified and the file "/var/www/siremis-4.3.0/openbiz/bin/Resource.php" exist. But I don't have any idea where the error is.
Some help will be appreciate.
Regards
-- Diogenes
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com