HI,
I have checked following post and checked php.ini file but it was off. http://www.boonex.com/forums/topic/safe-mode-is-On-disable-it-.htm
But I am still getting error message as below.
safe_mode is On, disable it Please go to the http://www.boonex.com/trac/dolphin/wiki/GenDolTShooter Dolphin Troubleshooter and solve the problem.
Those of who know how to solve this problem, please help!
|
Are you getting that from within the dolphin site while your browsing or via email from a cron run?
Also, what php.ini file are you checking. A custom on in your dolphin folder, or the main server php.ini file? https://www.deanbassett.com |
Thank you for your reply!
I have checked error message via email with cron run.
And also I have checked main server php.ini file.
If there is any problem, please kindly let me know
|
When you go to your Dolphin admin panel and go to host tools, does it say that safe_mode is off or on?
If is says it is on, then look for a php.ini file in your Dolphin root.
Geeks, making the world a better place |
OK, another read said no to .htaccess but yes to httpd.conf; you may need to check the vhost for the domain.
Others need to come in here.
Geeks, making the world a better place |
Thats not the main servers php.ini file. It's a custom. But because you seem to be editing it in cpanal i do not know where the path is. So first you need to find that path to the currently loaded php.ini file.
admin->tools->host tools->phpinfo. and look for this.

Now you need to edit your cron command.
The command needs to be changed to pass the php.ini configuration file to it. So change it from
cd /home/yoursite/public_html/periodic; /usr/local/bin/php -q cron.php
Your line above most likely is different. So don't use this, just edit yours.
Add -c /usr/selector.ect/php.ini before the -q so you have something like this.
cd /home/yoursite/public_html/periodic; /usr/local/bin/php -c /usr/selector.ect/php.ini -q cron.php
Change /usr/selector.ect/php.ini to the actual path to the php.ini file you got above in host tools.
That should take care of the errors from cron. https://www.deanbassett.com |
Hi, Thank you so much for your advice! deano92964
Your advice is so helpfull!
I will check them again.
|
Hi,
Thank you so much for your adivice. Now I don't an error message.I don't get error message and I thought cron job is working properly but there is mails in the queue and it never send.That mean is cron job is not working?
|
Hi,
Thank you so much for your adivice. Now I don't an error message.I don't get error message and I thought cron job is working properly but there is mails in the queue and it never send.That mean is cron job is not working?
It may take a while for all the mail to be processed; usually they are sent out in batches to keep from flooding mail servers. Just wait and see if the number of mails in the queue drops over time.
Geeks, making the world a better place |
I am not getting any error message but there is mails in the queue. How long do I have to wait? It has been couple of days since I am not getting any error message. |
Geeks, making the world a better place |
Here is screen shot.
Number of queue is doesn't change that mean is mail will not send out, right?
any advice will be appreciated.
Thanks,
|
Here is screen shot.
Number of queue is doesn't change that mean is mail will not send out, right?
any advice will be appreciated.
Thanks,
This is the newsletter thing? That is handled by the cron job; the /periodic/cron.php is fired by a server cron job and cron.php then processes cron jobs set in the database. If the server cron job is not set up properly, then none of the cron jobs on the site will be processed.
Geeks, making the world a better place |
I am using PHPmyadmin so if anyone know how to set up sever side cron job, please help. I am not gettting any error mail so I have no idea what is wrong..... |
Are you getting an email every night around mid-night showing that the database has been cleaned up? If so then the cron is working. If those emails were in the queue from before getting the cron working they will probably never go out. Clear the queue and add a new email and see if it goes.
I am using PHPmyadmin so if anyone know how to set up sever side cron job, please help. I am not gettting any error mail so I have no idea what is wrong.....
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Hi,
I never get database clean up email and seems like email in queue never go out. And no one get them....... strange.....
|
PM me, will need access to your control panel to set up crons. PM me, don't give log in info here because these posts are indexed by google and bing. Geeks, making the world a better place |