6
@ghia
I had seen that thread. There the problem was somewhat different. In my case the calendar icon was simply not appearing.
I have been trying to troubleshoot this and found the problem. It seems the name of the images folder must have been corrupted (in /class/calendar/images/) even though it appeared to be correct. For example, viewing the source showed that the path to the file was being generated correctly. If I typed the path to the calendar.png image file directly into my browser the file would not come up. Instead, the url simply appears in the browser window. I had confirmed that the image file itself was OK. I temporarily copied it to the folder above images (i.e. calendar) then accessed it directly with the browser and it showed. Because of these findings, I copied the image folder from my downloaded copy of XOOPS 2.4.4 to the server. Lo, I could now access the image file and it appears on my extcal submit event form.
The problem with an error message (incorrect date format) when dates are manually entered persists. If I use the clickable calendar icon to drop down the calendar, then choose a date, it is entered in the format yyyy-mm-dd. Doing it that way, the event will entered. In the Post Event form the default date is entered in the format yyyy/m/d. If I manually overwrite that date, entering it is the yyyy-mm-dd format, I still get the wrong date format error. I don't understand that at all.
@JAVesey, if you (or anyone else) can manage to find the cause of this problem I think you'll be a hero because extcal is otherwise the best calendar module. As a temporary measure I'm going to insert a note into the define in /extcal/language/en/main.php to the effect that users should enter the date via the calendar drop down.
barryc