Jump to content
  • 0

pomoc [Help]PHP-Fusion


mawerick

Dotaz

Zdravím mam mensi problem so shoutboxom. Prestal jen tak pracovat tak jak ma. Proste sa nezobrazuje ani tlacitko cele ze odeslat a potom sa my tam ako adminovy namiesto texto upravit a smazat zobrazuju len kocky. Skusal som to aj zmazat aj nahrat znova ale furt to pretrvava. A este v infusions uz sa pri instalaci nezobrazuje ked nainstalujem nazov shoutbox iba prazdne a vedla web/odinstalovat. Tu je screen prosim help.

http://img.rallyt.eu/files/10wvbpt0ajiv6sqaie3k.png

Link to comment
Share on other sites

3 odpovědí na tuto otázku

Recommended Posts

  • 0

ne locale tam je davam tam z original php-f 7.02.05 shoutbox a furt to same

-----------------------------------------------------------------------------

 

Chyba: include(infusions/shoutbox_panel/locale/English.php): failed to open stream: No such file or directory Řádek: 28

----------------------------------------------------------------------------

if (!defined("IN_FUSION") { die("Access Denied"; }

19

20 include_once INFUSIONS."shoutbox_panel/infusion_db.php";

21 include_once INCLUDES."infusions_include.php";

22

23 // Check if locale file is available matching the current site locale setting.

24 if (file_exists(INFUSIONS."shoutbox_panel/locale/".$settings['locale'].".php") {

25 // Load the locale file matching the current site locale setting.

26 include INFUSIONS."shoutbox_panel/locale/".$settings['locale'].".php";

27 } else {

28 // Load the infusion's default locale file.

29 include INFUSIONS."shoutbox_panel/locale/English.php";

30 }

31

32 $shout_settings = get_settings("shoutbox_panel";

33

34 $link = FUSION_SELF.(FUSION_QUERY ? "?".FUSION_QUERY : "";

35 $link = preg_replace("^(&|\?)s_action=(edit|delete)&shout_id=\d*^", "", $link);

36 $sep = stristr($link, "?" ? "&" : "?";

37 $shout_link = ""; $shout_message = "";

 

 

A chyb je tam vic

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...