Hello all,
I installed the latest version of suitecrm but I have a problem in the calendar, when i open to make a meeting he not show me the field.
You have attached a image
Hello all,
I installed the latest version of suitecrm but I have a problem in the calendar, when i open to make a meeting he not show me the field.
You have attached a image
Use firebug to see if you are having any issues loading JS or other related files… This happened to me because I was getting a 403 on a JS file that was responsible for loading the data in that pane.
I checked the js with firebug but i don’t see the problem, all js is loading corectly.
Any ideea?
Hi Alex,
What is your Server/MySQL/PHP setup? Once established, we can recommend permissions to set. Also it may be worth navigating to Admin -> Repair and running a Quick Repair & Rebuild, clearing your browser cache and then refreshing the page and re-trying.
Thanks,
Will.
Apache version 2.2.27
PHP version 5.3.28
MySQL version 5.1.73-cll
Is not work with quick repair and rebuild.
I found this error, i replace the file but is not work.
Can you post the full report? There is alot of info missing.
I upload a full report with firebug.
Any ideea?
Hi there,
You’re getting 404 not found errors. This could be permissions related. Please set the following(these may vary):
sudo chown -R [file_owner]:[file_group] .
sudo chmod -R 755 .
sudo chmod -R 775 cache custom modules themes data upload config_override.php
Thanks,
Will.
Is working right now.
Thanks, Will