Search found 23 matches

by MatthewR13
Tue Jan 15, 2008 5:48 am
Forum: 2.0.x Support Forum
Topic: Fixing SQL Error : 1016 Can't open file:
Replies: 473
Views: 124189

Re: Fixing SQL Error : 1016 Can't open file:

espicom wrote:The last one is the most telling, but the first one (not a valid resource) factors in, too - the server is going on and off line, and it's damaging tables as it goes. You REALLY need your host to deal with this.
And I did. :) Everything seems to be OK now, but who knows for how long.
by MatthewR13
Tue Jan 15, 2008 3:50 am
Forum: 2.0.x Support Forum
Topic: Fixing SQL Error : 1016 Can't open file:
Replies: 473
Views: 124189

Re: Fixing SQL Error : 1016 Can't open file:

And now...

Code: Select all

phpBB : Critical Error

Could not connect to the database
This is the first error I have had that I could not fix, but it is getting bad.
by MatthewR13
Tue Jan 15, 2008 3:47 am
Forum: 2.0.x Support Forum
Topic: Fixing SQL Error : 1016 Can't open file:
Replies: 473
Views: 124189

Re: Fixing SQL Error : 1016 Can't open file:

Great, and now I'm getting this: Could not query new topic information DEBUG MODE SQL Error : 1030 Got error 127 from table handler SELECT t.forum_id, t.topic_id, p.post_time FROM phpbb_topics t, phpbb_posts p WHERE p.post_id = t.topic_last_post_id AND p.post_time > 1200368467 AND t.topic_moved_id =...
by MatthewR13
Tue Jan 15, 2008 3:38 am
Forum: 2.0.x Support Forum
Topic: Fixing SQL Error : 1016 Can't open file:
Replies: 473
Views: 124189

Re: Fixing SQL Error : 1016 Can't open file:

Tried to use this for the error I am experiencing and it is not helping. Full error: Could not insert new word matches DEBUG MODE SQL Error : 1016 Can't open file: 'phpbb_search_wordmatch.MYI'. (errno: 145) INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) SELECT 162811, word_id, 0 ...
by MatthewR13
Tue Jan 15, 2008 3:34 am
Forum: 2.0.x Support Forum
Topic: Help! SQL Error : 1016 Can't open file:
Replies: 4
Views: 178

Re: Help! SQL Error : 1016 Can't open file:

I am experiencing this error as well adn I have run this script and another and neither are helping. Advice?
by MatthewR13
Fri Nov 30, 2007 3:08 am
Forum: [2.0.x] MOD Requests
Topic: Delete post limits?
Replies: 1
Views: 188

Delete post limits?

I searched for this in the Mods DB category. I received 144 pages of results. After sifting through several pages, I didn't find what I am looking for. Is there a mod or setting available that will allow users to delete their own posts no matter how much time has passed or regardless of if anyone el...
by MatthewR13
Tue Nov 13, 2007 5:18 am
Forum: [2.0.x] MOD Requests
Topic: Disable user registration
Replies: 5
Views: 387

Re: Disable user registration

Definitely want to thank you for suggesting the RAC mod. It works great and is a much better solution than shutting off registration. :D
by MatthewR13
Tue Nov 13, 2007 5:15 am
Forum: [2.0.x] MODs in Development
Topic: [RC1] Registration Auth Code (RAC)
Replies: 908
Views: 168362

Re: [RC1] Registration Auth Code (RAC)

Just wanted to take a minute and post a message to say that this mod is awesome!! We have not had a single bot (or human spammer, for that matter) try to register since we implemented. Still cautiously optimistic, but so far I am very happy with this simple, straight-forward, and powerful mod.
by MatthewR13
Mon Nov 05, 2007 11:27 pm
Forum: [2.0.x] MOD Requests
Topic: Disable user registration
Replies: 5
Views: 387

Re: Disable user registration

Kevin Clark wrote:
MatthewR13 wrote:I have looked at the RAC mod, but have not attempted it yet. You endorse that, eh?
From a personal point of view, yes.

I've have it installed on 2 sites and not had a bot in nearly a year. It's so good you can even turn off the built in VC.
Thanks, I'll give that a shot.
by MatthewR13
Mon Nov 05, 2007 10:52 pm
Forum: [2.0.x] MOD Requests
Topic: Disable user registration
Replies: 5
Views: 387

Re: Disable user registration

If you're doing this to prevent spambots, have a look at the RAC MOD. Bingo, that's why we're looking at it. Currently we have VC on and have e-mail verification set to Admin. The owners of the site said they'd just like to shut off registration for a while and see what happens. I have looked at th...
by MatthewR13
Mon Nov 05, 2007 10:40 pm
Forum: [2.0.x] MOD Requests
Topic: Disable user registration
Replies: 5
Views: 387

Disable user registration

Sorry if this is posted somewhere here already. I searched for "Disable user registration" and "Disable registration" and did not find what I am looking for. Is there a mod available for an option in configuration that will allow us to completely disable new user registration in ...
by MatthewR13
Fri Oct 26, 2007 4:09 pm
Forum: 2.0.x Support Forum
Topic: Post Reply button takes users to the index page?
Replies: 14
Views: 361

Re: Post Reply button takes users to the index page?

AGC wrote:I add another note for you to check:

The quick replay MOD maybe mass your replay url. Check if the var send to the template from the php (viewtopic).
:idea:
Users were not having the issue when using the Quick Reply. Only the actual Post Reply button / link.

Things seem to be better still.
by MatthewR13
Thu Oct 25, 2007 3:58 pm
Forum: 2.0.x Support Forum
Topic: Post Reply button takes users to the index page?
Replies: 14
Views: 361

Re: Post Reply button takes users to the index page?

Brf wrote:We will see. If everything is consistant, I would think it should work better.
Agreed. Thanks for helping me think this through. I will report if this worked or not later.
by MatthewR13
Thu Oct 25, 2007 3:41 pm
Forum: 2.0.x Support Forum
Topic: Post Reply button takes users to the index page?
Replies: 14
Views: 361

Re: Post Reply button takes users to the index page?

No. I was talking about the redirect that phpBB makes when it redirects a user through the login screen. It builds that as a full-qualified URL using the domain and script path or cookie path or something, rather than a relative one. That was one of the problems we fix with autocookies on phpBB2. I...
by MatthewR13
Thu Oct 25, 2007 3:19 pm
Forum: 2.0.x Support Forum
Topic: Post Reply button takes users to the index page?
Replies: 14
Views: 361

Re: Post Reply button takes users to the index page?

Hmmm... I noticed your redirect drops the "www." part of the URL. I have seen funny things happen with that. Are your users normally going to your site with the "www" on the front, or not? Ohhh, you're talking about the redirect I have on the index that takes users to the forums...

Go to advanced search