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

TOPIC: List of errors at launch [SOLVED]

List of errors at launch [SOLVED] 7 years 4 months ago #4496

  • Jo
  • Jo's Avatar
  • OFFLINE
  • New Member
  • Posts: 2
  • Karma: 0
Hello

I have just installed the K2 slide, many thanks, unfortunately I have a list of errors, shown below. Please advise.

Strict Standards: Only variables should be assigned by reference in /home/mysite/public_html/sub/modules/mod_jo_k2_slideshow/mod_jo_k2_slideshow.php on line 14

Strict Standards: Non-static method modJoK2SliderShow::getList() should not be called statically in /home/mysite/public_html/sub/modules/mod_jo_k2_slideshow/mod_jo_k2_slideshow.php on line 22

Strict Standards: Only variables should be assigned by reference in /home/mysite/public_html/sub/modules/mod_jo_k2_slideshow/helper.php on line 21

Strict Standards: Only variables should be assigned by reference in /home/mysite/public_html/sub/modules/mod_jo_k2_slideshow/helper.php on line 25

Strict Standards: Only variables should be assigned by reference in /home/mysite/public_html/sub/modules/mod_jo_k2_slideshow/helper.php on line 28

Strict Standards: Only variables should be assigned by reference in /home/mysite/public_html/sub/modules/mod_jo_k2_slideshow/helper.php on line 30

Strict Standards: Only variables should be assigned by reference in /home/mysite/public_html/sub/modules/mod_jo_k2_slideshow/helper.php on line 32

Thanks for the module and the help in getting it working.

All the best

Jo
Last Edit: 7 years 4 months ago by Jo.
The administrator has disabled public write access.

List of errors at launch 7 years 4 months ago #4500

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello
Please help me find and open file
/modules/mod_jo_k2_slideshow/helper.php and go to line 21,25,28,30,32
/modules/mod_jo_k2_slideshow/mod_jo_k2_slideshow.php and go to line 14
and delete tag &
Ex:
$mainframe = &JFactory::getApplication();
To
$mainframe = JFactory::getApplication();

and open file /modules/mod_jo_k2_slideshow/mod_jo_k2_slideshow.php and go to line 22 and change
$list = modJoK2SliderShow::getList($params);
To
$list = @modJoK2SliderShow::getList($params);
Best regards
Bach Pham
The administrator has disabled public write access.

List of errors at launch 7 years 4 months ago #4505

  • Jo
  • Jo's Avatar
  • OFFLINE
  • New Member
  • Posts: 2
  • Karma: 0
Thank you Bach, that worked. I also had to delete the & from line 14 on mod_jo_k2_slideshow.php

All good now. Great extension.

Jo
The administrator has disabled public write access.

List of errors at launch 7 years 4 months ago #4506

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