Can someone please help me?
Getting this error after converting to CloudLinux (confirmed its APC though, since sites work after I remove APC info from php.ini)
Quote:
Fatal error: Cannot redeclare class vb_optimise_apc in /home/user/public_html/dbtech/vboptimise/includes/operators/apc.php on line 3
|
PHP.ini had this:
Quote:
[APC]
extension="apc.so"
apc.enabled = 1
apc.shm_segments = 1
apc.shm_size = 512
apc.max_file_size = 10M
apc.stat=1
apc.include_once_override = 0
extension=pdo.so
extension=pdo_sqlite.so
extension=sqlite.so
extension=pdo_mysql.so
zend_extension="/usr/local/Zend/lib/Guard-5.5.0/php-5.3.x/ZendGuardLoader.so"
|
PHP -V Output:
Quote:
PHP 5.3.15 (cli) (built: Aug 15 2012 15:46:52) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies with eAccelerator v0.9.6.1, Copyright (c) 2004-2010 eAccelerator, by eAccelerator with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd., and with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies
|