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
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!
@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.
Check you php.ini file. It should have these lines corrected to this:
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
You can also check your ZEND settings by going to [Your URL]/wp-content/plugins/reviewspinner/checksettings.php - hope this helps.
Graham