Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 SQL Error when creating New Forums/ child forums
jlynx Offline
Junior Member
**
Posts: 4
Joined: Jun 2014
Post: #4
RE: SQL Error when creating New Forums/ child forums
thank GOD! i finally managed to fix this error !

PHP Code:
1
2
3
4
5
6
7
8
9
// in inc/xthreads/xt_install.php i removed all sql queries like this:
'tplprefix' => 'text not null',
'langprefix' => 'text not null',
'defaultfilter' => 'text not null',

// Then replaced that with this:
'tplprefix' => 'varchar(255) default \'\'',
'langprefix' => 'varchar(255) default \'\'',
'defaultfilter' => 'varchar(255) default \'\'', 


Now i can create forums again.

06-07-2014 08:02 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: SQL Error when creating New Forums/ child forums - jlynx - 06-07-2014 08:02 PM

 Standard Tools
Forum Jump: