1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Install gives errors in the header

Discussion in 'Installation Problems' started by markstanden, Mar 20, 2015.

  1. markstanden Customer

    Hi Guys,

    Ive been using 68C for years and have installed it many times, so know the procedure :)

    I went to install it today at www.ukfollow.com, it went through the install with no problems but when you view the frontend or admin there is a whole list of errors in the header, not seen these before, so thought id ask before i delete it all and start again, any help much appreciated

    Mark
  2. markstanden Customer

    ok, found another thread and added code below to init.php which has sorted frontend but not admin.... any ideas?

    if (defined('E_DEPRECATED') && !defined('E_STRICT')) {
    error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING & ~E_DEPRECATED);
    } elseif (
    defined('E_STRICT')) {
    error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING & ~E_DEPRECATED & ~E_STRICT);
    } else {
    error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
    }
  3. markstanden Customer

    found params.php file and added code above.... sorted :)

Share This Page