Missing Insert Fields in PDF_Templates on russian

Hi
After installing clean version SuiteCRM 7.0.2 on XAMPP (PHP 5.4.7 (VC9 X86 32bit thread safe)+PEAR; MySQL 5.5.27; Apache 2.4.3) for testing I found missing Insert Fields in AOS_PDF_Templates on russian language (picture attached).
And notice on the top:
Notice: Undefined index: Quotes in C:\xampp\htdocs\coffeetorgsuitecrm702\modules\AOS_PDF_Templates\views\view.edit.php on line 61
Notice: Undefined index: Invoices in C:\xampp\htdocs\coffeetorgsuitecrm702\modules\AOS_PDF_Templates\views\view.edit.php on line 61
It makes imposible to edit or create any tamplate.
In english version its ok. But I notices in LOG file after saving:
01/29/14 14:54:53 [448][1][DEPRECATED] SugarBean.php: unformat_all_fields() is deprecated
01/29/14 14:54:53 [448][1][DEPRECATED] Formatting correction: AOS_PDF_Templates->date_entered had formatting automatically corrected. This will be removed in the future, please upgrade your external code
01/29/14 14:54:53 [448][1][DEPRECATED] Formatting correction: AOS_PDF_Templates->date_modified had formatting automatically corrected. This will be removed in the future, please upgrade your external code
01/29/14 14:54:53 [448][1][DEPRECATED] SugarBean.php: preprocess_fields_on_save() is deprecated

And every time of loading new page any module I have in LOG:
01/29/14 16:48:13 [448][1][DEPRECATED] Using row number in fetchByAssoc is not portable and no longer supported. Please fix your code.

I am new in this, and not php-programmer.
I tried to disable AJAX, but it didn’t help.
How to fix it? I haven’t found any solutions in google.

Regards

Hi there,

What server/php/mysql are you running on? Have you set the correct permissions on your SuiteCRM instance? Have you performed a Quick Repair & Rebuild?

Thanks,

Will.

Fixed: https://github.com/likhobory/SuiteCRM/commit/89b6f03296e814ec45937769222c7aaf7f9f1473

You can download the latest russian language files from here.

Hi,

I have such information from readme_en.txt
ApacheFriends XAMPP Version 1.8.1

  • Apache 2.4.3
  • MySQL 5.5.27 (Community Server)
  • PHP 5.4.7 (VC9 X86 32bit thread safe) + PEAR
  • phpMyAdmin 3.5.2.2
  • OpenSSL 1.0.1c
  • ADOdb 5.17
  • FileZilla FTP Server 0.9.41

Yes 777

Yes,performed - nothing happens.

Besides, when i login in english language - it Ok Insert fields present.
I think it is related with russian language pack. Or dropdown list of russian fields can’t load.

Regards

Thanks for quick help. Looks great!

But in the log file remains the same information.

01/30/14 18:40:47 [3952][1][DEPRECATED] Using row number in fetchByAssoc is not portable and no longer supported. Please fix your code.
01/30/14 18:41:53 [3952][1][DEPRECATED] SugarBean.php: unformat_all_fields() is deprecated
01/30/14 18:41:53 [3952][1][DEPRECATED] Formatting correction: AOS_PDF_Templates->date_entered had formatting automatically corrected. This will be removed in the future, please upgrade your external code
01/30/14 18:41:53 [3952][1][DEPRECATED] Formatting correction: AOS_PDF_Templates->date_modified had formatting automatically corrected. This will be removed in the future, please upgrade your external code
01/30/14 18:41:53 [3952][1][DEPRECATED] SugarBean.php: preprocess_fields_on_save() is deprecated

What to do with them? Or simply do not pay attention and set in admin level error or higher?

Regards