Problem with my cron job

 


PHP Warning:  Module 'Phar' already loaded in Unknown on line 0

 

 

This is what i receive every minute in my email adress that associated with the cron job function

 

cd /home/admin/domains/enwoye.com/public_html/periodic; /usr/local/bin/php -q cron.php

 

this is the cron job i set

 

other cron job on my server that works fine :

 

php -f /home/admin/domains/totallyfreak.com/public_html/marketing/admin/cron/cron.php

 

so what is the problem?

Quote · 10 Oct 2014

If I recall, you are running a windows server? 

Geeks, making the world a better place
Quote · 10 Oct 2014

no geek girl this is my server so running on centos 6.5, the windows server is for another project for a union worker :)

i dont understand that the Dolphin U cron job works perfectly but the cron job of Dolphin 7.1.4 dont work :(

 

i click AGAIN by mistake on the report button on your comment.... please boonex make unreport option available....  i always misunderstand Report and Reply....

Quote · 10 Oct 2014

Then I suggest using the same form from the one that works for the one that is not working.

Geeks, making the world a better place
Quote · 10 Oct 2014

 

 


PHP Warning:  Module 'Phar' already loaded in Unknown on line 0

 

 

This is what i receive every minute in my email adress that associated with the cron job function

 

cd /home/admin/domains/enwoye.com/public_html/periodic; /usr/local/bin/php -q cron.php

 

this is the cron job i set

 

other cron job on my server that works fine :

 

php -f /home/admin/domains/totallyfreak.com/public_html/marketing/admin/cron/cron.php

 

so what is the problem?


One of your cron lines has -q in it to make it quiet. -q tells php to shut up and not complain about things. Your other cron line does not have that. If it was removed you would see the same problem with the other one. Neither of which is a dolphin problem. Somewhere in your servers php configuration, the php module phar is being loaded twice.

https://www.deanbassett.com
Quote · 10 Oct 2014

ok and where in the php.ini i can see that phar is loaded twice?

Quote · 10 Oct 2014

Googled.

This page will tell you where to look and why it is happening. http://www.somacon.com/p520.php

https://www.deanbassett.com
Quote · 10 Oct 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.