SOLVED - Bug in JEvents Calendar module
JEvents 2.0 was launched over 2 years ago and the latest stable version is version 2.2 which will run on Joomla 1.5 and Joomla 2.5. JEvents 1.5 is therefore no longer actively supported - you should upgrade to JEvents 2.2+ as soon as possible.
Forum rules
Please include as much detail in any test or bug reports for JEvents 1.5 as possible.
First of all, check if you are running the latest available version of Joomla! and JEvents. Posts for issues, where both systems are not updated, will be ignored.
We need the following at least:
* PHP version (e.g. 5.2.5). Note: Support for PHP4 is discontinued.
* Joomla! version
* JEvents version
* Web Server software (Apache or IIS with version number if possible)
* Server Operating system (e.g. Linux, Windows, Solaris, Darwin ...)
* Database version
* memory_limit from your phpinfo
* Web browser and version
Please enable error reporting and include any error messages in your posting. You do this via the Joomla Configuration - set "error reporting" to "maximum" on the Server tab.
Finally, please describe the steps required to recreate the problem and also please enable error reporting and give us any error messages generated.
Please include as much detail in any test or bug reports for JEvents 1.5 as possible.
First of all, check if you are running the latest available version of Joomla! and JEvents. Posts for issues, where both systems are not updated, will be ignored.
We need the following at least:
* PHP version (e.g. 5.2.5). Note: Support for PHP4 is discontinued.
* Joomla! version
* JEvents version
* Web Server software (Apache or IIS with version number if possible)
* Server Operating system (e.g. Linux, Windows, Solaris, Darwin ...)
* Database version
* memory_limit from your phpinfo
* Web browser and version
Please enable error reporting and include any error messages in your posting. You do this via the Joomla Configuration - set "error reporting" to "maximum" on the Server tab.
Finally, please describe the steps required to recreate the problem and also please enable error reporting and give us any error messages generated.
Re: Bug in JEvents Calendar module
by Geraint » Sun Apr 01, 2012 9:00 am
If the page is blank then it looks as though there could be a php error - if you enable maximum error reporting in your Joomla config (server tab) then this may throw an error message instead of a blank page
------------
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
-

Geraint - Posts: 30529
- Joined: Fri Feb 15, 2008 6:14 pm
Re: Bug in JEvents Calendar module
by dascott » Tue Apr 10, 2012 5:48 pm
This is what the iframe displayed after setting error reporting to max...
Fatal error: Call to undefined method modJeventsCalHelper::getViewClass() in /home2/comeandr/public_html/components/com_jevents/controllers/modcal.php on line 121
Fatal error: Call to undefined method modJeventsCalHelper::getViewClass() in /home2/comeandr/public_html/components/com_jevents/controllers/modcal.php on line 121
- dascott
- Posts: 9
- Joined: Tue Aug 30, 2011 7:22 pm
Re: Bug in JEvents Calendar module
by Tonyp » Tue Apr 10, 2012 6:06 pm
Hello,
Can you make sure that Jevents, Mod_Jevents_Cal, mod_Jevents_latest are all up to date then update the layouts if you have any club ones?
Regards
Tony
Can you make sure that Jevents, Mod_Jevents_Cal, mod_Jevents_latest are all up to date then update the layouts if you have any club ones?
Regards
Tony
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8744
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: Bug in JEvents Calendar module
by dascott » Tue Apr 10, 2012 11:18 pm
Per the post three back (last post page 1), all software is up-to-date.
What do you mean by Layouts up-to-date? I'm using the alternate template and restyling the CSS.
.
What do you mean by Layouts up-to-date? I'm using the alternate template and restyling the CSS.
.
- dascott
- Posts: 9
- Joined: Tue Aug 30, 2011 7:22 pm
Re: Bug in JEvents Calendar module
by Geraint » Wed Apr 11, 2012 7:45 am
what does the file modules/mod_jevents_cal/helper.php look like on your site?
On line 119 of /home2/comeandr/public_html/components/com_jevents/controllers/modcal.php it loads this file so the class should be there
On line 119 of /home2/comeandr/public_html/components/com_jevents/controllers/modcal.php it loads this file so the class should be there
------------
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
-

Geraint - Posts: 30529
- Joined: Fri Feb 15, 2008 6:14 pm
Re: Bug in JEvents Calendar module
by carcam » Wed Apr 11, 2012 7:49 am
Can you also please post here the Version "information for Support Forum" that you may find in the Component control panel (on the column on the right)?
-
carcam
- Contributor
- Posts: 3391
- Joined: Wed Aug 06, 2008 7:50 pm
- Location: Córdoba
Re: Bug in JEvents Calendar module
by dascott » Wed Apr 11, 2012 2:52 pm
- Code: Select all
Joomla : 2.5.1
component_com_jevents : 2.1.14
module_mod_jevents_cal : 2.0.2
module_mod_jevents_latest : 2.1.5
modules/mod_jevents_cal/helper.php
The Joomla 1.5.x looks suspicious, yes?
- Code: Select all
<?php
/**
* JEvents Component for Joomla 1.5.x
*
* @version $Id: helper.php 941 2010-05-20 13:21:57Z geraintedwards $
* @package JEvents
* @subpackage Module JEvents Calendar
* @copyright Copyright (C) 2006-2008 JEvents Project Group
* @license GNU/GPLv2, see http://www.gnu.org/licenses/gpl-2.0.html
* @link http://joomlacode.org/gf/project/jevents
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
class modJeventsCalHelper
{
function modJeventsCalHelper(){
// setup for all required function and classes
$file = JPATH_SITE . '/components/com_jevents/mod.defines.php';
if (file_exists($file) ) {
include_once($file);
include_once(JEV_LIBS."/modfunctions.php");
} else {
die ("JEvents Calendar\n<br />This module needs the JEvents component");
}
// load language constants
JEVHelper::loadLanguage('modcal');
}
}
- dascott
- Posts: 9
- Joined: Tue Aug 30, 2011 7:22 pm
Re: Bug in JEvents Calendar module
by Tonyp » Wed Apr 11, 2012 7:57 pm
Hello,
You are using Jevents 2.1 so you need the:
mod_jevents_cal_2.1.3
Not:
module_mod_jevents_cal : 2.0.2
At present all our plugins and components are 1.5 compatible hence the Joomla 1.5 in the header of the file.
Regards
Tony
You are using Jevents 2.1 so you need the:
mod_jevents_cal_2.1.3
Not:
module_mod_jevents_cal : 2.0.2
At present all our plugins and components are 1.5 compatible hence the Joomla 1.5 in the header of the file.
Regards
Tony
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8744
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: Bug in JEvents Calendar module
by dascott » Thu Apr 12, 2012 9:22 pm
THANKS, Tony!
I must have overlooked that after upgrading from J1.7 to 2.5... that or clicked on the older zip file of this mod when installing, as I do have v2.1.3 downloaded already.
Just uninstalled 2.0.2 and installed 2.1.3 and now the prev/next mod. calendar arrows work.
I must have overlooked that after upgrading from J1.7 to 2.5... that or clicked on the older zip file of this mod when installing, as I do have v2.1.3 downloaded already.
Just uninstalled 2.0.2 and installed 2.1.3 and now the prev/next mod. calendar arrows work.
- dascott
- Posts: 9
- Joined: Tue Aug 30, 2011 7:22 pm
19 posts
• Page 2 of 2 • 1, 2
Return to JEvents 1.5 (No longer actively supported)
Who is online
Users browsing this forum: No registered users

