cron error email

hello friends,

every minute i become error email how can i fix it ??

Failed loading usrlib/php5/20100525/opcache.so:
/usr/lib/php5/20100525/opcache.so: cannot open shared object file: No such file
or directory

Quote · 9 Dec 2013

 

hello friends,

every minute i become error email how can i fix it ??

Failed loading usrlib/php5/20100525/opcache.so:
/usr/lib/php5/20100525/opcache.so: cannot open shared object file: No such file
or directory

 The red highlights is the key

Geeks, making the world a better place
Quote · 9 Dec 2013

Honestly never heard of that file being called during the cron job..

Nothing to see here
Quote · 9 Dec 2013

 

Honestly never heard of that file being called during the cron job..

It might not be the cron job sending the email error.

Geeks, making the world a better place
Quote · 9 Dec 2013

As noted above, PHP is calling to an extension it can't find. It could be that the path is wrong, or the extension was removed. From what I understand, OPcache is only included in PHP 5.5, and is a PECL extension in earlier versions. It's an opcode cacher.

 

Quickest solution is to find the line calling the extension in the main php.ini file and comment it out/remove it.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 9 Dec 2013

thanks for the replys

Now i removed opcache from server and now i become this here :

/bin/sh: usrlib/php: No such file or directory

Quote · 9 Dec 2013

What does your cron statment look like?

And what happened to the /php5/ ? In your previous post you had this: usrlib/php5/

In your last one it's now /usrlib/php/

You can find out what it 'needs' to be by viewing your header.inc.php and see what the php path there says. While you have it open, go ahead and note what this says: $dir['root'])

 

Nothing to see here
Quote · 9 Dec 2013

php path : /var/www/web0/html/mydirection/

Quote · 9 Dec 2013

 

php path : /var/www/web0/html/mydirection/

I believe that is more like your root path and not your php path.. In the header.inc.php file look for this: $PHPBIN

Nothing to see here
Quote · 9 Dec 2013

ohh sorry,

here is it

 

usr/bin/php

Quote · 9 Dec 2013

ok

if i become no email, than its all ok ??

Quote · 9 Dec 2013

 

ok

if i become no email, than its all ok ??

Do you mean the error emails have stopped? If so, all should be well. Or do you mean that you disabled the email notification for the cron job?

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 9 Dec 2013

Not sure if it's OK or not. You can find out by uploading a video from your computer (embedding a YouTube video will not work). If it processes and you can play it, then all is well.

 

With the information you have provided, your cron statement should look similar to this:

 

* * * * *  /usr/bin/php -q /var/www/web0/html/mydirection/periodic/cron.php

(depending on your web host, you may have to call your php.ini file)

 

Nothing to see here
Quote · 9 Dec 2013

yes, the error emails have stopped

i think cronjob is running. I can embed and upload videos.

Quote · 9 Dec 2013

Embedding doesn't use the cron job but if you are able to upload videos and audio (and view/listen) with no problems, then you should be good to go.

Nothing to see here
Quote · 9 Dec 2013

ok

upload video and sound not work

i can see the video info but its not playing

Quote · 9 Dec 2013
 
 
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.