Yshout5 error

Discussion in 'General' started by rippe, Aug 21, 2007.

  1. rippe

    rippe New Member

    I have try to install and run Yshout5 on my server, but i get only errors.

    Warning: fopen(../logs/yshout.prefs.txt) [function.fopen]: failed to open stream: Permission denied in /var/www/web1/web/yshout5/yshout5/php/filestorage.class.php on line 15

    Warning: fseek(): supplied argument is not a valid stream resource in /var/www/web1/web/yshout5/yshout5/php/filestorage.class.php on line 56

    Warning: flock() expects parameter 1 to be resource, boolean given in /var/www/web1/web/yshout5/yshout5/php/filestorage.class.php on line 47

    Warning: fclose(): supplied argument is not a valid stream resource in /var/www/web1/web/yshout5/yshout5/php/filestorage.class.php on line 28

    Warning: fopen(../logs/log.2.txt) [function.fopen]: failed to open stream: Permission denied in /var/www/web1/web/yshout5/yshout5/php/filestorage.class.php on line 15

    Warning: fseek(): supplied argument is not a valid stream resource in /var/www/web1/web/yshout5/yshout5/php/filestorage.class.php on line 56

    Warning: file_get_contents(../logs/log.2.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /var/www/web1/web/yshout5/yshout5/php/filestorage.class.php on line 58

    Warning: ftruncate(): supplied argument is not a valid stream resource in /var/www/web1/web/yshout5/yshout5/php/filestorage.class.php on line 63

    Warning: fwrite(): supplied argument is not a valid stream resource in /var/www/web1/web/yshout5/yshout5/php/filestorage.class.php on line 64

    Warning: flock() expects parameter 1 to be resource, boolean given in /var/www/web1/web/yshout5/yshout5/php/filestorage.class.php on line 47

    Warning: fclose(): supplied argument is not a valid stream resource in /var/www/web1/web/yshout5/yshout5/php/filestorage.class.php on line 28



    i am just a newbie and idon't now what i shall do?

    Sorry for my poor english.
    rippe
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's output of
    Code:
    ls -la /path/to/yshout.prefs.txt
    ?
     
  3. rippe

    rippe New Member

    It looks like this.

    -rwxr-xr-x 1 fredric web1 620 2007-08-21 09:32 yshout.prefs.txt
    I did not tell that this project is an website on my ispserver.

    Rippe
     
  4. falko

    falko Super Moderator Howtoforge Staff

    You could do a chown <your_apache_user> on yshout.prefs.txt or a chmod 777.
     
  5. rippe

    rippe New Member

    Thank's Falko. I't works now.
     

Share This Page