Welcome, Guest
Username: Password: Remember me

TOPIC: Strict Standards error

Strict Standards error 9 years 7 months ago #1143

The module is working and display events but I get this error message:

Strict Standards: Non-static method modJoFacebookEventsPro::getFacebookEvents() should not be called statically in /htdocs/public/www/modules/mod_jo_facebookevents_pro/mod_jo_facebookevents_pro.php on line 21 Strict Standards: Non-static method modJoFacebookEventsPro::file_get_contents_curl() should not be called statically in /htdocs/public/www/modules/mod_jo_facebookevents_pro/helper.php on line 21


Strict Standards: Non-static method modJoFacebookEventsPro::CoverEvent() should not be called statically in /htdocs/public/www/modules/mod_jo_facebookevents_pro/tmpl/default.php on line 72 Strict Standards: Non-static method modJoFacebookEventsPro::file_get_contents_curl() should not be called statically in /htdocs/public/www/modules/mod_jo_facebookevents_pro/helper.php on line 38

The site is www.minuticontati.it
The administrator has disabled public write access.

Strict Standards error 9 years 7 months ago #1144

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi Luca
Thank you for using our products
Find and open file modules/mod_jo_facebookevents_pro/mod_jo_facebookevents_pro.php go to line 21 and changed
$fbevents = modJoFacebookEventsPro::getFacebookEvents($params);
To (add tag @)
$fbevents = @modJoFacebookEventsPro::getFacebookEvents($params);

And find and open file modules/mod_jo_facebookevents_pro/tmpl/defaul.php go to line 72 and changed
$cover = modJoFacebookEventsPro::CoverEvent($params, $fbevent["id"]);
To (add tag @)
$cover = @modJoFacebookEventsPro::CoverEvent($params, $fbevent["id"]);
OR Please send me joomla administrator via contact form? So we can help you
Best regards
Bach Pham
The administrator has disabled public write access.
The following user(s) said Thank You: Luca Marini, Dan Cataldo

Strict Standards error 9 years 7 months ago #1145

Perfect!
Thanks, now it works :-)
The administrator has disabled public write access.

Strict Standards error 9 years 7 months ago #1147

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Thank you for using our products. :)
Best regards
Bach Pham
The administrator has disabled public write access.
Time to create page: 0.097 seconds