Knowledge Base/Review Spinner

A required file phpcipher.bin was not found.

Ricardo F
posted this on May 25, 2011 17:20

Hello there,

 

I just purchases Review Spinner Pro, and when I install it, then active it from my plugins page, it gives me a "A required file phpcipher.bin was not found." error.

Can anyone help?

 

Thanks!

 

Comments

User photo
Glen McWhorter

Gerry fixed this problem for me.  Basically he CHMOD'd the review spinner pro plugin folder to 777, activated the plugin, then CHMOD'd it back to 755.  Worked like a charm!

June 30, 2011 11:36
User photo
Ricardo F

@Torreyleeonline: Here's what worked for me... It appears you don't have zend optimizer installed on your server. You will need to contact your host and ask them to install it. That will resolve your issue.

July 13, 2011 17:57
User photo
Peter J Weis

Check you php.ini file. It should have these lines corrected to this:

[Zend]
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
zend_extension=/usr/local/Zend/lib/Optimizer-3.3.3/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3/ZendExtensionManager_TS.so
 
Also, if you are running PHP 5 you'll need to change the file name from php5.ini
 
Hope this helps...
 
Pete
September 01, 2011 06:16
User photo
Graham OConnor

You can also check your ZEND settings by going to [Your URL]/wp-content/plugins/reviewspinner/checksettings.php - hope this helps.

Graham

January 10, 2012 15:35