1
Mamba
extCal 2.39 Beta-1 available for testing (XOOPS 2.5.8, PHP 7)
  • 2016/3/23 13:14

  • Mamba

  • Moderator

  • Posts: 11530

  • Since: 2004/4/23


Resized Image

The extCal 2.39 Beta-1 is available for testing on XOOPS 2.5.8 RC-2 and PHP 7

You can download it from GitHub.

And you can fork it from GitHub as well, and submit your improvements or bug fixes there.

We encourage everybody to open an account on GitHub and get used to working with Git, as this is the current Industry Standard.

Please note:

a) This version is developed and tested ONLY on XOOPS 2.5.8 Beta

b) This is a very early stage of development/testing, so please be careful and don't use it on a production site.

TUTORIAL

We are also looking for help with the Tutorial for extCal and for few other modules.

You can fork the extCal Tutorial in GitHub, and then use GitBook to modify it, or you can modify it manually, directly in GitHub, or on your local PC with your own editor.

The beauty of this approach is that once you learn how to use GitHub, you can use these skills for both source code and for Documentation
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs

2
Yurdal
Re: extCal 2.39 Beta-1 available for testing (XOOPS 2.5.8, PHP 7)
  • 2016/6/13 21:03

  • Yurdal

  • Friend of XOOPS

  • Posts: 395

  • Since: 2005/3/27


Block upcoming events doesn't do anything, i have activated the block but it doesn't show, other blocks of this module works fine , using xoops 2.5.8

3
Mamba
Re: extCal 2.39 Beta-1 available for testing (XOOPS 2.5.8, PHP 7)
  • 2016/6/14 8:51

  • Mamba

  • Moderator

  • Posts: 11530

  • Since: 2004/4/23


Quote:
Block upcoming events doesn't do anything, i have activated the block but it doesn't show, other blocks of this module works fine , using xoops 2.5.8

Thank you for testing!

Which PHP version do you have, and which theme are you using?
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs

4
Yurdal
Re: extCal 2.39 Beta-1 available for testing (XOOPS 2.5.8, PHP 7)
  • 2016/6/14 11:30

  • Yurdal

  • Friend of XOOPS

  • Posts: 395

  • Since: 2005/3/27


Hi Mamba
PHP 5.3.29 (i know old, i will upgrade as soon as my old xoops site is converted to 2.5.8, because of the old site i have never upgraded , problems with Turkish characters :( ))

Im using bootstrap theme

5
SMEDrieben
Re: extCal 2.39 Beta-1 available for testing (XOOPS 2.5.8, PHP 7)
  • 2016/8/8 18:50

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


I have big problems with Extcal. In 2.37, Xoops 2.5.8 generates a fatal error when you try to edit an event (wamp server, php 5.6.16).

The fatal error in 2.37 was in extcal/class/form/formrulecheckbox.php line 8

In 2.39 beta, a fatal error is generated as well:

le="color: #000000"><?php Fatal error: Call to undefined function eclaircirCouleur() in C:wampwwwhttpdocsmodulesextcalclassevent.php on line 398 Call Stack # Time Memory Function Location 1 0.0008 268408 {main}( ) ...index.php:0 2 0.0628 3962096 include( 'C:wampwwwhttpdocsheader.php' ) ...index.php:82 3 0.0694 4813904 xos_opal_ThemeFactory->createInstance( ) ...header.php:58 4 0.0694 4818072 xos_opal_Theme->xoInit( ) ...theme.php:81 5 0.0728 4969384 xos_logos_PageBuilder->xoInit( ) ...theme.php:331 6 0.0728 4969968 xos_logos_PageBuilder->retrieveBlocks( ) ...theme_blocks.php:49 7 0.1149 6146848 xos_logos_PageBuilder->buildBlock( ) ...theme_blocks.php:131 8 0.1151 6148704 XoopsBlock->buildBlock( ) ...theme_blocks.php:197 9 0.1290 6467648 bExtcalUpcomingShow( ) ...xoopsblock.php:218 10 0.1384 7491848 ExtcalEventHandler->getEventsOnPeriode( ) ...upcoming.php:71


Perhaps this module can be updated first, since the previous version cannot be used anymore.

Thanks !

SMEDrieben

6
Mamba
Re: extCal 2.39 Beta-1 available for testing (XOOPS 2.5.8, PHP 7)
  • 2016/8/9 5:37

  • Mamba

  • Moderator

  • Posts: 11530

  • Since: 2004/4/23


Richard and I did some updates, and you can download it as extCal 2.39 RC-1 from GitHub
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs

7
SMEDrieben
Re: extCal 2.39 Beta-1 available for testing (XOOPS 2.5.8, PHP 7)
  • 2016/8/9 18:30

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


Thanks Mamba ! This version is much better with 2.5.8 !

There is one message I don't understand:

le="color: #000000"><?php Melding: Use of undefined constant _MI_EXTCAL_SUBMIT_EVENT - assumed '_MI_EXTCAL_SUBMIT_EVENT' in bestand /modules/extcal/view_new-event.php regel 22


This language constant is included in both the english and dutch modinfo.php.

Any idea ?

SMEDrieben

8
zyspec
Re: extCal 2.39 Beta-1 available for testing (XOOPS 2.5.8, PHP 7)
  • 2016/8/9 22:29

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


SMEDrieben,

In ./view_new-event.php right after lines 18-19:
le="color: #000000"><?php if (count($permHandler->getAuthorizedCat($xoopsUser, 'extcal_cat_submit')) > 0) { include XOOPS_ROOT_PATH.'/header.php';

add the following line:
le="color: #000000"><?php xoops_loadLanguage('modinfo', _EXTCAL_MODULE);


That should make the error go away and also display the page title correctly.

9
SMEDrieben
Re: extCal 2.39 Beta-1 available for testing (XOOPS 2.5.8, PHP 7)
  • 2016/8/22 13:13

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


Thanks ! When can we use this module on production sites ? The previous version does not work in 2.5.8 and, therefore, this version is needed to upgrade tot 2.5.8.

SMEDrieben

Login

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits