Hi,
After uploaded all file in the folder SuiteCRM-7.9.4 and rename to crm to the root of the server, when tried to access the http://xxx.xom/crm, message “The requested URL /crm was not found on this server.”, what did I do wrongly?
Regards
Hi,
After uploaded all file in the folder SuiteCRM-7.9.4 and rename to crm to the root of the server, when tried to access the http://xxx.xom/crm, message “The requested URL /crm was not found on this server.”, what did I do wrongly?
Regards
First, try
if that still doesn’t work, this is a matter of getting your web server configurations right or, if you can’t change those settings, making sure that SuiteCRM is stored in the right directory.
It could also be a matter of permissions, if the web server can’t read that directory.
If you are in a shared hosting, you can ask for help from support.
Hi,
I have installed the SuiteCRM too the server but still pending for the following, please advise how should I solve the these:
error message
Notice: Undefined index: module in /home/ultrav/public_html/site.com/crm/include/TemplateHandler/TemplateHandler.php on line 441
Notice: Undefined index: module in /home/ultrav/public_html/site.com/crm/include/TemplateHandler/TemplateHandler.php on line 484
Notice: Undefined index: id_name in /home/ultrav/public_html/site.com/crm/include/TemplateHandler/TemplateHandler.php on line 488
In order to run SuiteCRM Schedulers, edit your web server user’s crontab file with this command:
sudi crontab -e -u ultrav
… and add the following line to the crontab file:
… cd/home/ultrav/public_html/uva.my/crm;php-f cron.php>dev/null 2>&1
You can safely ignore log messages of type “Notice”
So, if you run the command
sudo crontab -e -u ultrav
what happens?
If you are in shared hosting and don’t have sudo, just try it without sudo. If it still doesn’t work, try to look for crontab options in your cpanel.
Hi,
I have few more issues need to be addressed as attached, please assist.
Thanks a lot.