Keyword

$model->checkSig(): checking the wrong file name for the simple image gallery

  • Cameron Barr
  • Cameron Barr's Avatar Topic Author
  • Offline
  • New Member
More
14 years 6 months ago #74639 by Cameron Barr
The sig plugin is named jwsig.php and your method is checking for 'jw_sig.php'. Line 686 /administrator/components/com_k2/models/item.php

function checkSIG() {

global $mainframe;
if (JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jw_sigpro.php') || JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jw_sig.php')) {
return true;
} else {

Please Log in or Create an account to join the conversation.

More
14 years 6 months ago #74640 by Lefteris
Hi. The check is correct as all versions of SIG will start with jw_ from now on. The current version of SIG Free si not compatible with K2. The new version will be named jw_sig.php. In any case thanks for reporting this.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Cameron Barr
  • Cameron Barr's Avatar Topic Author
  • Offline
  • New Member
More
14 years 6 months ago #74641 by Cameron Barr

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum