właśnie próbuje zainstalować symfony na home.pl i już nie mam pomysłów.
Na localu wszystko chodzi ok natomiast po przeniesieniu na home nie.
Problem pojawia się w momencie przejścia do strony zawierającej formularz np dodanie nowego elementu.

local:

home.pl:
Kod
********************************
* *
* symfony requirements check *
* *
********************************
php.ini used by PHP: WARNING: not using a php.ini file
** Mandatory requirements **
OK PHP version is at least 5.2.4 (5.2.6)
** Optional checks **
OK PDO is installed
OK PDO has some drivers installed: sqlite2, sqlite, pgsql, mysql
OK PHP-XML module is installed
OK XSL module is installed
OK The token_get_all() function is available
OK The mb_strlen() function is available
OK The iconv() function is available
OK The utf8_decode() is available
[[WARNING]] A PHP accelerator is installed: FAILED
*** Install a PHP accelerator like APC (highly recommended) ***
OK php.ini has short_open_tag set to off
OK php.ini has magic_quotes_gpc set to off
OK php.ini has register_globals set to off
OK php.ini has session.auto_start set to off
OK PHP version is not 5.2.9
* *
* symfony requirements check *
* *
********************************
php.ini used by PHP: WARNING: not using a php.ini file
** Mandatory requirements **
OK PHP version is at least 5.2.4 (5.2.6)
** Optional checks **
OK PDO is installed
OK PDO has some drivers installed: sqlite2, sqlite, pgsql, mysql
OK PHP-XML module is installed
OK XSL module is installed
OK The token_get_all() function is available
OK The mb_strlen() function is available
OK The iconv() function is available
OK The utf8_decode() is available
[[WARNING]] A PHP accelerator is installed: FAILED
*** Install a PHP accelerator like APC (highly recommended) ***
OK php.ini has short_open_tag set to off
OK php.ini has magic_quotes_gpc set to off
OK php.ini has register_globals set to off
OK php.ini has session.auto_start set to off
OK PHP version is not 5.2.9
Ktoś spotkał się z czymś podobnym ?