Welcome, Guest |
You have to register before you can post on our site.
|
|
|
POSTING |
Posted by: christinaxx - 2010-09-05, 09:46 PM - Forum: 1.6 General Support
- Replies (10)
|
|
Posting.
When commenting on a thread is there anyway I can turn off quick edit so users can use the post advance all the time?
|
|
|
a datebase erro |
Posted by: teks - 2010-09-05, 09:21 PM - Forum: 1.6 General Support
- Replies (4)
|
|
SQL Error:
1104 - The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay
Query:
SELECT t.tid, t.title, t.sid, t.template FROM mybb_templates t LEFT JOIN mybb_templatesets s ON (t.sid=s.sid) LEFT JOIN mybb_templates t2 ON (t.title=t2.title AND t2.sid='1') WHERE t.title = 'codebuttons' AND NOT (t.sid = -2 AND NOT ISNULL(t2.tid)) ORDER BY t.title ASC
i want to setup a plugin and it gives this error.please help me
|
|
|
Need To Restore A Table |
Posted by: Kaleb M - 2010-09-05, 07:36 PM - Forum: 1.6 General Support
- Replies (17)
|
|
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1146 - Table 'forum_forums.mybb_moderators' doesn't exist
Query:
SELECT m.mid, m.uid, u.username FROM mybb_moderators m LEFT JOIN mybb_users u ON (m.uid=u.uid) WHERE fid='29'
How can i restore it or inject a new one, im assuming its in phpmyadmin.
|
|
|
Change the domain of my website. |
Posted by: commandermadi - 2010-09-05, 06:01 PM - Forum: 1.6 General Support
- Replies (4)
|
|
Hello everybody,
I have mybb forums installed on a domain and a webhost but the domain name doesn't attract many people as it is not natively English.
I want to move mybb forums to a new domain name.
Must I purchase a new hosting package with a domain and move it?
or just a domain?
and how to move it?
Thank you in advance for your help.
|
|
|
|