Event module

Luisehahne

Hi,

The second trial version event calendar v1.8.5dev3 is ready for download,

Version 1.8.5dev3 (Luisehahne 2019/02/11)
+ some html validate fixes

Dietmar
Note: Once the code has been generated, it is easy to debug. It's not a bug, it's a feature!

Luisehahne

Die erste Testversion event calendar v1.8.5dev2 steht zum Downlaod bereit,
Da ich den Event Calendar nie benutzt habe, bitte ich um ausführliches Testen, ob etwas fehlt.

The first trial version event calendar v1.8.5dev2 is ready for download,
Since I have never used the Event Calendar, I ask for detailed testing whether something is missing.

Version 1.8.5dev2 (Luisehahne 2019/02/10)
+ add default and comment to field type date
+ change mysql to strict mode
+ TypeFixed $MESSAGE['GENERIC']['FILL_IN_ALL']

Dietmar
Note: Once the code has been generated, it is easy to debug. It's not a bug, it's a feature!

Luisehahne

Kein Problem, fixe es gerade, soll dann auch MYSQL 5.7 Strict fähig werden, Nicht jeder Provider fährt MariaDB

Dietmar
Note: Once the code has been generated, it is easy to debug. It's not a bug, it's a feature!

Gast

das tut mir leid  :oops:
habe es selbst nicht im Einsatz, nur kurz rein geschaut in die info.php

I'm sorry  :oops:
I did not use it myself, just looked at the info.php

Luisehahne

INFO!

Habe den Download Event Kalendar für eine unbestimmte  im Repro inaktiv geschaltet. Das Addon wirft jede Menge Fehlermeldungen und muss erstmal überarbeitet werden.

I switched the download Event Calendar to inactive for an indefinite event in the repro. The addon throws a lot of error messages and has to be reworked first.

Dietmar
Note: Once the code has been generated, it is easy to debug. It's not a bug, it's a feature!

hgs

LG Harald

"Fange nie an, aufzuhören - höre nie auf, anzufangen." Marcus Tullius Cicero (106-43 v.Chr.)

Gast

Maybe a good time, to add this module into Addons

rumen

Thanks a lot, buddy!

Quote from: jacobi22 on February 09, 2019, 09:23:24 PM
i have here a version 1.8.4 from somewhere here in the forum, fixed in last december

rumen

With preg_split - it work! Thanks a lot!

Quote from: evaki on February 09, 2019, 08:09:05 PM
Call to undefined function split()
split() is deprecated since PHP 5.3.0.
How old is the module? (Version)


https://forum.websitebaker.org/index.php/topic,26418.msg180591.html#msg180591
Reg./MfG. Evaki

Gast

i have here a version 1.8.4 from somewhere here in the forum, fixed in last december

rumen

There is one more event calendar but it crash on different file and raw

There was an uncatched exception
Call to undefined function eregi()
in line (36) of (/modules/event_calendar/view.php):


Where is

if( eregi( "false", $SMTEXT['use_template'] ) ){
echo "".$cal->writeCalendar();

rumen

Ver. 1.8b3   I don't know if there is newer ver.

I can't use that module?


evaki

#2
Call to undefined function split()
split() is deprecated since PHP 5.3.0.
How old is the module? (Version)


https://forum.websitebaker.org/index.php/topic,26418.msg180591.html#msg180591
Reg./MfG. Evaki

rumen

Hi there,

I try to run the even module, but I got error

There was an uncatched exception
Call to undefined function split()
in line (57) of (/modules/event/change_event.php):


In the mentioned file raw 53-57 are

// Get Data from database
$query_content = $database->query("SELECT * FROM `".TABLE_PREFIX."mod_event_dates` WHERE `event_id` = '$event_id'");
$fetch_content = $query_content->fetchRow();
$this_date = $fetch_content['date'];
list($year, $month, $day) = split('-', $this_date);


or 57 is

list($year, $month, $day) = split('-', $this_date);


What can be wrong?