Posts: 11
Threads: 3
Joined: Jul 2010
Reputation:
0
09-03-2010, 12:10 AM
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.
Posts: 9
Threads: 3
Joined: Jun 2010
Reputation:
0
09-03-2010, 11:53 PM
(This post was last modified: 09-03-2010, 11:53 PM by c8900219.)
I know why
Because at out/out.Calendar.php
First, there are only <
modify the <?Php
save OK!
Posts: 11
Threads: 3
Joined: Jul 2010
Reputation:
0
The code I have sounds correctly formatted i.e <?php, ...so not the same issue?
Posts: 9
Threads: 3
Joined: Jun 2010
Reputation:
0
09-04-2010, 03:41 PM
(This post was last modified: 09-04-2010, 03:44 PM by c8900219.)
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?
Posts: 11
Threads: 3
Joined: Jul 2010
Reputation:
0
09-06-2010, 11:45 PM
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
Posts: 9
Threads: 3
Joined: Jun 2010
Reputation:
0
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