หน้า 1 จากทั้งหมด 2

สอบถามคะ ติตั้ง joomla 1.5 ขึ้นแจ้งว่า Cookies do not appear to be enabled on your client. เป็นเพราะอะไรคะ

โพสต์แล้ว: 28/04/2017 2:32 pm
โดย moomai
สอบถามคะ ติตั้ง joomla 1.5 ขึ้นแจ้งว่า Cookies do not appear to be enabled on your client. เป็นเพราะอะไรคะ
Screenshot (19).png

Re: สอบถามคะ ติตั้ง joomla 1.5 ขึ้นแจ้งว่า Cookies do not appear to be enabled on your client. เป็นเพราะอะไรคะ

โพสต์แล้ว: 28/04/2017 7:40 pm
โดย tsukasaz
ลองเช็คค่า
session.cookie_path
session.save_path
ในไฟล์ php.ini ดูครับ ว่าเป็นอะไรอยู่

Re: สอบถามคะ ติตั้ง joomla 1.5 ขึ้นแจ้งว่า Cookies do not appear to be enabled on your client. เป็นเพราะอะไรคะ

โพสต์แล้ว: 01/05/2017 10:42 pm
โดย moomai
session.cookie_path

โค้ด: เลือกทั้งหมด

; The path for which the cookie is valid.
; http://php.net/session.cookie-path
session.cookie_path=/
session.save_path

โค้ด: เลือกทั้งหมด

; NOTE: If you are using the subdirectory option for storing session files
;       (see session.save_path above), then garbage collection does *not*
;       happen automatically.  You will need to do your own garbage
;       collection through a shell script, cron entry, or some other method.
;       For example, the following script would is the equivalent of
;       setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
;          find /path/to/sessions -cmin +24 -type f | xargs rm

Re: สอบถามคะ ติตั้ง joomla 1.5 ขึ้นแจ้งว่า Cookies do not appear to be enabled on your client. เป็นเพราะอะไรคะ

โพสต์แล้ว: 03/05/2017 3:41 am
โดย mindphp
ลองปิด แสดง Error แล้วลองติดตั้งใหม่ครับ
อาจเป็นพราะ ไม่สามารถสร้า cookies ได้ที่เครื่อง Client
เพราะ เกิด error ขึ้นมาก่อนหน้าเว็บจะทำงานสมบูรณ์

Re: สอบถามคะ ติตั้ง joomla 1.5 ขึ้นแจ้งว่า Cookies do not appear to be enabled on your client. เป็นเพราะอะไรคะ

โพสต์แล้ว: 03/05/2017 2:51 pm
โดย moomai
ปิด Error ต้องทำยังไง รบกวนขอวิธีด้วยคะ

Re: สอบถามคะ ติตั้ง joomla 1.5 ขึ้นแจ้งว่า Cookies do not appear to be enabled on your client. เป็นเพราะอะไรคะ

โพสต์แล้ว: 03/05/2017 2:54 pm
โดย tsukasaz
php.ini => display errors = Off

Re: สอบถามคะ ติตั้ง joomla 1.5 ขึ้นแจ้งว่า Cookies do not appear to be enabled on your client. เป็นเพราะอะไรคะ

โพสต์แล้ว: 03/05/2017 5:23 pm
โดย moomai
คือในไฟล์ php.ini ไม่เจอ
tsukasaz เขียน:php.ini => display errors = Off
แต่เจอส่วนนี้้ ต้องแก้ยังไงคะ คือเปลี่ยนเป็น Off แล้วรีสตาร์ทก็ยังติดตั้งไม่ได้คะ
Capture1.PNG
Capture1.PNG (29.08 KiB) Viewed 1365 times

Re: สอบถามคะ ติตั้ง joomla 1.5 ขึ้นแจ้งว่า Cookies do not appear to be enabled on your client. เป็นเพราะอะไรคะ

โพสต์แล้ว: 03/05/2017 5:28 pm
โดย tsukasaz
เลื่อนลงมาอีกหน่อยน่าจะเจอ

Re: สอบถามคะ ติตั้ง joomla 1.5 ขึ้นแจ้งว่า Cookies do not appear to be enabled on your client. เป็นเพราะอะไรคะ

โพสต์แล้ว: 03/05/2017 5:35 pm
โดย moomai
เลื่อนลงแล้วเจอแล้วคะ และทำการติดตั้งคะ
แต่ติดตั้งไม่สำเร็จ
Error ที่แสดง

โค้ด: เลือกทั้งหมด

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'TYPE=MyISAM' at line 29 SQL=CREATE TABLE `jos_banner` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `type` varchar(90) NOT NULL default 'banner', `name` TEXT NOT NULL default '', `alias` varchar(255) NOT NULL default '', `imptotal` int(11) NOT NULL default '0', `impmade` int(11) NOT NULL default '0', `clicks` int(11) NOT NULL default '0', `imageurl` varchar(100) NOT NULL default '', `clickurl` varchar(200) NOT NULL default '', `date` datetime default NULL, `showBanner` tinyint(1) NOT NULL default '0', `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(150) default NULL, `custombannercode` text, `catid` INTEGER UNSIGNED NOT NULL DEFAULT 0, `description` TEXT NOT NULL DEFAULT '', `sticky` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0, `ordering` INTEGER NOT NULL DEFAULT 0, `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `tags` TEXT NOT NULL DEFAULT '', `params` TEXT NOT NULL DEFAULT '', PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`), INDEX `idx_banner_catid`(`catid`) ) TYPE=MyISAM

Re: สอบถามคะ ติตั้ง joomla 1.5 ขึ้นแจ้งว่า Cookies do not appear to be enabled on your client. เป็นเพราะอะไรคะ

โพสต์แล้ว: 03/05/2017 5:39 pm
โดย tsukasaz