Jump to content

BSD-shnik

Members
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • First Name
    Alex
  • Last Name
    Loo

BSD-shnik's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi to community. Prestashop 1.6.1.6 Got some strange problem with an installation of modules. The "install" button does not working in all not installed modules. It coming nothing for press... the page without some changes. The errors representation is "on" - returns nothing. A cache cleaning no changing nothing. What direction for debug? The configuration page has not any errors. Can it be by the wrong php extensions? Installed extensions are: CTYPE=on: ctype functions CURL=on: CURL support DOM=on: DOM support FILTER=on: input filter support GD=on: GD library support HASH=on: HASH Message Digest Framework ICONV=on: iconv support JSON=on: JavaScript Object Serialization support OPCACHE=on: OPcache support PDF=on: PDFlib support (implies GD) PDO=on: PHP Data Objects Interface (PDO) PDO_SQLITE=on: PDO sqlite driver PHAR=on: phar support SESSION=on: session support SIMPLEXML=on: simplexml support SOAP=on: SOAP support SQLITE3=on: sqlite3 support TOKENIZER=on: tokenizer support XML=on: XML support XMLREADER=on: XMLReader support Please help me for debug it.....
  2. I want to add something more about the issue. I restarted php-fpm service as a root user, all working, was loaded everything. Then, i saw a lot of new dirs with a root owner on the cache/smarty/cache dir. (that`s predictable) When i restarted php-fpm as a www user mode and reloaded one of backoffice page, had got a lot of errores: Warning string 192 /tools/smarty/sysplugins/smarty_internal_template.php [2] touch(): Utime failed: Permission denied This part of the file // compile locking if ($this->smarty->compile_locking && !$this->source->recompiled) { if ($saved_timestamp = $this->compiled->timestamp) { !!str 192!! touch($this->compiled->filepath); I set an owner of all cache files as www recursively, and restarted php-fpm as a www user mode. The back office and frontoffice worked, until a cache clearing. After the cache clearing or in a new session the back office does not working again, as before. However, the front office working fine, and creates all necessary dirs and files in a cache dirs without some problems. But i can not understand, why the admin interface has not an enough permissions for create a new dirs and files in a cache dir, with a recursive 777 permissions ? The partition mounted without acls,nosuid,noexec mount options.
  3. Gracias, puede escribir español aqui, entiendo sin problemas. Pero todos parametros de ajustación estan insertando ya, se vuelve nada, la pagina esta blanco. wagood Смотрел, мало информативно. $timer_start = microtime(true); if (!defined('_PS_ADMIN_DIR_')) define('_PS_ADMIN_DIR_', getcwd()); if (!defined('PS_ADMIN_DIR')) define('PS_ADMIN_DIR', _PS_ADMIN_DIR_); require(_PS_ADMIN_DIR_.'/../config/config.inc.php'); (строка 34)! require(_PS_ADMIN_DIR_.'/functions.php'); Но с такого рода варнингами всё должно работать. А вообще, впечатление, что Prestashop неможет законнектиться куда то. online ecosystem и всё такое.....
  4. Thanks, but what must i do for a solve the trouble? Just it`s a strange situation, another copy of the shop working fine on virtual machine of the host. What functions & what services must i check?
  5. Доброго всем. Prestashop 1.6.0.14 Без видимой причины белый экран админки. Отображение ошибок включено - пусто. В логах сервера тоже пусто. Протоколирование скриптом возвращает только предупреждения 334","(Warning) Cannot modify header information - headers already sent by (output started at admin_folder/index.php:34)" Но при этом всё должно работать. Пермиссии проверял, ставил 0777 на весь корень, не влияет, белый экран. Кэш (/cache/smarty/cache & cache/smarty/compile) чистил Ради эксперимента, залил сайт на вирт. машину, там всё работает ОК. Вывод - проблема в настройках хостинга. Если отключить allow_url_fopen, админка загружается, но полноценно не работает ( и не должна без allow_url_fopen). php.ini в системе один. Рекурсия и клетки не используются. SecFilterEngine и SecFilterScanPOST в .htaccess отключены. Прилагаю php.ini и вывод info() Какие зависимости у allow_url_fopen? Нужна помощь сообщества, тупичёкс....... php.ini.txt phpinfo().html
  6. Hi guys. Have some ideas? Got a one elaboration. This issue has a one strange circumstance. When i disabled allow_url_fopen php.ini option, can load my admin pannel. But this option must be "On" in accordance with prestashop system requirements. What is the conflict?
  7. Hi everyone. I`ve got an own hosting, everything was fine, but now got some trouble without visible reason. Now, i'm in a dead block. and I want to ask some help of community prestashop-1.6.0.14 The front office working fine, but got a white screen of admin login page. An error reporting returns nothing, the blank white page only. A scripting protocol returns: "26 Jun 2016 00:06:41","/classes/Cookie.php: 334","(Warning) Cannot modify header information - headers already sent by (output started at Admin_dir/index.php:34)" "26 Jun 2016 00:06:41","/classes/controller/AdminController.php: 1595","(Warning) Cannot modify header information - headers already sent by (output started at Admin_dir/index.php:34)" "26 Jun 2016 00:07:12","/classes/Tools.php: 1785","(Warning) file_get_contents(): php_network_getaddresses: getaddrinfo failed: hostname nor servname provided, or not known" "26 Jun 2016 00:07:12","/classes/Tools.php: 1785","(Warning) file_get_contents(https://api.addons.prestashop.com): failed to open stream: php_network_getaddresses: getaddrinfo failed: hostname nor servname provided, or not known" "26 Jun 2016 00:07:42","/classes/Tools.php: 1785","(Warning) file_get_contents(): php_network_getaddresses: getaddrinfo failed: hostname nor servname provided, or not known" "26 Jun 2016 00:07:42","/classes/Tools.php: 1785","(Warning) file_get_contents(http://api.addons.prestashop.com): failed to open stream: php_network_getaddresses: getaddrinfo failed: hostname nor servname provided, or not known" But those are warnings, and back office must work. I have changed permissions to 0777 for all Prestashop root directory in depth, got a similar result. The cache (/cache/smarty/cache & cache/smarty/compile) are cleared manualy. And location of web server are checked, the info() function returns a correct result from admin directory. And not memory_limit (php.ini) option size is a reason, the memory_limi = 256 Mb. I have restored all from the working backup for a test, got the similar result. Obviously, a reason in a PHP settings or in extensions. But cannot found it myself. Please, HELP!!! See an attached php.ini and info() report files. php.ini.txt phpinfo().html
×
×
  • Create New...