Strict Standards: Non-static method JLoader::import() should not be called statically in C:xampphtdocsjoomla15librariesjoomlaimport.php on line 29
Strict Standards: Non-static method JLoader::register() should not be called statically in C:xampphtdocsjoomla15librariesloader.php on line 71
Strict Standards: Non-static method JLoader::import() should not be called statically in C:xampphtdocsjoomla15librariesjoomlaimport.php on line 32
Strict Standards: Non-static method JLoader::register() should not be called statically in C:xampphtdocsjoomla15librariesloader.php on line 71
etc etc…
1. Go to C:xamppphp
2. Find php.ini file and open for editing
3. Search “error_reporting = E_ALL | E_STRICT”
4. Replace the line with “error_reporting = E_ALL & ~E_NOTICE”
5. Save the file and restart the Web server and mySQL
Done.