Topic: Notice: Undefined index

Notice: Undefined index: Existing ranks intro in C:\xampp\htdocs\fluxdemo\admin\ranks.php on line 284

Re: Notice: Undefined index

Replace line 284 with

            <h2><span><?php if (!empty($forum_ranks)) echo $lang_admin_ranks['Existing ranks intro'] ?></span></h2>

It's also missing a </div> at line 292

Re: Notice: Undefined index

Would be handy to know what version this is in, latest SVN?

Re: Notice: Undefined index

Yes and it happens when there are no ranks set.

Re: Notice: Undefined index

yes, and sorry, next time I will tell what SVN version. smile

Re: Notice: Undefined index

Thanks smile