Small adjustment on install

This mod will make it posible to specify permissions to all "special pages, like MEMBERLIST, PROFILE VIEW and so on.
The permissions support USERGROUP, making this tool very powerfull

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

Small adjustment on install

Postby indra sunrise on Sat 08. Nov, 2003 08:57

I was getting weird errors when searching for forums (such as when separating threads). I tracked a bug back to includes/functions_admin.php
When I went through the files I kept on every mod I have installed, only one mod had tampered with this file: Extra Permission.
The problem was here:
Code: Select all
#
#-----[ FIND ]------------------------------------------
#
$sql = "SELECT forum_id, forum_name
FROM " . FORUMS_TABLE . "

#
#-----[ IN-LINE FIND ]------------------------------------------
#
FROM " . FORUMS_TABLE . "

#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
WHERE forum_id > 0


The way the instructions are there is no space after FROM " . FORUMS_TABLE . " even if you are copy/pasting, and there is no space before WHERE.
When the two are placed together without a space, you will get odd errors, intermittently.

Updated code would read:
Code: Select all
#
#-----[ FIND ]------------------------------------------
#
$sql = "SELECT forum_id, forum_name
FROM " . FORUMS_TABLE . "

#
#-----[ IN-LINE FIND ]------------------------------------------
#
FROM " . FORUMS_TABLE . "

#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
WHERE forum_id > 0


A very small difference, but one that cleared up the problems that have been occurring.
Thanks much!
Indra
indra sunrise
Poster
Poster
 
Posts: 11
Joined: Tue 03. Jun, 2003 00:33

Postby Niels on Mon 17. Nov, 2003 22:25

this have already been corrected, any way thanks for reporting this isue.
(if a how-to is EM ready, it will mostly be bullet prof, since a machine is more picky than a human. :D)
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46


Return to Extra permission [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron