Quantcast
Channel: Piwik Forums - Support & Bugs
Viewing all articles
Browse latest Browse all 13117

Re: Piwik 1.3: archive.sh: line 73: 7761 Segmentation fault $CMD

$
0
0
Hi everybody,
thanks a lot for the tip ! It helped me so much, with everything up to date on debian, the problem occured.

I just changed the tip to be able to use it with php-fpm/fastcgi because php_sapi_name() always returns php-fcgi
-- Still on top of index.php --
if ((isset($_SERVER['_'])) && (preg_match('/archive\.sh/', $_SERVER['_']) == 1)) {
        gc_disable();
}
I think there is several ways to do it, I chose this one...
Hope it will help fresh installs.

EDIT : to identify better the problem I updated system/php to PHP 5.5.7 (the last one on a 2nd Fedora server I have) and the problem disappeared :) I have 2 servers : the new one on Debian and the old with an old Fedora. Finally, the last Fedora, on this point, is more stable ...

Viewing all articles
Browse latest Browse all 13117

Trending Articles