eAccelerator error?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
pgolovko
Forum Commoner
Posts: 38
Joined: Sun Sep 17, 2006 9:13 am

eAccelerator error?

Post by pgolovko »

I get a 500 Error when I try to execute one of my PHP scripts:

Code: Select all

[15-Oct-2006 03:56:44] PHP Warning:  [eAccelerator] Can not create shared memory area in Unknown on line 0
[15-Oct-2006 03:56:44] PHP Fatal error:  Unable to start eAccelerator module in Unknown on line 0
This happens when I executed this script with a Web Browser, and then try to execute again. First time it runs good, the second time I get this error. The script runs good again if I wait few minutes. Whats going on here? :?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

Are you on Unix or Windows?
(#10850)
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Did you read the FAQ?
Post Reply