Search

waggy30

New Member
Joined
Mar 2, 2002
Messages
46
i get this error when trying to search for stuff.

An Error Occured
--------------------------------------------------------------------------------
phpBB was unable to query the forums database
The table 'SQL39b9b1_0' is full
SELECT u.user_id,f.forum_id, p.topic_id, u.username, p.post_time,t.topic_title,f.forum_name FROM posts p, posts_text pt, users u, forums f,topics t WHERE ( (t.topic_title LIKE '%for%' OR t.topic_title LIKE '%...%' OR t.topic_title LIKE '%%' OR t.topic_title LIKE '%each%') OR (pt.post_text LIKE '%for%' OR pt.post_text LIKE '%...%' OR pt.post_text LIKE '%%' OR pt.post_text LIKE '%each%') ) AND p.post_id = pt.post_id AND p.topic_id = t.topic_id AND p.forum_id = f.forum_id AND p.poster_id = u.user_id AND f.forum_type != 1 ORDER BY p.post_time desc LIMIT 200
 
i get a similar error
When i use the word "cell" i get the problem
SO i guess i won't use the word "cell" in my search


phpBB was unable to query the forums database
The table 'SQL6c30c6_0' is full
SELECT u.user_id,f.forum_id, p.topic_id, u.username, p.post_time,t.topic_title,f.forum_name FROM posts p, posts_text pt, users u, forums f,topics t WHERE ( (t.topic_title LIKE '%cell%') OR (pt.post_text LIKE '%cell%') ) AND p.post_id = pt.post_id AND p.topic_id = t.topic_id AND p.forum_id = f.forum_id AND p.poster_id = u.user_id AND f.forum_type != 1 ORDER BY p.post_time desc LIMIT 200
 
I would imagine just about 90% of topics include the word "cell" in them somewhere....

that's a lot of results for your query...

it's basically just maxed out...

try narrowing it down to something specifics like "cell formatting" or "cell width" using ALL rather than ANY
 

Forum statistics

Threads
1,213,557
Messages
6,114,291
Members
448,564
Latest member
ED38

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top