Page 1 of 1

Localization file not found and Error #1088

Posted: Thu Mar 31, 2016 10:52 am
by programmer2
Stimulsoft Reports.PHP 2014.1

Hello we are trying to move our applicattion to our customer web server. When we try to open a report we get two errors:


1. First we get Error: Localization file "en.xml" not found.


2. After that we get an error Error #1088.


We move the same code to another machine and the report generated ok. But the main issue is that we want to install our app to our customers server.


Please advide or give us some help.


Thank you in advance.

Re: Localization file not found and Error #1088

Posted: Thu Mar 31, 2016 12:37 pm
by HighAley
Hello.

Could you specify do you get the error in Designer or Viewer? Is it connected with running of the Designer and choosing of localization?
Please, check if the en.xml file exists in the Localization folder on server?
Also, try to set the Localization to "en" in the config.xml file.

Thank you.

Re: Localization file not found and Error #1088

Posted: Thu Mar 31, 2016 1:07 pm
by programmer2
Thank you for your quick response.

In both enviroments (Viewer and Designer) the error comes up. The en.xml file is there an it is accessible from url on apache. I try to check if the folder path is wrong or mispelled but everything seems ok. The strange is that when we copy the same project to another pc or server everything is fine and stimulsoft play just fine. Has something to do with domain? The web server we are trying to install is atatched on domain.

Re: Localization file not found and Error #1088

Posted: Thu Mar 31, 2016 1:50 pm
by Alex K.
Hello,

Please clarify this error occurs alway on the server or sometimes? Also, please try to disable script warnings and errors messages on your PHP server - you can make it in php.ini settings file or use the following code in index.php in a project:
error_reporting(0);

Thank you.

Re: Localization file not found and Error #1088

Posted: Fri Apr 08, 2016 7:12 am
by programmer2
We resolved this problem and thank you for your help. Actually the issue was our php.ini as you mentioned in your post. We used older php.ini version file, we replaced it with php.in file came with php and everything works just fine.


Thank you very much.

Re: Localization file not found and Error #1088

Posted: Fri Apr 08, 2016 12:35 pm
by Alex K.
Hello,

We are always glad to help you!
Let us know if you need any additional help.

Thank you.