Hi,
my working version is based on Joomla 2.5.6 & K2, the provider offers PHP ?, mySQL 5.0.91
just have installed the mod sj login on my test website
www.dvmark.de/index.php/carl-martin
After some changes in the mod_sj_login.php and actionrecaptcha.php the module is working fine so far. But having some problems with the compatibility to other modules like the sj_k2_categories_accordion (have nothing to do with the changes I did already, the problems exist from the start of publishing).
I found that all modules with the following start entry feels uncomfortable by the use of sj login:
defined('_JEXEC') or die('Restricted access');
defined('_YTOOLS') or include_once 'core' . DS . 'sjimport.php';
// set current module for working
YTools::setModule($module);
// import jQuery
if (!defined('SMART_JQUERY') && (int)$params->get('include_jquery', '1')){
YTools::script('jquery-1.5.min.js');
define('SMART_JQUERY', 1);
}
if (!defined('SMART_NOCONFLICT')){
YTools::script('jsmart.noconflict.js');
define('SMART_NOCONFLICT', 1);
Is there anybody having experiences what to do because I have not too much knowlege about php programming. this problem exist also by using xampp / localhost.
Thank you very much in advance for any kind of help!