Jump to content


Steve

Member Since 30 Aug 2008
Offline Last Active Oct 16 2011 08:49 AM
-----

Issues I've Posted

    Login template needs fixed

    Posted 6 Dec 2010

    Starting with IPB 3.1.3, logging in from the portal receives this error.
    [#10193] We encountered a problem processing your login request. Please try again.


    To fix it,

    Go to the ACP, Look&Feel,**your skin**

    skin_uportal -> login

    Find:

    <input class="input_submit" type="submit" name="submit" value="{$this->lang->words['sign_in']}" />


    Add above:

    <input type='hidden' name='auth_key' value='{$this->member->form_hash}' />


    Save

    Errors found in Database Structure Checker

    Posted 26 Sep 2009

    Found the following in the Database Structure Checker.
    Go to ACP->Support->Diagnostics->Database Structure Checker

    Found it on 3 different boards; 2 were upgrades from 2.3.6 and one was a fresh install.

    I've run the queries to fix it manually and automatically but now changes.

    Posted Image