user warnings / ban info in viewtopic

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
User avatar
A_O_C
Registered User
Posts: 2383
Joined: Sun Jul 01, 2007 11:26 pm
Location: phpbb_

Re: user warnings / ban info in viewtopic

Post by A_O_C »

You made a mistake in your edits. Re-check and retry (sorry, I am not in the position to look at your file at this point in time).
Alphacarbon
Registered User
Posts: 467
Joined: Sun Apr 09, 2006 11:23 pm

Re: user warnings / ban info in viewtopic

Post by Alphacarbon »

A_O_C wrote:You made a mistake in your edits. Re-check and retry (sorry, I am not in the position to look at your file at this point in time).
I'm sorry if I implied that I want you to baby my edits. I don't (and wouldn't do it if I were you either). However, I redid everything from scratch three times, just in case I was doing a mistake, and every time I got the same error, so I wondered if there was an incompatibility issue that you might help me tease out. In any case, one of the "find" codes had three occurences in that file, and so I might have been simply replacing the wrong code.

To be exact, it's this one:

Code: Select all

			trigger_error('NO_USER');
		}
It would be fantastic if you could point me to which instance of the three occurences I should be replacing.

Thanks in advance!
User avatar
A_O_C
Registered User
Posts: 2383
Joined: Sun Jul 01, 2007 11:26 pm
Location: phpbb_

Re: user warnings / ban info in viewtopic

Post by A_O_C »

The first instance. I quickly glanced and it seems you are missing a } for the "if" statement on line 412. Check that area.
Alphacarbon
Registered User
Posts: 467
Joined: Sun Apr 09, 2006 11:23 pm

Re: user warnings / ban info in viewtopic

Post by Alphacarbon »

I redid the whole thing and applied the MOD to a test forum, and it worked fine. But when I applied it to my actual board, I got this SQL error

Code: Select all

General Error
SQL ERROR [ mysql4 ]

MySQL client ran out of memory [2008]

SQL

SELECT b.*, u.user_id FROM phpbb_banlist b, phpbb_users u WHERE (b.ban_end >= 1243870937 OR b.ban_end = 0)

BACKTRACE


FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: viewtopic.php
LINE: 1193
CALL: dbal_mysql->sql_query()
User avatar
RMcGirr83
Former Team Member
Posts: 22016
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: user warnings / ban info in viewtopic

Post by RMcGirr83 »

How many entries do you have in the ban table?
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then buy me a beer Image
jet-home
Registered User
Posts: 3
Joined: Thu Jun 11, 2009 8:38 pm

Re: user warnings / ban info in viewtopic

Post by jet-home »

Hi, It is nice MOD...I have tested this with test forum worked fine and now I'm having the same problem as Alphacarbon said. In my forum phpbb_banlist's ban_email field has more than 300 emails IDs etc... This error I'm getting only when opening a topic. Please help me to sort out this problem.

Thanks in advance.
DaddyGoFast
Registered User
Posts: 9
Joined: Wed Apr 30, 2008 2:25 pm

Re: user warnings / ban info in viewtopic

Post by DaddyGoFast »

Has there been any new updates?

Is this still compatible with the new release of 305?
User avatar
A_O_C
Registered User
Posts: 2383
Joined: Sun Jul 01, 2007 11:26 pm
Location: phpbb_

Re: user warnings / ban info in viewtopic

Post by A_O_C »

Alphacarbon / jet-home, I never designed this MOD to handle a ridiculous number of entries in the BAN TABLE. Try clearing it out. ;)


DaddyGoFast wrote:Has there been any new updates?

Is this still compatible with the new release of 305?
No updates are planned, and as far as I know, it works fine on 3.0.5.
DaddyGoFast
Registered User
Posts: 9
Joined: Wed Apr 30, 2008 2:25 pm

Re: user warnings / ban info in viewtopic

Post by DaddyGoFast »

Ok, thank you!!!
User avatar
ahh72
Registered User
Posts: 48
Joined: Tue Jan 06, 2009 1:14 pm
Location: In der Nähe von Frankfurt, Deutschland
Name: @l€x
Contact:

Re: user warnings / ban info in viewtopic

Post by ahh72 »

I do not understand is that all these modifications, are corrections in the mod? It is necessary to use?
For me the mod work perfect, i think :?


Thanks in advance.
- URL: http://www.peruvoley.com/foro
- Hosting: http://www.rogohosting.com
- phpBB version: 3.3.4
- Style: prosilver
User avatar
A_O_C
Registered User
Posts: 2383
Joined: Sun Jul 01, 2007 11:26 pm
Location: phpbb_

Re: user warnings / ban info in viewtopic

Post by A_O_C »

The MOD wouldn't have been approved if it didn't work, and any bug-fixes would have been fixed / re-submitted. ;)
User avatar
Balsa
Registered User
Posts: 57
Joined: Mon Jul 06, 2009 1:12 pm

Re: user warnings / ban info in viewtopic

Post by Balsa »

I tried the mod on my testboard and it worked quite well. When I tried it on my community board (phpbb3: 3.0.5) the loading speed of my threads was suddenly very slow. So I undid the changes. Any suggestions? ^_^
User avatar
edgar davids
Registered User
Posts: 376
Joined: Mon Jan 19, 2009 7:15 am

Re: user warnings / ban info in viewtopic

Post by edgar davids »

First of all, great MOD! 8-)
How can I make this BOLD and in Red?

p.s > the Installation Instructions still say 1.0.1
User avatar
A_O_C
Registered User
Posts: 2383
Joined: Sun Jul 01, 2007 11:26 pm
Location: phpbb_

Re: user warnings / ban info in viewtopic

Post by A_O_C »

Balsa wrote:I tried the mod on my testboard and it worked quite well. When I tried it on my community board (phpbb3: 3.0.5) the loading speed of my threads was suddenly very slow. So I undid the changes. Any suggestions? ^_^
How many entries are in your ban_table?
edgar davids wrote:How can I make this BOLD and in Red?
It's already as bold - notice the <strong> and </strong> tags. However, I know what you mean, so I will have to look into it (I wont be home till Wednesday). As for red, wrap the language variables (L_xxx) inside <span style="color:#FF0000"> and </span> tags.
edgar davids wrote:p.s > the Installation Instructions still say 1.0.1
Hahaha, nice catch - I'm surprised the MOD TEAM didn't catch this. :lol:
User avatar
edgar davids
Registered User
Posts: 376
Joined: Mon Jan 19, 2009 7:15 am

Re: user warnings / ban info in viewtopic

Post by edgar davids »

A_O_C wrote:
edgar davids wrote:How can I make this BOLD and in Red?
It's already as bold - notice the <strong> and </strong> tags. However, I know what you mean, so I will have to look into it (I wont be home till Wednesday). As for red, wrap the language variables (L_xxx) inside <span style="color:#FF0000"> and </span> tags.
Can I have some instructions A_O_C? 8-)
Locked

Return to “[3.0.x] MOD Database Releases”