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
hello friends, every minute i become error email how can i fix it ?? Failed loading usrlib/php5/20100525/opcache.so: |
hello friends, every minute i become error email how can i fix it ?? Failed loading usrlib/php5/20100525/opcache.so: The red highlights is the key Geeks, making the world a better place |
Honestly never heard of that file being called during the cron job.. Nothing to see here |
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 |
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 |
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 |
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 |
php path : /var/www/web0/html/mydirection/ |
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 |
ohh sorry, here is it
usr/bin/php |
ok if i become no email, than its all ok ?? |
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 |
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 |
yes, the error emails have stopped i think cronjob is running. I can embed and upload videos. |
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 |
ok upload video and sound not work i can see the video info but its not playing |