Localization file not found and Error #1088

Stimulsoft Reports.PHP discussion
Post Reply
programmer2
Posts: 13
Joined: Thu Mar 31, 2016 10:47 am

Localization file not found and Error #1088

Post 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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Localization file not found and Error #1088

Post 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.
programmer2
Posts: 13
Joined: Thu Mar 31, 2016 10:47 am

Re: Localization file not found and Error #1088

Post 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.
Last edited by programmer2 on Thu Mar 31, 2016 2:28 pm, edited 1 time in total.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Localization file not found and Error #1088

Post 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.
programmer2
Posts: 13
Joined: Thu Mar 31, 2016 10:47 am

Re: Localization file not found and Error #1088

Post 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.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Localization file not found and Error #1088

Post by Alex K. »

Hello,

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

Thank you.
Post Reply