| Warning: fwrite(): in StreamLogger.class.php on line 73 [message #55185] |
Mon, 30 June 2008 16:05  |
|
Hi there,
2 days ago I discovered symfony and the screencasts amazed me in such a way that I want to use symfony for my current customer project (sort of media-center to manage the customer's audio and video files and provide his customers controlled access to them).
I'm running symfony on a managed server at 1&1.
Installation via PEAR worked all fine and I switched to PHP5 as well, but when I run 'symfony' in the shell I get:
(uiserver):uxxxxxx:~/pear > symfony
X-Powered-By: PHP/5.2.6
Content-type: text/html
Warning: fwrite(): supplied argument is not a valid stream resource in /homepages/20/dxxxxx/htdocs/pear/php/symfony/log/sfStreamLogger.class.php on line 73
Warning: fwrite(): supplied argument is not a valid stream resource in /homepages/20/dxxxxxxx/htdocs/pear/php/symfony/log/sfStreamLogger.class.php on line 73
Warning: fwrite(): supplied argument is not a valid stream resource in /homepages/20/dxxxxxx/htdocs/pear/php/symfony/log/sfStreamLogger.class.php on line 73
[this repeats several times here...]
Warning: fwrite(): supplied argument is not a valid stream resource in /homepages/20/dxxxxxxx/htdocs/pear/php/symfony/log/sfStreamLogger.class.php on line 73
Warning: fwrite(): supplied argument is not a valid stream resource in /homepages/20/dxxxxxxx/htdocs/pear/php/symfony/log/sfStreamLogger.class.php on line 73
Warning: fwrite(): supplied argument is not a valid stream resource in /homepages/20/dxxxxxxx/htdocs/pear/php/symfony/log/sfStreamLogger.class.php on line 73
Warning: fwrite(): supplied argument is not a valid stream resource in /homepages/20/dxxxxxx/htdocs/pear/php/symfony/log/sfStreamLogger.class.php on line 73
(uiserver):uxxxxxxx:~/pear >
'symfony -V' works fine on the other hand:
(uiserver):uxxxxxxxx:~/pear > symfony -V
X-Powered-By: PHP/5.2.6
Content-type: text/html
symfony version 1.1.0 (/homepages/20/dxxxxxxx/htdocs/pear/php/symfony)
(uiserver):uxxxxxxxx:~/pear >
I tried so find the error myself, but looking through all the php files of symfony takes a long time when you're new to symfony... 
Does anyone have any ideas what could be the issue here?
Thanks in advance and best regards,
Lars.
[Updated on: Mon, 30 June 2008 16:09]
|
|
|
|
|