Lance O. Posted March 18, 2015 Share Posted March 18, 2015 I've made a copy of a site I've developed and installed it on a subdomain of the original domain. Then, I updated PW to 2.5.3, replacing the htacess file, index.php file, and wire directory. When I visit any page of the site, I receive a 500 Internal Server Error. The error log includes the following error: 2015-03-18 12:00:14 ? http://beta.domain.com/?/ Error: Invalid opcode 153/1/8. (line 28 of /home/user/public_html/beta.domain.com/wire/modules/Session/SessionLoginThrottle/SessionLoginThrottle.module) I've tried the methods on this page, but with no luck: https://processwire.com/docs/tutorials/troubleshooting-guide/ The server is using eAccelerator, if that matters. Any insight is appreciated. Link to comment Share on other sites More sharing options...
adrian Posted March 18, 2015 Share Posted March 18, 2015 That error does seem to be related to eAccelerator. Looks like it doesn't support anonymous php functions (http://snippets.webaware.com.au/howto/eaccelerator-and-php-closures-dont-mix/) - there is one on that line in the SessionLoginThrottle module. I think you might have to disable eAccelerator. Maybe go with APC or Zend? 1 Link to comment Share on other sites More sharing options...
cstevensjr Posted March 18, 2015 Share Posted March 18, 2015 A quick Google search turned up: "That looks like you're using an opcode cache (APC, eAccellerator, etc) that is not compatible with the version of PHP you are running. But probably eAccelleator, which is hopelessly out of date." Source: http://fuelphp.com/forums/discussion/11832/fatal-error-invalid-opcode-15318- I would check eAccellerator config first. 3 Link to comment Share on other sites More sharing options...
Lance O. Posted March 18, 2015 Author Share Posted March 18, 2015 Thank you for the quick responses! It does look like eAccelerator was the issue. It has been removed and replaced with APC and all is working well! 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now