{"id":266,"date":"2016-02-11T14:31:54","date_gmt":"2016-02-11T12:31:54","guid":{"rendered":"https:\/\/burakcaliskan.org\/blog\/?p=266"},"modified":"2016-02-11T14:31:54","modified_gmt":"2016-02-11T12:31:54","slug":"joomla-session-hatasi","status":"publish","type":"post","link":"https:\/\/burakcaliskan.org\/blog\/joomla-session-hatasi\/","title":{"rendered":"Joomla Session Hatas\u0131"},"content":{"rendered":"<pre class=\"lang:default decode:true \">jtablesession::Store Failed\r\nDB function failed with error number 1054\r\nUnknown column 'client_id' in 'field list' SQL=INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`clie nt_id` ) VALUES ( 'caed46bfde91fde8cc5ce02d53bd5197','1272619177','' ,'0','1','0' )<\/pre>\n<p><!--more--><\/p>\n<p>Yukar\u0131da belirtti\u011fim gibi bir hata al\u0131yorsan\u0131z. Database de jos_session tablosunu bulup onar\u0131n ve i\u00e7ini bo\u015falt\u0131n. Tabloyu bulam\u0131yor iseniz,<\/p>\n<pre class=\"lang:default decode:true \">CREATE TABLE IF NOT EXISTS `jos_session` (\r\n  `username` varchar(150) DEFAULT '',\r\n  `time` varchar(14) DEFAULT '',\r\n  `session_id` varchar(200) NOT NULL DEFAULT '0',\r\n  `guest` tinyint(4) DEFAULT '1',\r\n  `userid` int(11) DEFAULT '0',\r\n  `usertype` varchar(50) DEFAULT '',\r\n  `gid` tinyint(3) unsigned NOT NULL DEFAULT '0',\r\n  `client_id` tinyint(3) unsigned NOT NULL DEFAULT '0',\r\n  `data` longtext,\r\n  PRIMARY KEY (`session_id`(64)),\r\n  KEY `whosonline` (`guest`,`usertype`),\r\n  KEY `userid` (`userid`),\r\n  KEY `time` (`time`)\r\n) ENGINE=MyISAM DEFAULT CHARSET=utf8;<\/pre>\n<p>SQL Sorgusunu kullanarak tabloyu olu\u015fturun.<\/p>\n<p>Hata almaya devam ediyor iseniz olu\u015fturdu\u011funuz tabloyu bo\u015falt\u0131p tekrar onar\u0131n.<\/p>\n<p>Ba\u015fka bir probleminiz yok ise siteniz a\u00e7\u0131l\u0131yor olacakt\u0131r \ud83d\ude42<\/p>\n","protected":false},"excerpt":{"rendered":"<p>jtablesession::Store Failed DB function failed with error number 1054 Unknown column &#8216;client_id&#8217; in &#8216;field list&#8217; SQL=INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`clie nt_id` ) VALUES ( &#8216;caed46bfde91fde8cc5ce02d53bd5197&#8242;,&#8217;1272619177&#8242;,&#8221; ,&#8217;0&#8242;,&#8217;1&#8242;,&#8217;0&#8217; )<\/p>\n","protected":false},"author":2,"featured_media":267,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[150,147,149,145,146,76,151,148],"_links":{"self":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/266"}],"collection":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/comments?post=266"}],"version-history":[{"count":1,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/266\/revisions"}],"predecessor-version":[{"id":268,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/266\/revisions\/268"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media\/267"}],"wp:attachment":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media?parent=266"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/categories?post=266"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/tags?post=266"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}