Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

You cannot create an event in the past message when not in past

10 years 3 months ago
Licenses:
JomSocial Expired

Joomla! 2.5.9
JomSocial :3.1.0.4

Cannot create or edit Events that occur within the next 15 minutes, receive this error

10 years 2 months ago
Licenses:
JomSocial Expired GURU Expired Publisher Expired AdAgency Expired iSEO Expired Socialize Expired

Hi Stafford,
I can not replicate the error, can you pasted exactly the error, what is showing.
Thanks

10 years 2 months ago
Licenses:
JomSocial Expired

"You cannot create an event in the past."

If you try to create an event 15 minutes in the future, 30 minutes in the future, 1 hour in the future, 1.25 hours in the future up until 3 hours in the future I get this error. It is currently 11:30am and it will not let me create an event that starts before 4:pm.

10 years 2 months ago
Licenses:
JomSocial Expired

Any thoughts on correcting this issue?

10 years 2 months ago
Licenses:
JomSocial Expired GURU Expired Publisher Expired AdAgency Expired iSEO Expired Socialize Expired

Hi Stafford,
You can have two script file and make it done temporarily.
For doing this, goto to
root/components/com_community/controllers/events.php
Please comment these codes by adding '//' before each line.
line no 1666

if (CTimeHelper::timeIntervalDifference($now->toSql(true), $event->enddate) > 0 && !$isToday) {
	$objResponse->addScriptCall('__throwError', JText::_('COM_COMMUNITY_EVENTS_ENDDATE_GREATER_ERROR'));
	$objResponse->sendResponse();
}
line no 2002
if (CTimeHelper::timeIntervalDifference($now->toSql(true), $event->enddate) > 0 && !$isToday && $isNew) {
	$validated = false;
	$mainframe->enqueueMessage(JText::_('COM_COMMUNITY_EVENTS_ENDDATE_GREATER_ERROR'), 'error');
}

and also need to disable date picker from "root/components/com_community/templates/default/events.forms.php"
So that you can add any date .
Thanks

10 years 1 month ago
Licenses:
JomSocial Expired GURU Expired Publisher Expired AdAgency Expired iSEO Expired Socialize Expired

Hi Stafford,
We have not received any response back from you in over 7 days, and would like to know if you consider this issue to be resolved. If you have any further questions related with this topic, simply reply to this post.
Thanks

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW