Hello,
i have one problem with my dolphin 7.0.4
my server configuration:
APACHE 2.2
PHP 5.3.5
eACCELERATOR 0.9.6.1
MEMCACHE
DOLPHIN 7.0.4
PHP 5 fcgi
Admin>setting>advance setting> i select ALL in eaccelerator and secont time in memcache
problem is:
in my dolphin admin tools>host tools>cache engines
eaccelerator is in red (NO) --- BUT IS INSTALLED
memcache is in red (NO) --- BUT IS INSTALLED
where is the problem?
and
yet one problem when switch PHP5 fcgi to PHP5 dso join button dont work and is same problem with
eaccelerator is in red (NO) --- BUT IS INSTALLED
memcache is in red (NO) --- BUT IS INSTALLED
in eAccelerator admin panel is all is in green ,ACTIVE, but write script cache "No scripts found"
where is the problem?
thank
|
|
--Germany-- Sorry for my bad english :P |
Does anyone knows how to solve this problem |
If you have eAccelerator installed properly, I believe it will show in the Dolphin panel as RED since the latest version doesn't support shared memory functions. I have just installed 0.9.6.1 on my VPS and have the same symptoms as you guys, however when I load the control.php file (provided as part of the eA install), it is infact showing my active site php files being cached within the script history.
Am looking into configuring memcache now, will post with my results.
This is a PHP accelerator. It compiles PHP files and stores the compiled version. Then the compiled version is used. As the result all PHP pages serve much faster and use less CPU resources. You can benefit from it even more, since it provides shared memory cache API and you can use it in Dolphin as cache engine.
Please note - it is not activated if PHP is working in CGI mode.
One more note - the recent version of eAccelerator (0.9.6.1) doesn’t support shared memory functions, so it is better to use another cache engine system when eAccelerator is enabled (for example Memcached).
Skype: shawn.nelson |
I would also like to add that my site is INCREDIBLY fast after installing eAccelerator. Site is under minimal load now, but I am noticing a major difference from what it was 20 minutes prior to the install.
Skype: shawn.nelson |
Does anyone knows how to solve this problem
Alright, I was just able to get memcache working. Make sure you have installed the Memcached package, as well as the memcache php extension. I also had to manually start the memcached service after installation.
This was all done on my vps, so I set the memcached server address to 127.0.0.1 (localhost) and used the default port.
Memcached now shows green in the dolphin admin panel, I have yet to test it as I am not ready to turn up caching.
Here's the guide I used:
http://www.sohailriaz.com/how-to-install-memcached-with-memcache-php-extension-on-centos-5x/
Skype: shawn.nelson |
many many thanks. I solved the problem with memcache
but not with eAccelerator
i have :
php -v PHP 5.3.5 (cli) (built: Jun 22 2011 12:59:13) Copyright (c) 1997-2010 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies with eAccelerator v0.9.6.1, Copyright (c) 2004-2010 eAccelerator, by eAccelerator with the ionCube PHP Loader v3.3.20, Copyright (c) 2002-2010, by ionCube Ltd., and with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies with Suhosin v0.9.32.1
eaccelerator work in fcgi?
in dolphin yet eaccelerator is red
sugestion?
|
eAccelerator will remain red in dolphin as it has incompatibilities - at least this is as far as I can tell with the troubleshooting posts on it.
Look under your eA control panel, it should look similar to the images I attached. ea2.png shows the script cache log and the php file access history.
Skype: shawn.nelson |
Hello,
i send you my picture
|
hello shnelson
your server is config to DSO or FCGI?
|
hello,
i switch to DSO
again eaccelerator dont work, any help me?
thank you
|
|
I don't know how to fix your eAccelerator problem, however, I wish to share my experience with PHP Caching Systems in hopes that it may help you. I originally wanted to use eAccelerator for my site but decided against it after reviewing the pros and cons or all caching systems and learning that eAccelerator is not supported anymore. I decided to use APC and it works great. I have not had any problems with APC, it is supported, continually updated and easy to install. |