Error ตอนติดตั้ง JoomShopping

พูดคุย phpBB3, SMF ปัญหา การติดตั้ง ปัญหา การลง Mod การแก้ไข หน้าตาบอร์ด การใช้งาน Joomla 1.5, 1.6, 1.7, 2.5 ,3.x รวมถึง Joomla 4 การใช้งาน wordpress และ CMS อื่นๆ
การตั้งคำถาม ควรระบุรุ่นที่ใช้ ในการตั้งคำตามด้วย นะ เช่น SMF 1.1.4 หรือ SMF2.0, OpenERP, Odoo และ รายละเอียดของ server OS, php เวอร์ชั่นไหน ฐานข้อมูลอะไร

Moderator: mindphp

กฎการใช้บอร์ด
คำถามหมวดนี้ ควรระบุ รายละเอียดของ Server OS, เวอร์ชั่น ของ PHP, CMS ที่ท่านใช้
รวมถึง Hosting หรือ Control Panel Hosting
ภาพประจำตัวสมาชิก
tsukasaz
PHP VIP Members
PHP VIP Members
โพสต์: 21909
ลงทะเบียนเมื่อ: 18/04/2012 9:39 am

Re: Error ตอนติดตั้ง JoomShopping

โพสต์ที่ยังไม่ได้อ่าน โดย tsukasaz »

เคยติดตั้งไปก่อนหน้านี้หรือเปล่าครับ ลองเช็คไฟล์บน server กับ ตารางข้อมูลในฐาน ว่ามีข้อมูลที่เคยติดตั้งไปค้างอยู่ไหม
The last bug isn't fixed until the last user is dead. (Sidney Markowitz, 1995)
[email protected]

Re: Error ตอนติดตั้ง JoomShopping

โพสต์ที่ยังไม่ได้อ่าน โดย [email protected] »

ไม่เคย ลบ drop ฐานข้อมูลเลย ลองลงใหม่หมด ทำหลายรอบแล้ว ช่วยหน่อยช่วยหน่อย
[email protected]

Re: Error ตอนติดตั้ง JoomShopping

โพสต์ที่ยังไม่ได้อ่าน โดย [email protected] »

ลอง เอา code ไปสร้างเองก็สร้างตารางไม่ได้

error
SQL query:


CREATE TABLE IF NOT EXISTS `#__mzc_config` (
`id` int(11) NULL auto_increment,
`count_products_to_page` int(4) NULL,
`count_products_to_row` int(2) NULL,
`count_category_to_row` int(2) NULL,
`image_category_width` int(4) NULL,
`image_category_height` int(4) NULL,
`image_product_width` int(4) NULL,
`image_product_height` int(4) NULL,
`image_product_full_width` int(4) NULL,
`image_product_full_height` int(4) NULL,
`image_product_original_width` int(4) NULL,
`image_product_original_height` int(4) NULL,
`video_product_width` int(4) NULL,
`video_product_height` int(4) NULL,
`adminLanguage` varchar(8) NULL,
`defaultLanguage` varchar(8) NULL,
`mainCurrency` int(4) NULL,
`decimal_count` TINYINT( 1 ) NULL ,
`decimal_symbol` VARCHAR( 5 ) NULL ,
`thousand_separator` VARCHAR( 5 ) NULL ,
`currency_format` TINYINT( 1 ) NULL,
`use_rabatt_code` TINYINT( 1 ) NULL,
`enable_wishlist` TINYINT( 1 ) NULL,
`default_status_order` TINYINT( 1 ) NULL,
`store_address_format` VARCHAR(32) N[...]
MySQL said: Documentation

#1171 - All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead
ภาพประจำตัวสมาชิก
tsukasaz
PHP VIP Members
PHP VIP Members
โพสต์: 21909
ลงทะเบียนเมื่อ: 18/04/2012 9:39 am

Re: Error ตอนติดตั้ง JoomShopping

โพสต์ที่ยังไม่ได้อ่าน โดย tsukasaz »

ตรง `id` int(11) NULL auto_increment, ลองเอา NULL ออกครับ
The last bug isn't fixed until the last user is dead. (Sidney Markowitz, 1995)
ภาพประจำตัวสมาชิก
tsukasaz
PHP VIP Members
PHP VIP Members
โพสต์: 21909
ลงทะเบียนเมื่อ: 18/04/2012 9:39 am

Re: Error ตอนติดตั้ง JoomShopping

โพสต์ที่ยังไม่ได้อ่าน โดย tsukasaz »

ab52000 สมัครสมาชิกบอร์ดก็ได้นะครับ จะได้โพสง่ายๆ
The last bug isn't fixed until the last user is dead. (Sidney Markowitz, 1995)
[email protected]

Re: Error ตอนติดตั้ง JoomShopping

โพสต์ที่ยังไม่ได้อ่าน โดย [email protected] »

แก้ไฟ ใน zip ไฟล์ชื่ออะไร...

ได้แก้ไฟล์ในZip ที่ให้โหลดหรือยัง

ช่วยดูหน่อย
ab5200
PHP Newbie
PHP Newbie
โพสต์: 7
ลงทะเบียนเมื่อ: 27/06/2019 8:37 am

Re: Error ตอนติดตั้ง JoomShopping

โพสต์ที่ยังไม่ได้อ่าน โดย ab5200 »

สรุปมีปัญหาเรื่อง database แก้หลายอย่าง ทำไงดี

Error
SQL query:


--INSERT INTO `#__mzc_currencies` ( `currency_id` , `currency_name` , `currency_code`, `currency_code_iso`, `currency_code_num` , `currency_ordering` , `currency_publish` , `currency_value` ) VALUES ( NULL , 'Euro', 'EUR', 'EUR', '978', '1', '1', '1.00')
MySQL said: Documentation

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '--INSERT INTO `#__mzc_currencies` ( `currency_id` , `currency_name` , `currency_' at line 1
ab5200
PHP Newbie
PHP Newbie
โพสต์: 7
ลงทะเบียนเมื่อ: 27/06/2019 8:37 am

Re: Error ตอนติดตั้ง JoomShopping

โพสต์ที่ยังไม่ได้อ่าน โดย ab5200 »

ช่วยหน่อย ยังไม่ได้อ่ะ เป็นที่ File install ลองเข้าไปแก้แล้ว ข้อมูล ยังไม่ลง
ab5200
PHP Newbie
PHP Newbie
โพสต์: 7
ลงทะเบียนเมื่อ: 27/06/2019 8:37 am

Re: Error ตอนติดตั้ง JoomShopping

โพสต์ที่ยังไม่ได้อ่าน โดย ab5200 »

Error ตอนติดตั้ง JoomShopping

ยากจังเลย จะได้ไหมเนี่ย
ตอบกลับโพส
  • Similar Topics
    ตอบกลับ
    แสดง
    โพสต์ล่าสุด

ผู้ใช้งานขณะนี้

สมาชิกกำลังดูบอร์ดนี้: ไม่มีสมาชิกใหม่ และบุคลทั่วไป 40