Log action failure in path_info (fixed) [message #166062] |
Sat, 10 September 2011 04:04 |
The Witcher
Messages: 675 Registered: May 2009 Location: USA
Karma: 3
|
Senior Member |
|
|
Installed forum, added path info themes using default and twilightgrey templates set default_path as system default.
Enabled poll voting for Global Anonymous users in Groups Manager, went to user land group manager to modify anonymous permissions.... Received:
Fatal error: Call to undefined function logaction() in /home/user/domain.name/theme/default_path/groupmgr.php on line 364
Tried twilight_path same error!
Fatal error: Call to undefined function logaction() in /home/user/domain.name/theme/twilight_path/groupmgr.php on line 364
All permissions updated correctly though, dispite the error, and no errors display in log. No issues using straight default theme! Works the same when modifying registered users permissions.
groupmgr.php reads:
363 $gr_member = q_singleval('SELECT alias FROM fud30_users WHERE id='. $usr_id);
364 logaction(_uid, 'EDITGRP', $group_id, $gr_member);
}
Went back and tried a 3.0.3RC2 upgraded installation... same issue!
Am I missing something?
"I'm a Witcher, I solve human problems; not always using a sword!"
[Updated on: Sat, 10 September 2011 06:23] Report message to a moderator
|
|
|
|
|