Page 1 of 1

ACP > User Admin > Ranks error

PostPosted: Sat Jun 17, 2006 2:54 pm
Author: Threat009
When I follow the path in the subject, this is what I get...

[code]Parse error]

Weird... almost all of my problems have been in the ACP on my most recent install. Anybody??

Re: ACP > User Admin > Ranks error

PostPosted: Sun Jun 18, 2006 8:44 am
Author: Apocal
I received the following error when trying to edit the ranks, I need this to be able to give my guild mates specific titles, mainly for the ouput from the pcp, but also for other functions throughout the web site.

Parse error: parse error, unexpected ';' in /hsphere/local/home/apocal/chaoticlegion.org/sanctuary/admin/admin_ranks.php on line 284

Help is greatly appreciated in this matter.

PostPosted: Sun Jun 18, 2006 11:47 am
Author: tmotley
There was a temporary issue on the .20 upgrade involving admin_ranks which was caused by a simple missing )... perhaps?

http://integramod.com/forum/viewtopic.p ... &&start=75

PostPosted: Sun Jun 18, 2006 12:41 pm
Author: Threat009
"tmotley";p="9698" wrote:There was a temporary issue on the .20 upgrade involving admin_ranks which was caused by a simple missing )... perhaps?

http://integramod.com/forum/viewtopic.p ... &&start=75


Awesome! That fixed it :D Now if I can just figure out why my blog usergroup functions are not present, I'll be golden <img> Thanks Again!

PostPosted: Sun Jun 18, 2006 9:23 pm
Author: Apocal
It is a problem that exists in the installation and therefore will have to be done with each installation.

Code: Select all
Line 281:  if( $rank_id && $confirm  to  if( $rank_id && $confirm )

Re: ACP > User Admin > Ranks error

PostPosted: Thu Jun 29, 2006 9:38 am
Author: febern
Thank you very much Apocal! It's fixed now! <img>