To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

F.A.Q. - Najczęściej Zadawane Pytania - Przy INSTALOWANIU forum wyskakuje lista z plikami!

Widmo - 07-10-2004, 23:32
Temat postu: Przy INSTALOWANIU forum wyskakuje lista z plikami!
Gdy podczas instalki forum wyrzuca Ci cos takiego:

Kod:
You can not install the forum because some files have wrong content, if you edit some file, maybe contain error, if you do not edit any files thats mean some problems with FTP upload on the server, try again.

Details:
language/lang_english/lang_admin.php - File missing!
language/lang_english/lang_admin_album.php - File missing!
language/lang_english/lang_admin_attach.php - File missing!
shoutbox.php - File missing!
shoutbox_body.php - File missing!
shoutbox_send.php - File missing!
shoutbox_view.php - File missing!



Oznacza to po prostu że nie wgrałe? na serwer jakich? plików.
Wgraj je jescze raz.

Kod:
File missing - oznacza ze pliku nie ma (a powinien był)
Wrong content ! Checksum: [ 77c15e155b81709f6ab210065ea91dfe ]
- oznacza ze plik zostal zmodyfikowany...

Jeżeli wgrałe? jeszcze 8 razy, a dalej pokazuje się taki błąd,
wtedy musisz edytować plik
Kod:
 install.php
.


Szukasz TEGO:

Kod:
$result = '';
for($i=0; count($file_list) > $i; $i++)
{
    if ( md5_checksum($file_list[$i]) != $md5_sum[$file_list[$i]] )
    {
        $content = md5_checksum($file_list[$i]);
        $result .= ($content) ? '<font color="red"><b>' . $file_list[$i] . '</b></font> - <b>Wrong content !</b> Checksum: <font size="2">[ ' . $content . ' ]</font><br>' : '<font color="red"><b>' . $file_list[$i] . '</b></font> - <b>File missing!</b><br />';
    }
}
if ( $result )
{
    echo'<b>You can not install the forum because some files have wrong content, if you edit some file, maybe contain error, if you do not edit any files thats mean some problems with FTP upload on the server, try again.</b></font><br /><br />Details:<br />' . $result . '';
    exit;
}


Około linii 54:

Dodajesz dwa ukośniki
Kod:
//
przed
Kod:
exit;


tak by kod wyglądać tak:

Kod:
$result = '';
for($i=0; count($file_list) > $i; $i++)
{
    if ( md5_checksum($file_list[$i]) != $md5_sum[$file_list[$i]] )
    {
        $content = md5_checksum($file_list[$i]);
        $result .= ($content) ? '<font color="red"><b>' . $file_list[$i] . '</b></font> - <b>Wrong content !</b> Checksum: <font size="2">[ ' . $content . ' ]</font><br>' : '<font color="red"><b>' . $file_list[$i] . '</b></font> - <b>File missing!</b><br />';
    }
}
if ( $result )
{
    echo'<b>You can not install the forum because some files have wrong content, if you edit some file, maybe contain error, if you do not edit any files thats mean some problems with FTP upload on the server, try again.</b></font><br /><br />Details:<br />' . $result . '';
    //exit;
}



Co teraz?

- Teraz ZZZ.
tak, 3 razy zet.


Zapisać, zamkn??, zainstalować.

A teraz dziękować. :mrgreen:

MarX - 09-10-2004, 12:12

Piłkne FAQ ;) Tylko pogratulowac :) :mrgreen: :mrgreen:
ale teraz beda pytania ze on ma inne pliki niz tutaj sa pokazane ;)

SIMtel - 09-10-2004, 12:14

ktoś i tak pewnie napisze, że z tego nic nie kuma :mrgreen: :mrgreen: :mrgreen: .
MEGABAC - 15-11-2004, 03:59

I ta osoba niestety bede ja...
Mianowicie moje forum nadal nie chce sie instalowac. Wywalilem "@" z install.php i index.php. Wyskoczyl blad taki jak juz ktos opisal. Postapilem wedlug instrukcji powyzej - nadal bialy ekran. Wrzucilem na serwer niezmodyfikowana wersje index.php (znaczy z "@") wyskakuje
Kod:
You can not install the forum because some files have wrong content, if you edit some file, maybe contain error, if you do not edit any files thats mean some problems with FTP upload on the server, try again.

Details:
index.php - Wrong content ! Checksum: [ 0b14f663bcea7970428f4c8988d6c3d4 ]

Pomozcie prosze i powiedzcie co robie zle.

POZDRO

They - 15-11-2004, 12:20

przeciez index.php nie wywalamy !!!

przywróć to ! a dokładniej ściągnąće? download Przema http://www.przemo.org/phpBb2/index.phpłcid=0 ?

MEGABAC - 15-11-2004, 15:24

Ok. ?opatologicznie proszę :)
Wywalilem "@" z install.php. Index.php mam ta od Przema nie zmieniona. Dalej bialy ekran :( Nie kapuje....

nocny_elf - 22-12-2004, 10:29
Temat postu: Re: Przy INSTALOWANIU forum wyskakuje lista z plikami!
Widmo napisał/a:
Gdy podczas instalki forum wyrzuca Ci cos takiego:

Kod:
You can not install the forum because some files have wrong content, if you edit some file, maybe contain error, if you do not edit any files thats mean some problems with FTP upload on the server, try again.

Details:
language/lang_english/lang_admin.php - File missing!
language/lang_english/lang_admin_album.php - File missing!
language/lang_english/lang_admin_attach.php - File missing!
shoutbox.php - File missing!
shoutbox_body.php - File missing!
shoutbox_send.php - File missing!
shoutbox_view.php - File missing!



Oznacza to po prostu że nie wgrałe? na serwer jakich? plików.
Wgraj je jescze raz.

Kod:
File missing - oznacza ze pliku nie ma (a powinien był)
Wrong content ! Checksum: [ 77c15e155b81709f6ab210065ea91dfe ]
- oznacza ze plik zostal zmodyfikowany...

Jeżeli wgrałe? jeszcze 8 razy, a dalej pokazuje się taki błąd,
wtedy musisz edytować plik
Kod:
 install.php
.


Szukasz TEGO:

Kod:
$result = '';
for($i=0; count($file_list) > $i; $i++)
{
    if ( md5_checksum($file_list[$i]) != $md5_sum[$file_list[$i]] )
    {
        $content = md5_checksum($file_list[$i]);
        $result .= ($content) ? '<font color="red"><b>' . $file_list[$i] . '</b></font> - <b>Wrong content !</b> Checksum: <font size="2">[ ' . $content . ' ]</font><br>' : '<font color="red"><b>' . $file_list[$i] . '</b></font> - <b>File missing!</b><br />';
    }
}
if ( $result )
{
    echo'<b>You can not install the forum because some files have wrong content, if you edit some file, maybe contain error, if you do not edit any files thats mean some problems with FTP upload on the server, try again.</b></font><br /><br />Details:<br />' . $result . '';
    exit;
}


Około linii 54:

Dodajesz dwa ukośniki przed
Kod:
//


Kod:
exit;


tak by kod wyglądać tak:

Kod:
$result = '';
for($i=0; count($file_list) > $i; $i++)
{
    if ( md5_checksum($file_list[$i]) != $md5_sum[$file_list[$i]] )
    {
        $content = md5_checksum($file_list[$i]);
        $result .= ($content) ? '<font color="red"><b>' . $file_list[$i] . '</b></font> - <b>Wrong content !</b> Checksum: <font size="2">[ ' . $content . ' ]</font><br>' : '<font color="red"><b>' . $file_list[$i] . '</b></font> - <b>File missing!</b><br />';
    }
}
if ( $result )
{
    echo'<b>You can not install the forum because some files have wrong content, if you edit some file, maybe contain error, if you do not edit any files thats mean some problems with FTP upload on the server, try again.</b></font><br /><br />Details:<br />' . $result . '';
    //exit;
}



Co teraz?

- Teraz ZZZ.
tak, 3 razy zet.


Zapisać, zamkn??, zainstalować.

A teraz dziękować. :mrgreen:



źle wgrywasz ! Wgrywaj przez Total Comander albo Windows Comander !
Byle nie ręcznie !

Crack - 26-12-2004, 21:36

Jeśli wgrywasz jakimś kilentem FTP, ustaw typ transferu na BINARNY
PSIUT - 18-02-2005, 22:00
Temat postu: A mi wyskakuje podczas instalacji co? takiego:
A mi wyskakuje podczas instalacji co? takiego:
Kod:

Warning: main() [function.main]: Unable to access ./config.php in /www_domains/d/darmoland.pl/wiewior/forum/common.php on line 109

Warning: main(./config.php) [function.main]: failed to open stream: No such file or directory in /www_domains/d/darmoland.pl/wiewior/forum/common.php on line 109

Warning: main() [function.include]: Failed opening './config.php' for inclusion (include_path='.:/usr/local/lib/php') in /www_domains/d/darmoland.pl/wiewior/forum/common.php on line 109

Warning: Cannot modify header information - headers already sent by (output started at /www_domains/d/darmoland.pl/wiewior/forum/common.php:109) in /www_domains/d/darmoland.pl/wiewior/forum/common.php on line 113
CO MAM ZROBI?, aby zamiast tego pojawiła się instalacja???

Widmo - 18-02-2005, 22:23

masz niewgrane wszystkie pliki... wgraj je jescze raz
PSIUT - 19-02-2005, 16:43
Temat postu: Ale...
Ciągle wgrywam ten plik i nie moge przej?? do instalacji bo to głupstwo sie wyświetla
bulion - 19-02-2005, 17:48

plik, czy pliki :roll:
PSIUT napisał/a:
config.php

PSIUT napisał/a:
common.php

PSIUT - 19-02-2005, 20:20
Temat postu: Pliki
config.php jeszcze nie wsadziłem, bo jeszcze nie zainstalowałem. Co? pewnie jest z common.php

[ Dodano: 22-02-2005, 16:46 ]
kurcze czy ktoś może mi z tym pomóc:
Kod:
Warning: main() [function.main]: Unable to access ./config.php in /www_domains/d/darmoland.pl/wiewior/forum/common.php on line 109

Warning: main(./config.php) [function.main]: failed to open stream: No such file or directory in /www_domains/d/darmoland.pl/wiewior/forum/common.php on line 109

Warning: main() [function.include]: Failed opening './config.php' for inclusion (include_path='.:/usr/local/lib/php') in /www_domains/d/darmoland.pl/wiewior/forum/common.php on line 109

Warning: Cannot modify header information - headers already sent by (output started at /www_domains/d/darmoland.pl/wiewior/forum/common.php:109) in /www_domains/d/darmoland.pl/wiewior/forum/common.php on line 113

smiglo - 30-03-2005, 22:48

Witam!

Jestem na tym forum juz kilka godzin, przeczytałem chyba kilkaset postów ale nie znalazłem odpowiedzi na to:

W momencie gdy biore /forum//install.php wyskakuje mi błąd:

Fatal error: Maximum execution time of 10 seconds exceeded in /home2/pi/piotrgks/forum/forum/install.php on line 27


O co chodzi i co mam zrobic bo juz jestem wykonczony....

Z góry serdeczne dzięki.

Aha mam forum przemo 1.8

[ Dodano: 30-03-2005, 23:17 ]
Dobra juz sie uporałem z problemem. Mam nastepne pytanie: Czy w sprawie nazwy i uzytkownika bazy danych trzeba pytac admina serwera?

Mam strone na www.za.pl

radex - 31-03-2005, 15:27

dodalem te 2 ukosniki i nic a wiec wgralem oryginalny plik install.php ale to samo...
[/code]



Powered by phpBB modified by Przemo © 2003 phpBB Group