LetoDMS Community Forum
LetoDMS 2.0: calendar does not work - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Bugs/Errors (https://community.letodms.com/forumdisplay.php?fid=11)
+--- Thread: LetoDMS 2.0: calendar does not work (/showthread.php?tid=156)



LetoDMS 2.0: calendar does not work - tme - 09-03-2010

Hello,

Calendar does not work, it sounds like there is some code missing.
Here is the error I get
"Fatal error: Call to undefined function adjustDate() in E:\wamp\www\letoDMS-2.0\out\out.Calendar.php on line 45"

Thanks,
T.


RE: LetoDMS 2.0: calendar does not work - c8900219 - 09-03-2010

I know why
Because at out/out.Calendar.php
First, there are only <
modify the <?Php
save OK!


RE: LetoDMS 2.0: calendar does not work - tme - 09-04-2010

(09-03-2010, 11:53 PM)c8900219 Wrote: I know why
Because at out/out.Calendar.php
First, there are only <
modify the <?Php
save OK!

Hello,
Could you kindly attach your out.calendar.php?
Thanks in advance,
Thierry


RE: LetoDMS 2.0: calendar does not work - c8900219 - 09-04-2010

old first line only
PHP Code:

BUT standard must
PHP Code:
<?php 
so Lack of PHP does not work that part of the cause

and sorry I speak chinese so I english is Not very bad


RE: LetoDMS 2.0: calendar does not work - tme - 09-04-2010

The code I have sounds correctly formatted i.e <?php, ...so not the same issue?


RE: LetoDMS 2.0: calendar does not work - c8900219 - 09-04-2010

PHP program starting in the implementation must be <? Php at the end there must be ?>
So I find the first line only <? This is the error changes to <? Php
My calendar after the operation you can PS: I also encountered the error line 45
But this is not a problem after modification
Sorry I ask for your calendar can operate it?


RE: LetoDMS 2.0: calendar does not work - tme - 09-06-2010

Hello,

I understood (thanks to Doudoux)!
The file to modify is not out/out.calendar.php BUT inc/inc.calendar.php.
(replace <? by <?php).

Thanks,
Thierry


RE: LetoDMS 2.0: calendar does not work - c8900219 - 09-07-2010

Sorry, I made a mistake then I went to see the original file
Is inc/inc.calendar.php a missing <? Php
Not out/out.calendar.php
Probably I was the editor in Dreamweaver
So I made a mistake
Thank you for reminding tme