Wer ist online

Gäste online: 1
Mitglieder online: 0

Letzte Mitglieder
21Matze
Offline
djmartin
Offline
Rene Weber
Offline
Harlekin
Offline
Black2019
Offline
JG75
Offline
schnuff
Offline
Nazaret...
Offline
jochimi...
Offline
Richy
Offline
Mehr anzeigen


Wir suchen...

Moderator
Gast Moderator
Spezial Moderator
DJ
Chat Wache
Sponsor
Techniker
Grafiker

Jetzt Bewerben!

Shoutbox

Du musst eingeloggt sein um eine Nachricht zu schreiben.

Michael71
Michael71
aus
08. August 2023 17:02
Offline
Verwarnstatus: warningwarningwarningwarning
hallo suche PHP

Layout-24
Layout-24
aus
01. Januar 2022 18:37
Offline
Verwarnstatus: warningwarningwarningwarning
Wir von layout-24 wünschen euch ein frohes neues Jahr 2022. Bleibt gesund.

Rico1993
Rico1993
aus
24. November 2021 22:32
Offline
Verwarnstatus: warningwarningwarningwarning
Suche Weihnachten Design für PHP 9.10.10

Shoutbox Archiv

Shoutbox Beiträge: 530
©


Thema ansehen

PHPFusion-4you.de » PHP-Fusion v7 -Hilfe und Support » Allgemeine Fragen und Probleme für V7
 Thema drucken
Shoutbox bei php fusion 7.0.2xxx
Dragon76
Hallo ich habe ein Problem auf www.rc-boot-freun...

Ich habe Php Fusion 7.0.2.xxx
und meine shoutbox zeigt mir fehler an.
Ich weiß nicht mehr was ich noch machen soll.
Habe auch schon mehrmals neu ´De und wieder Installiert aber nix hilft

Folgender Text kommt immer

Table 'dbs1588113.fusiontI8bD_shoutbox' doesn't existYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5
No messages have been posted.

Woran liegt das und wie behebe ich das Problem?
Smile
 
www.rc-boot-freunde.deWeb
Harlekin
TYPE ENGINE Problem, bereits mehrfach im Forum gelöst.
 
https://harlekin-power.deWeb
Dragon76
Also ich bei mir in der infusions.php im Orner shoutbox nachgesehen.
Da befindet sich dieses HTML drin:

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

include INFUSIONS."shoutbox_panel/infusion_db.php";

// Check if locale file is available matching the current site locale setting.
if (file_exists(INFUSIONS."shoutbox_panel/locale/".$settings['locale'].".php")) {
   // Load the locale file matching the current site locale setting.
   include INFUSIONS."shoutbox_panel/locale/".$settings['locale'].".php";
} else {
   // Load the infusion's default locale file.
   include INFUSIONS."shoutbox_panel/locale/german.php";
}

// Infusion general information
$inf_title = $locale['SB_title'];
$inf_description = $locale['SB_desc'];
$inf_version = "1.00";
$inf_developer = "PHP Fusion DEV Team";
$inf_email = "";
$inf_weburl = "http://dev.php-fusion.co.uk";

$inf_folder = "shoutbox_panel"; // The folder in which the infusion resides.

// Delete any items not required below.
$inf_newtable[1]= DB_SHOUTBOX." (
shout_id MEDIUMINT(8) UNSIGNED NOT NULL AUTO_INCREMENT,
shout_name VARCHAR(50) NOT NULL DEFAULT '',
shout_message VARCHAR(200) NOT NULL DEFAULT '',
shout_datestamp INT(10) UNSIGNED NOT NULL DEFAULT '0',
shout_ip VARCHAR(45) NOT NULL DEFAULT '',
shout_ip_type TINYINT(1) UNSIGNED NOT NULL DEFAULT '4',
shout_hidden TINYINT(1) UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY (shout_id),
KEY shout_datestamp (shout_datestamp)
) ENGINE=MyISAM;";

$inf_insertdbrow[1]= DB_PANELS." (panel_name, panel_filename, panel_content, panel_side, panel_order, panel_type, panel_access, panel_display, panel_status) VALUES('".$locale['SB_title']."', 'shoutbox_panel', '', '4', '3', 'file', '0', '0', '1')";
$inf_insertdbrow[2]= DB_SETTINGS_INF." (settings_name, settings_value, settings_inf) VALUES('visible_shouts', '5', '".$inf_folder."')";
$inf_insertdbrow[3]= DB_SETTINGS_INF." (settings_name, settings_value, settings_inf) VALUES('guest_shouts', '0', '".$inf_folder."')";

$inf_droptable[1]= DB_SHOUTBOX;

$inf_deldbrow[1]= DB_PANELS." WHERE panel_filename='".$inf_folder."'";
$inf_deldbrow[2]= DB_SETTINGS_INF." WHERE settings_inf='".$inf_folder."'";

$inf_adminpanel[1]= array(
   "title" => $locale['SB_admin1'],
   "image" => "shout.gif",
   "panel" => "shoutbox_admin.php",
   "rights" => "S"
)
?>





Und wie man sehen kann steht da auch schon ) ENGINE=MyISAM;"; drin.
Also muss es ein anderes problem sein denke ich mal.

Bearbeitet von Septron am 03. April 2021 15:28

 
www.rc-boot-freunde.deWeb

Thema verlinken
Soziale Netzwerke: Facebook Google Windows-Live Twitter Yahoo
URL:
BBcode:
HTML:
Facebook Like:


Springe ins Forum:

Ähnliche Themen

Thema Forum Antworten Letzter Beitrag
Shoutbox fehler Infusions V7 3 03. April 2021 15:26
Problem mit Newsletter fusion Infusions V7 3 05. Oktober 2019 17:19
Problem mit der Shoutbox Allgemeine Fragen und Probleme für V7 7 19. Mai 2019 01:01
Shoutbox wie hier auf der Seite Infusions V7 11 09. Juni 2016 15:12
ballon fusion Infusions V7 3 12. Januar 2013 18:43