Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Bug reports and fixes
.
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Modules
»
Event calendar module day information
« previous
next »
Print
Pages: [
1
]
Author
Topic: Event calendar module day information (Read 5204 times)
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
Event calendar module day information
«
on:
March 11, 2013, 16:35:25 »
Hello all,
I just installed the latest event calendar component and module, in that order on my local system, and then added a few categories and events.
After publishing the events module and setting the day info to yes, I am seeing the following error:
Fatal error: Cannot redeclare sind() ... modules\mod_eventcalendar\sun\math.php on line 18
I searched the forum to see if anyone has seen this but found nothing.
Logged
Bournias.net
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Event calendar module day information
«
Reply #1 on:
March 12, 2013, 22:29:16 »
You can surround function "sind" with an if statement. This will solve the problem:
if (!function_exists('sind')) {
function sind(...) {
....
}
}
For more, contact the extension's author.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
Re: Event calendar module day information
«
Reply #2 on:
March 13, 2013, 09:24:49 »
Thank you Datahell.
Logged
Bournias.net
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
Re: Event calendar module day information
«
Reply #3 on:
March 13, 2013, 13:21:12 »
Well after adding the code that part of the program does not work so I set,
Display day info: NO
Not a problem as it is not needed for the site that I am working on.
Logged
Bournias.net
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Modules
»
Event calendar module day information