Zadejte hledaný výraz...

Problém s webem

Dobrý den,
nainstaloval jsem si Free Arcade Script a když si kliknu na své stránky, tak se mi tam zobrazí toto:
Warning: fopen(web/cache/mainpagecats): failed to open stream: No such file or directory in /home/users/dante/zdarmahry.net/web/includes/functions.php on line 74 Warning: fputs() expects parameter 1 to be resource, boolean given in /home/users/dante/zdarmahry.net/web/includes/functions.php on line 75 Warning: fclose() expects parameter 1 to be resource, boolean given in /home/users/dante/zdarmahry.net/web/includes/functions.php on line 76
Můžete mi prosím někdo poradit, kde je chyba? Velice děkuji.
28. 4. 2010 17:24:13
https://webtrh.cz/diskuse/problem-s-webem#reply497950
David Kácha
verified
rating uzivatele
(39 hodnocení)
28. 4. 2010 17:26:26
Napadlo tě se mrkout do souboru functions.php řádky 74, 74, 76?
28. 4. 2010 17:26:26
https://webtrh.cz/diskuse/problem-s-webem#reply497949
V těch řádcích je toto:
$fp = fopen($file,"w");
fputs($fp, $OUTPUT);
fclose($fp);
Je taky možné, že jsem zadal špatně $cachepath v config.php:
$dbhost = 'localhost'; // Database host usually localhost
$dbuser = 'dante'; // Database user
$dbpass = 'nikola'; // Database password
$dbname = 'zdarmahry'; // Database name
$dbpre = 0;
// ////////////////////////////////////////////////////////////////////////////////////////////////////
// You MUST edit the variable $cachepath below to your own hosting info. If you do not, you will get errors
// At the very least you will need to replace "hostingaccountname" with your own account user name.
// On some accounts you might need to edit the rest of the path.
//
// Directory of the cache folder must exist, and must be chmod 777
//
// If you have questions, please ask for support
// from either your hosting company or the Free Arcade Script staff.
// ////////////////////////////////////////////////////////////////////////////////////////////////////
//
// The folowing is more secure, but not everybody can use it. It still needs to be edited though.
// $cachepath='/web/cache/';
// This one is one almost everybody can use, but is less secure.
$cachepath='web/cache/';
$cachelife = '900' ; // Number of seconds to keep cache alive. 900 seconds equals 15 minutes. Too long and pages do not update frequently, too short and CPU resource usage goes up.
?>
Jsem z toho jelen...
28. 4. 2010 17:53:41
https://webtrh.cz/diskuse/problem-s-webem#reply497948
Původně to vypadalo takto:
// ////////////////////////////////////////////////////////////////////////////////////////////////////
// You MUST edit the variable $cachepath below to your own hosting info. If you do not, you will get errors
// At the very least you will need to replace "hostingaccountname" with your own account user name.
// On some accounts you might need to edit the rest of the path.
//
// Directory of the cache folder must exist, and must be chmod 777
//
// If you have questions, please ask for support
// from either your hosting company or the Free Arcade Script staff.
// ////////////////////////////////////////////////////////////////////////////////////////////////////
//
// The folowing is more secure, but not everybody can use it. It still needs to be edited though.
// $cachepath='/home/hostingaccountname/cache/';
// This one is one almost everybody can use, but is less secure.
$cachepath='/home/hostingaccountname/public_html/cache/';
$cachelife = '900' ; // Number of seconds to keep cache alive. 900 seconds equals 15 minutes. Too long and pages do not update frequently, too short and CPU resource usage goes up.
?>
28. 4. 2010 18:01:21
https://webtrh.cz/diskuse/problem-s-webem#reply497947
Pavel Janků
verified
rating uzivatele
(26 hodnocení)
28. 4. 2010 18:02:07
Máš teda krásně zabezpečené připojení do DB ;) Doporučoval bych to tam doincludit spíš ;-)
28. 4. 2010 18:02:07
https://webtrh.cz/diskuse/problem-s-webem#reply497946
crtz
verified
rating uzivatele
(30 hodnocení)
28. 4. 2010 20:46:33
Dik ze si nam zdelil svoje udaje .. :D
jinak myslim ze chyba bude v nastaveni dbuser a dbname zkus nato mrknout jestli to mas zpravne vyplneny
28. 4. 2010 20:46:33
https://webtrh.cz/diskuse/problem-s-webem#reply497945
Lucas03
verified
rating uzivatele
(15 hodnocení)
29. 4. 2010 00:46:49
mne sa zase zda, ze som celil podobnej chybe na inom scripte, ked mi nejaky hosting skryval .htaccess. Skus sa pozret aj na to.
29. 4. 2010 00:46:49
https://webtrh.cz/diskuse/problem-s-webem#reply497944
Všem děkuji za rady, ale stálo na to nemůžu přijít....
29. 4. 2010 09:19:44
https://webtrh.cz/diskuse/problem-s-webem#reply497943
Pavel Janků
verified
rating uzivatele
(26 hodnocení)
29. 4. 2010 15:55:47
á nidke nevidím řádek s navázáním spojení s DB ;)
29. 4. 2010 15:55:47
https://webtrh.cz/diskuse/problem-s-webem#reply497942
mayo
verified
rating uzivatele
29. 4. 2010 15:58:56
web/cache/mainpagecats ...
existuje ten adresar? (web/cache/)
pozor mas to definovane ako relativnu cestu, skus dat absolutnu
29. 4. 2010 15:58:56
https://webtrh.cz/diskuse/problem-s-webem#reply497941
Děkuji, už to funguje. Jste tady super. Můžete lock prosím.
29. 4. 2010 17:15:21
https://webtrh.cz/diskuse/problem-s-webem#reply497940
Hitman1
verified
rating uzivatele
(38 hodnocení)
29. 4. 2010 17:50:26
Napsal Neregistrovaný;504379
Děkuji, už to funguje. Jste tady super. Můžete lock prosím.
Zamknout si to můžeš také sám, nahoře by měla být ikonka.
29. 4. 2010 17:50:26
https://webtrh.cz/diskuse/problem-s-webem#reply497939
stope
verified
rating uzivatele
(2 hodnocení)
5. 5. 2010 14:58:23
Napsal Neregistrovaný;504379
Děkuji, už to funguje. Jste tady super. Můžete lock prosím.
Hlavně si změň ty přístupy do DB než tě tady někdo hackne =)
5. 5. 2010 14:58:23
https://webtrh.cz/diskuse/problem-s-webem#reply497938
Pro odpověď se přihlašte.
Přihlásit