View Full Version : Error occured. Please see the logs or report an error to the administrator
royalmail
09-27-2007, 11:32 PM
Hi
Can somebody help please, I have the following path in my cpanel(hosted with intelliwebhost-esyndicat)
usr/local/bin/php -f /home/xyzdomain/public_html/includes/cron.php
I followed the instructions to the letter but I keep getting this error
'Error occured. Please see the logs or report an error to the administrator'
(Which logs is this error referring to and where ? , I could'nt see anything in cpanel)
I've tried different permutations of path usr/bin/php and still no joy. please help
Dave Baker
09-28-2007, 08:08 AM
Hello royalmail,
Please try to use the following path for cron:
/usr/local/bin/php -f /home/xyzdomain/public_html/includes/cron.php
instead of
usr/local/bin/php -f /home/xyzdomain/public_html/includes/cron.php
royalmail
09-28-2007, 08:52 AM
Hi Dave,
I get this error email report
Error occured. Please see the logs or report an error to the administrator
with this in cron
/usr/local/bin/php -f /home/xyzdomain/public_html/includes/cron.php
Dave Baker
09-28-2007, 10:48 AM
royalmail,
Please check PM.
cpskins
01-16-2008, 02:47 PM
i also am getting the following error.....how do i fix this??
/usr/local/bin/php -f /home/tonykana/public_html/linkmates/includes/cron.php
Slava B.
02-29-2008, 06:31 AM
Hello cpskins,
>i also am getting the following error.....how do i fix this??
Please let us know error content.
About command: /usr/local/bin/php -f /home/tonykana/public_html/linkmates/includes/cron.php
It looks correctly.
Lester Colegado
03-26-2008, 08:38 PM
Got this same message after installing 2.2.03 on my site www.findnursingceus.com on GoDaddy hosting.
Can someone help?
Thanks.
Lester Colegado
03-27-2008, 04:58 AM
I finally was able to fix it.
When I installed eSyndicat, this was the configuration on the
includes/config.inc.php
as follows:
// Server's document root
define("ESYN_ROOT", '/home/content/c/l/e/clesteronline/html'.ESYN_DS);
I had installed eSyndicat in a subdirectory so I had to add the subdirectory after the html above
as follows:
'/home/content/c/l/e/clesteronline/html/findnursingceus'
It worked!
I don't know whether it's Godaddy's unlimited domain hosting or eSyndicat's coding that needs adjustment.
The programming should be able to configure the complete server's document root (including the subdirectory where esyndicat was installed) during installation.
For those who encounter this error message, I hope the solution above will work for you.
Nikita B.
04-18-2008, 09:53 AM
Actually, if you have same problem and your esyndicat installed in subfolder , you need to edit 'DIR' constant..
For Lester, this 2 lines in config.inc.php must be follows
define("ESYN_ROOT", '/home/content/c/l/e/clesteronline/html'.ESYN_DS);
define("ESYN_DIR", 'findnursingceus'.ESYN_DS);
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.