Blank window while loading calendar

If I click in the calendar on a time and date block I get this “loading …” window frozen.

I can create a new task or meeting from the menu on the left, but that will cause the calendar window not displayed, with blank weekly view or day view for the week/day that contains the date(s) of meetings and tasks.

This happens even logged in as administrator.

System specification:

Installed version: 7.2.2, fresh installation
Hosting: 1and1 VPS, linux

The installation procedure was closely followed, and the below two have been run:

chmod -R 755 .
chmod -R 775 cache custom modules themes data upload config_override.php

The whole suitecrm directory should have correct user and group ownership.

Can you please help fix?

Thanks.

Will,

Can you help on this? Seems you are the man knowing SuiteCRM.

Thanks!

Issue resolved. No further help needed.

Not sure why but the following trick worked: In installation directory, run this

chmod -R 777 .

and go to SuiteCRM UI and the Calendar function started working. Then as installation manual guided, run the following to return the directory permission to “normal”,

chmod -R 755 .
chmod -R 775 cache custom modules themes data upload config_override.php

Things just keep working.

Michael

Hi Puzm,

I’m having the same problem, can you let me know how I change permissions?

Many thanks