امتیاز موضوع:
  • 6 رأی - میانگین امتیازات: 3.83
  • 1
  • 2
  • 3
  • 4
  • 5
ایراد ماژول وب فرم در ویتایگر نسخه ۷
#4
این کد را از طریق phpmyadmin ران کنن برطرف میشه:

CREATE TABLE IF NOT EXISTS `vtiger_webforms_field` (
`id` int(19) NOT NULL,
`webformid` int(19) NOT NULL AUTO_INCREMENT primary key,
`fieldname` varchar(50) COLLATE latin1_german1_ci NOT NULL,
`neutralizedfield` varchar(50) COLLATE latin1_german1_ci NOT NULL,
`defaultvalue` text COLLATE latin1_german1_ci,
`required` int(10) NOT NULL DEFAULT '0',
`sequence` int(11) NOT NULL DEFAULT '0',
`hidden` varchar(100) COLLATE latin1_german1_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci;



چون خودم این مشکل را داشتم مطرحش کردم که دیگه کسی درگیرش نشه.

چون در فرآیند نصب ویتایگر تیبل و ستون های مربوط به وب فرم را ایجاد میکنه ولی تیبل فیلد وب فرم ایجاد نمیشه.
پاسخ
سپاس شده توسط:


پیام‌های داخل این موضوع
RE: ایراد ماژول وب فرم در ویتایگر نسخه ۷ - توسط mr.sohrab - 31-10-2017, 04:07 PM

پرش به انجمن:


کاربرانِ درحال بازدید از این موضوع: 1 مهمان

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1146 - Table 'favtiger_mybb.mybb_threadviews' doesn't exist
Query:
INSERT INTO mybb_threadviews (tid) VALUES('151')

If you're a visitor of this website, please wait a few minutes and try again. If this problem persists, please contact the site owner.

If you are the site owner, please check the MyBB Documentation for help resolving common issues, or get technical help on the MyBB Community Forums.