You are not logged in.
Pages: 1
Topic closed
FreeBSD 6.3.
PHP - updated to 5.2.11. All applications (MySQL 5.0.85, Apache 2.2.13, PHP 5.2.13) installed from source. I found it repeatedly.
After the upgrade, everything was configured in the configuration file right and I have received a "glitch":
GLPI something was strange to work - downloading ms office documents, etc. through the form ...front/document.php get their damage.
All revised since this morning, but only now found the problem in that case it is due to set PHP 5.2.11 instead of PHP 5.2.10.
I decided here to ask developers about GLPI compatibility with PHP 5.2.11.
Since the description of what is done in PHP-5.2.11 as compared to PHP-5.2.10 - no significant differences were not found. And on PHP-5.2.11 everything is fully working for except GLPI and SugarCRM (here even described how to solve http://www.sugarcrm.com/forums/showthread.php?t=52694, helped zlib.output_compression ',' true ')
GLPI 0.72.2 is compatible with PHP-5.2.11? (to be confirmed that the system is assembled on FreeBSD 6.3 respectively, and all applications compiled from source, GLPI with installed PHP-5.2.10 works fine).
Last edited by rds (2009-10-15 12:47:02)
Offline
I don't think there is an issue with php 5.2.11 but I can't try (I always use the latest)
Try in debug mode (see the wiki) and check the log.
Which plugin are you using ? try to disable all.
Probably an issue with a malformed page (I don't remember which plugin/version cause this issue).
And GLPI doesn't play with ouput_compression.
+
Dév. Fedora 29 - PHP 5.6/7.0/7.1/7.2/7.3/7.4 - MariaDB 10.3 - GLPI master
Certifié ITILv3 - RPM pour Fedora, RHEL et CentOS sur https://blog.remirepo.net/
Offline
Yes! You are right!! I've disable plugin validation and my problem gone away.
Tnx a lot!..
Offline
So I move this to plugins section (and change the title to have the plugin maintainer to see it)
+
Dév. Fedora 29 - PHP 5.6/7.0/7.1/7.2/7.3/7.4 - MariaDB 10.3 - GLPI master
Certifié ITILv3 - RPM pour Fedora, RHEL et CentOS sur https://blog.remirepo.net/
Offline
I`ve noticed, if the language profile is English, there is no problem, all files are downloaded properly.
If I switch to any other language, the files are downloaded corrupted ...
What is wrong?
Offline
Look the /plugins/validation/locales/ files and check if they have a blank line at the end of the file after ?> and delete it. And test again.
Xavier Caillaud
Blog GLPI Infotel
Offline
In en_GB.php blank line have to. But I made changes and still doen`t work. I get damaged files.
with localized files by default are no problems, just checked it. Only with the Russian-language file, which I localized by himself.
but what I could do wrong? After all, I only changed the english words in the native language (utf8)
Maybe there is a problem with Cyrillic support?
<?php
/*
----------------------------------------------------------------------
GLPI - Gestionnaire Libre de Parc Informatique
Copyright (C) 2003-2008 by the INDEPNET Development Team.
http://indepnet.net/ http://glpi-project.org/
----------------------------------------------------------------------
LICENSE
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License (GPL)
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
To read the license please visit http://www.gnu.org/copyleft/gpl.html
----------------------------------------------------------------------
// Original Author of file: GRISARD Jean Marc & CAILLAUD Xavier
Purpose of file:
----------------------------------------------------------------------
*/
$title = "Проверка";
$LANG['plugin_validation']['title'][1] = $title;
$LANG['plugin_validation']["profile"][0] = "Управление правами";
$LANG['plugin_validation']["profile"][1] = "Доступ по правам";
$LANG['plugin_validation']['mailing'][0] = "Это сообщение пришло Вам по запросу от руководства отдела обслуживания клиентов, с целью подтвердить объем и качество выполненных работ";
$LANG['plugin_validation']['mailing'][1] = "Требуется Ваше подтверждение выполненных работ";
$LANG['plugin_validation']['valid'][1] = "Статус";
$LANG['plugin_validation']['valid'][2] = "Пользователь";
$LANG['plugin_validation']['valid'][3] = "Дата";
$LANG['plugin_validation']['valid'][4] = "Дата проверки";
$LANG['plugin_validation']['valid'][5] = "Комментарий";
$LANG['plugin_validation']['valid'][6] = "Комментарий проверки";
$LANG['plugin_validation']['valid'][7] = $title." для текущего запроса";
$LANG['plugin_validation']['valid'][8] = "Ожидание";
$LANG['plugin_validation']['valid'][9] = "Отклонено";
$LANG['plugin_validation']['valid'][10] = "Принято";
$LANG['plugin_validation']['valid'][11] = "Повторно на почту";
$LANG['plugin_validation']['valid'][12] = "Отправка запроса проверки";
$LANG['plugin_validation']['valid'][13] = "Отправить";
$LANG['plugin_validation']['valid'][14] = "Следующие запросы требуют проверки";
$LANG['plugin_validation']['valid'][15] = "Автор";
$LANG['plugin_validation']['valid'][16] = "Назначено ";
$LANG['plugin_validation']['valid'][17] = "Запрос";
$LANG['plugin_validation']['valid'][18] = "Принять";
$LANG['plugin_validation']['valid'][19] = "Отклонить";
$LANG['plugin_validation']['valid'][20] = "произвольно";
$LANG['plugin_validation']['valid'][21] = "В ожидании проверки";
$LANG['plugin_validation']['valid'][22] = "Не требующие проверки";
$LANG['plugin_validation']['valid'][24] = "Отправить";
$LANG['plugin_validation']['valid'][25] = "Проверено.";
$LANG['plugin_validation']['valid'][26] = "Проверка отклонена.";
$LANG['plugin_validation']['valid'][27] = "Запрос на проверку отправлен";
$LANG['plugin_validation']['valid'][28] = "Доступ запрещен";
$LANG['plugin_validation']['valid'][29] = "Проверка не обнаружена";
$LANG['plugin_validation']['valid'][30] = "Заглавие";
$LANG['plugin_validation']['valid'][31] = "Отменено";
$LANG['plugin_validation']['valid'][32] = "Этот запрос проверки был отменен";
$LANG['plugin_validation']['valid'][34] = "Запрос проверки отменен";
$LANG['plugin_validation']['valid'][35] = "Посмотреть форму проверки";
$LANG['plugin_validation']['valid'][36] = "Добавить запроса на проверку";
$LANG['plugin_validation']['error'][1] = "Ошибка выполнения запроса.";
$LANG['plugin_validation']['error'][2] = "Доступ запрещен";
$LANG['plugin_validation']['error'][3] = " не установлен адрес эл. почты.";
?>
Last edited by rds (2009-10-17 01:22:02)
Offline
Check the file encoding -> must be utf8 i think
Xavier Caillaud
Blog GLPI Infotel
Offline
yes, on the other does not work. May be copy-past from file here for you is not readable.
Last edited by rds (2009-10-17 13:20:01)
Offline
in languages by default as there is the same problem for exsample pt_BR.php es_ES.php in french & eng seems ok
Offline
To check all installed file, can you download the check script :
https://forge.indepnet.net/repositories … format=raw
Save it to glpi/scripts folder and run it from this directory/
+
Dév. Fedora 29 - PHP 5.6/7.0/7.1/7.2/7.3/7.4 - MariaDB 10.3 - GLPI master
Certifié ITILv3 - RPM pour Fedora, RHEL et CentOS sur https://blog.remirepo.net/
Offline
WOW!! To me you are the greatest man today ...
Finally, the problem is resolved!
problem whit begin of ../plugins/validation/locales/ru_RU.php О╩©<?php
problem whit begin of ../plugins/validation/locales/ua_UA.php О╩©<?php
If you want I can give you the translation files, as well I can help to translate into Russian and Ukrainian languages other Projects summary!
TNX!
Offline
Yes, please, send your translation file to the Dév ML (you need to subscribe first)
http://www.glpi-project.org/spip.php?article57
+
Dév. Fedora 29 - PHP 5.6/7.0/7.1/7.2/7.3/7.4 - MariaDB 10.3 - GLPI master
Certifié ITILv3 - RPM pour Fedora, RHEL et CentOS sur https://blog.remirepo.net/
Offline
I sent a file transfer plug-in for Russian and Ukrainian language, also correcting a few errors in the file for the Russification of the glpi
Have a nice day!
Offline
Xavier Caillaud
Blog GLPI Infotel
Offline
Pages: 1
Topic closed