Homepage öffnet sich nicht ?!
Verfasst: 25.05.2013 15:00
Hi da hier im Forum schnell geantwortet wird, stelle ich meine Fragen hier.Ich hoffe ihr habt Verständnis dafür.
unszwar habe ich ein kleines Problem (sekunden Arbeit) ,aber dennoch weiss ich nicht wie man das löst...
Das sind die Daten die ich unten eingetragen habe (in rot Fake Daten
) und das blaue zum Schluss wenn ich meine Domain öffnen will.Ich weiss nicht entweder CHMOD Rechte sind falsch gestellt,oder ich muss diese Tablle irgendwie im phpmyadmin einfügen,aber ich weiss nicht wie und wo....
CREATE TABLE `ddr15_session` (
`session_id` varchar(32) NOT NULL default '',
`client_id` tinyint(3) unsigned NOT NULL default '0',
`guest` tinyint(4) unsigned default '1',
`time` varchar(14) default '',
`data` varchar(20480) default NULL,
`userid` int(11) default '0',
`username` varchar(150) default '',
`usertype` varchar(50) default '',
PRIMARY KEY (`session_id`),
KEY `whosonline` (`guest`,`usertype`),
KEY `userid` (`userid`),
KEY `time` (`time`)
) DEFAULT CHARSET=utf8;
<?php
class JConfig {
public $offline = '1';
public $offline_message = 'Diese Website ist zurzeit im Wartungsmodus.<br />Bitte später wiederkommen.';
public $display_offline_message = '1';
public $offline_image = '';
public $sitename = 'www.abc.de'; kommt hier mein Seitenname?
public $editor = 'tinymce';
public $captcha = 'recaptcha';
public $list_limit = '100';
public $access = '1';
public $debug = '0';
public $debug_lang = '0';
public $dbtype = 'mysqli';
public $host = 'localhost';
public $user = 'd0173743'; Kommt hier die Datenbank die ich bei meinem Hoster bekommen habe ?
public $password = '7dETTEwHVy2sZQB3'; Kommt hier das Datenbank Passwort vom Hoster? (nach erstellen der Datnbank)
public $db = 'd0173743'; Kommt hier die Datenbank nochmal rein,die ich bei meinem Hoster bekommen habe?
public $dbprefix = 'r1xpf_';
public $live_site = '';
public $secret = 'b7suODSb********'; Diesen Code habe ich so gelassen.
public $gzip = '0';
public $error_reporting = 'default';
public $helpurl = 'http://help.joomla.org/proxy/index.php? ... r}:{keyref}';
public $ftp_host = 'www.abc.de'; Kommt hier meine Domain?
public $ftp_port = '21';
public $ftp_user = 'w1234567'; Kommen hier meine FTP Daten?
public $ftp_pass = '1234567'; Kommen hier mein FTP Passwort?
public $ftp_root = '/html/abc.de'; bin mir nicht sicher ob das richtig ist???
public $ftp_enable = '1';
public $offset = 'Europe/Berlin';
public $mailer = 'mail';
public $mailfrom = 'abc@outlook.com';
public $fromname = 'abc'; hier meine Domaineintrag
public $sendmail = '/usr/sbin/sendmail';
public $smtpauth = '0';
public $smtpuser = '';
public $smtppass = '';
public $smtphost = 'localhost';
public $smtpsecure = 'none';
public $smtpport = '25';
public $caching = '0';
public $cache_handler = 'file';
public $cachetime = '15';
public $MetaDesc = '';
public $MetaKeys = '';
public $MetaTitle = '1';
public $MetaAuthor = '1';
public $MetaVersion = '0';
public $robots = '';
public $sef = '1';
public $sef_rewrite = '1';
public $sef_suffix = '1';
public $unicodeslugs = '0';
public $feed_limit = '10';
public $log_path = '/www/htdocs/w*******/logs';
public $tmp_path = '/www/htdocs/w*******/tmp';
public $lifetime = '90';
public $session_handler = 'database';
public $MetaRights = '';
public $sitename_pagetitles = '0';
public $force_ssl = '0';
public $feed_email = 'author';
public $cookie_domain = '';
public $cookie_path = '';
}
Das Problem bzw der Fehler
Table 'd0173743.r1xpf_session' doesn't exist SQL=INSERT INTO `r1xpf_session` (`session_id`, `client_id`, `time`) VALUES ('53a9a0763fcd898673730a113e19b9c3', 0, '1369486002')
unszwar habe ich ein kleines Problem (sekunden Arbeit) ,aber dennoch weiss ich nicht wie man das löst...
Das sind die Daten die ich unten eingetragen habe (in rot Fake Daten

CREATE TABLE `ddr15_session` (
`session_id` varchar(32) NOT NULL default '',
`client_id` tinyint(3) unsigned NOT NULL default '0',
`guest` tinyint(4) unsigned default '1',
`time` varchar(14) default '',
`data` varchar(20480) default NULL,
`userid` int(11) default '0',
`username` varchar(150) default '',
`usertype` varchar(50) default '',
PRIMARY KEY (`session_id`),
KEY `whosonline` (`guest`,`usertype`),
KEY `userid` (`userid`),
KEY `time` (`time`)
) DEFAULT CHARSET=utf8;
<?php
class JConfig {
public $offline = '1';
public $offline_message = 'Diese Website ist zurzeit im Wartungsmodus.<br />Bitte später wiederkommen.';
public $display_offline_message = '1';
public $offline_image = '';
public $sitename = 'www.abc.de'; kommt hier mein Seitenname?
public $editor = 'tinymce';
public $captcha = 'recaptcha';
public $list_limit = '100';
public $access = '1';
public $debug = '0';
public $debug_lang = '0';
public $dbtype = 'mysqli';
public $host = 'localhost';
public $user = 'd0173743'; Kommt hier die Datenbank die ich bei meinem Hoster bekommen habe ?
public $password = '7dETTEwHVy2sZQB3'; Kommt hier das Datenbank Passwort vom Hoster? (nach erstellen der Datnbank)
public $db = 'd0173743'; Kommt hier die Datenbank nochmal rein,die ich bei meinem Hoster bekommen habe?
public $dbprefix = 'r1xpf_';
public $live_site = '';
public $secret = 'b7suODSb********'; Diesen Code habe ich so gelassen.
public $gzip = '0';
public $error_reporting = 'default';
public $helpurl = 'http://help.joomla.org/proxy/index.php? ... r}:{keyref}';
public $ftp_host = 'www.abc.de'; Kommt hier meine Domain?
public $ftp_port = '21';
public $ftp_user = 'w1234567'; Kommen hier meine FTP Daten?
public $ftp_pass = '1234567'; Kommen hier mein FTP Passwort?
public $ftp_root = '/html/abc.de'; bin mir nicht sicher ob das richtig ist???
public $ftp_enable = '1';
public $offset = 'Europe/Berlin';
public $mailer = 'mail';
public $mailfrom = 'abc@outlook.com';
public $fromname = 'abc'; hier meine Domaineintrag
public $sendmail = '/usr/sbin/sendmail';
public $smtpauth = '0';
public $smtpuser = '';
public $smtppass = '';
public $smtphost = 'localhost';
public $smtpsecure = 'none';
public $smtpport = '25';
public $caching = '0';
public $cache_handler = 'file';
public $cachetime = '15';
public $MetaDesc = '';
public $MetaKeys = '';
public $MetaTitle = '1';
public $MetaAuthor = '1';
public $MetaVersion = '0';
public $robots = '';
public $sef = '1';
public $sef_rewrite = '1';
public $sef_suffix = '1';
public $unicodeslugs = '0';
public $feed_limit = '10';
public $log_path = '/www/htdocs/w*******/logs';
public $tmp_path = '/www/htdocs/w*******/tmp';
public $lifetime = '90';
public $session_handler = 'database';
public $MetaRights = '';
public $sitename_pagetitles = '0';
public $force_ssl = '0';
public $feed_email = 'author';
public $cookie_domain = '';
public $cookie_path = '';
}
Das Problem bzw der Fehler
Table 'd0173743.r1xpf_session' doesn't exist SQL=INSERT INTO `r1xpf_session` (`session_id`, `client_id`, `time`) VALUES ('53a9a0763fcd898673730a113e19b9c3', 0, '1369486002')