Jump to content

kc0gcm

Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

kc0gcm's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. ok I got this figured out. thanks nabpp for the tip on xampp that was the problem all along.. I uninstalled xampp and installed appserv and all is well no more errors and everything seems to be working fine..
  2. I am receiving Strict Standards errors all over the place. just for example when I try to change skins in the admin panel I get these errors.. Strict Standards: Accessing static property Settings::$post as non static in C:\xampp\htdocs\va\admin\modules\Settings\Settings.php on line 57 Strict Standards: Accessing static property Settings::$post as non static in C:\xampp\htdocs\va\admin\modules\Settings\Settings.php on line 59 I have changed my error reporting in the PHP.ini file to: error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED as xampp instructed with no luck.. also changed PHP.ini file with this: error-reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); I have also tried to add the line: ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); in multiple files to try and stop these error.. any ideas would be great thanks Kevin
  3. kc0gcm

    help

    ok I got the header and footer done but I have a few problems I have watched all the tutorials and there is nothing that says were to put the part of code that is between the header and the footer.. also now the main info that goes between the header and footer has now lost all formatting.. i have included a pic to help u understand my problem..
×
×
  • Create New...