Welcome, Guest
Username: Password: Remember me
JO K2 Slideshow

TOPIC: Strict Standards errors

Strict Standards errors 10 years 3 months ago #92

  • Rodney
  • Rodney's Avatar
  • OFFLINE
  • New Member
  • Posts: 2
  • Karma: 0
I have resolved the others, but can't figure out how to resolve this error:
Strict Standards: Non-static method modJoK2SliderShow::getList() should not be called statically in /home3/rskyles/public_html/modules/mod_jo_k2_slideshow/mod_jo_k2_slideshow.php on line 22

Apparently this line needs to be rewritten:
$list = modJoK2SliderShow::getList($params);


PHP version: 5.4.22
Joomla version: 3.0.2

Thanks
The administrator has disabled public write access.

Strict Standards errors 10 years 3 months ago #99

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi rskyles
Can you changed line
$list = modJoK2SliderShow::getList($params);
To(add tag @)
$list = @modJoK2SliderShow::getList($params);
Best regards
Bach Pham
The administrator has disabled public write access.
The following user(s) said Thank You: Rodney

Strict Standards errors 10 years 3 months ago #101

  • Rodney
  • Rodney's Avatar
  • OFFLINE
  • New Member
  • Posts: 2
  • Karma: 0
That worked! Thank you!
The administrator has disabled public write access.
Time to create page: 0.073 seconds