Errors in the Financial Business Template

GK User
Thu Nov 17, 2011 7:11 pm
Hi there I have installed the finance Business Template quickstart 1.7 version. The setup was just fine. I can access the administrator with the site. But on the background it appears strings of these error messages. A whole lot...some have been omitted



Strict Standards: Static function JDatabase::test() should not be abstract in C:xampphtdocsJoomlalibrariesjoomladatabasedatabase.php on line 350

................................................
Strict Standards: Accessing static property JCache::$_handler as non static in C:xampphtdocsJoomlalibrariesjoomlacachecache.php on line 396
.....
.........
.......


I really really need help. I joined a few months ago, but today was my first attempt. I have installed different templates before.

thank you............
User avatar
Fresh Boarder

GK User
Thu Nov 17, 2011 7:12 pm
Could you post link to your site?
User avatar
Platinum Boarder

GK User
Sun Nov 20, 2011 9:01 pm
im currently working on the localhost......
User avatar
Fresh Boarder

GK User
Mon Nov 21, 2011 3:33 am
This is not template related but server related. Try below

In your php.ini file
Find
Code: Select all
error_reporting =

And change the value to
Code: Select all
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED

Find
Code: Select all
display_errors = On

And change the value to
Code: Select all
display_errors = Off

Restart your server.
User avatar
Platinum Boarder

GK User
Thu Dec 01, 2011 7:32 am
Thanks Norman! That worked for me...
User avatar
Fresh Boarder

GK User
Thu Dec 01, 2011 1:13 pm
No problem at all "iWavne", See you around...
User avatar
Platinum Boarder


cron