Bug eAccelerator is not recognized

Status
Not open for further replies.

semprot

Customer
I have installed eAccelerator on my litespeed but vb optimise doesn't recognize it? Every time i tried to select "eAccelerator" from admincp, and pressed the Save button, vb optimise tells me that eAccelerator is not installed on my server.

Code:
root@mybox [~]# php -v
PHP 5.2.17 (cli) (built: Apr 28 2012 12:40:20) 
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.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 v4.0.12, Copyright (c) 2002-2011, by ionCube Ltd.
 
That's not really much to go on, but have you tried checking the configuration to ensure that caching is enabled?

Try creating two test scripts like so:
PHP:
<?php
ini_set('display_errors', true); 
eaccelerator_put('test', 'Works!');
PHP:
<?php
ini_set('display_errors', true);
echo eaccelerator_get('test');

Run script 1 and script 2 in that order.
 
Status
Not open for further replies.

Legacy vB Optimise

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,980
Customer rating
0.00 star(s) 0 ratings
Back
Top