Cannot Schedule a meeting. No Calendar popup. Cannot change date.

I think I have run into my first issue. I am unable to schedule a meeting in Suitecrm. The calendar does not popup to enable me to select a date. It also does not allow me to change the date manually. I have sent cron job and checked my directory permissions but no luck.

Any assistance would be greatly appreciated.

I am running a version

Version 7.9.10
Sugar Version 6.5.25 (Build 344)
Host: Bluehost

Sorry, there were a couple of nasty bugs in 7.9.10 so we put out 7.9.11 the following day. Upgrade and your error will be fixed. Sorry.

I have a similar problem but with 7.8.11 with the Project Activities. When I try to create one the Date Due field calendar pop up does not work and I cannot put the date in Manually

Thanks,

Tim.

@SmallFry that’s why 7.8.12 came out the next day also :slight_smile:

OK will upgrade - thanks.

Upgraded to the latest 7.9.11 version and it fixed the issue. I have no idea where I got the 7.9.10 version because I downloaded directly from the website only 3 days ago so I just assumed it was the latest.

Thanks much. solution found

Happened to me as well, was just showing the quick edit popup and a big LOADING… text.

Not sure what i did, but maybe this did the trick to make it work

find . -type d -exec chmod 775 {} ;
find . -type f -exec chmod 664 {} ;