todordev / GamificationPlatform

Gamification Platform is a Joomla! extension that provides functionality, API and resources which can be used to gemify many Joomla! extensions.
http://itprism.com/free-joomla-extensions/ecommerce-gamification/game-mechanics-platform
Other
10 stars 9 forks source link

Declaration of GamificationUserLevelPoints::getInstance() should be compatible with GamificationUserLevel... #9

Open mmaritato opened 9 years ago

mmaritato commented 9 years ago

I am using Gamification and I have assigned points to a new user after registration. I get these errors when I try to visualize the profile of the user:

Strict Standards: Declaration of GamificationUserLevelPoints::getInstance() should be compatible with GamificationUserLevel::getInstance(array $keys) in /web/htdocs/www.pm-progetti.it/home/j/libraries/gamification/userlevel/points.php on line 23

Strict Standards: Declaration of GamificationUserRankPoints::getInstance() should be compatible with GamificationUserRank::getInstance(array $keys) in /web/htdocs/www.pm-progetti.it/home/j/libraries/gamification/userrank/points.php on line 23

Strict Standards: Declaration of GamificationUserBadgesPoints::getInstance() should be compatible with GamificationUserBadges::getInstance(array $keys) in /web/htdocs/www.pm-progetti.it/home/j/libraries/gamification/userbadges/points.php on line 24

Any help on it?

todordev commented 9 years ago

Hi, Thank you for the post! It was fixed in the new release that I am planning to publish next week.

At the moment, you can change error reporting to "None".

error_reporting_none

Regards, Todor