Strona 1 z 1

Instalacja PHP-Fusion v7 - setup.php wyrzuca błąd

: 19 lip 2009, 23:55
autor: Debiaq
Witam Serdecznie.
Chciałem zainstalować PHP-Fusion na Ubuntu.
Uruchomione: PHP5 / APACHE2 / MYSQL SERVER
w pliku /etc/apache2/sites-available/default umieściłem:
Alias /mojanazwa/ "/home/mojanazwa/public_html/"
<Directory /home/mojanazwa/public_html/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Do katalogu ~/mojanazwa/public_html/ wrzuciłem stronę.
Chmody zmienione na 777
config.php jest !


Połączenie z bazą również. PHPmyAdmin działa świetnie.
Kiedy chce przejść do setup.php wychodzi mi następujący błąd:
Warning: include(locale/English/setup.php) [function.include]: failed to open stream: Permission denied in /home/mojastrona/public_html/setup.php on line 8

Warning: include() [function.include]: Failed opening 'locale/English/setup.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/mojastrona/public_html/setup.php on line 8
log:
[Sun Jul 19 23:14:06 2009] [crit] [client xxx.x.x.x] (13)Permission denied: /home/mojastrona/public_html/themes/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer: http://localhost/mojastrona/setup.php
[Sun Jul 19 23:14:06 2009] [error] [client xxx.x.x.x] (13)Permission denied: file permissions deny server access: /home/mojastrona/public_html/images/php-fusion-logo.png, referer: http://localhost/mojastrona/setup.php
Nie rozumie co źle robię. htaccess ma złe chmody ?? :x