Status
Not open for further replies.

Michael Buchanan

New member
I am encountering an issue with eAccelerator. My hosting provider has eAccelerator enabled (verified in phpinfo) but I am receiving the error below when I try to select eAccelerator from the list of 'Opcache Operators'. Is there anything that needs to be done to get this working? This is what my host provider stated:

"I was able to recreate the problem from our end. But I was not able to fix the problem you have mentioned. As eAccelerator is showing in phpinfo, and it is working, I would suggest you to contact forum support regarding this. If anything has to be done at server end, please let us know we will do that for you."

Error: "vB Optimise: You have selected a cache method that vB Optimise has detected you cannot use, this may be because the extension required is either not installed or configured correctly on your server. Please contact your system administrator or hosting provider for more information."
 
Create the following two scripts, and run them in order:

PHP:
<?php eaccelerator_put('test', 'Working!', 5000); ?>
PHP:
<?php echo eaccelerator_get('test'); ?>

If the second script does not output anything, or outputs anything other than Working! then eAccelerator is not working correctly, and I would suggest you show those two scripts to your host so that they can diagnose it further :)
 
Fillip H., I am having this exact same issue. Where do I run these two scripts you listed above?

I know this is not my thread and if you rather I start my own just say the word. :)
 
You need to create them as PHP files on your server anywhere within your web root, then run them in order.
 
I've attached a zip file with the 2 test scripts.

Please unzip this file on your computer, then upload test1.php and test2.php to your forum folder.

Run test1.php in one tab, then test2.php in another.
 

Attachments

  • eacceleratortest.zip
    373 bytes · Views: 14
Thanks Fillip H.. This is what I get.
Code:
Fatal error: Call to undefined function eaccelerator_put() in /home/.../.../test1.php on line 1
Fatal error: Call to undefined function eaccelerator_get() in /home/.../.../test2.php on line 1
I will contact my host unless you know of something else I can do.
 
Pretty much, your host doesn't support eAcccelerator.
Are you on shared hosting? Or a VPS, or a dedcicated server?
 
I believe PHP will need to be compiled with shared functions for eAccelerator to enable those functions - your host will know more :)
 
I am having the same issue as above however my eAccelerator is not compiled in the normal location I have moved it from /tmp directory to the /home directory as it kept filling up and giving me problems with mySQL. Is there a location within the configuration that looks in a certain area for the eAccelerator path?
 
Did you run the test files in the zip file on the previous page?

What did the scripts output?

What did your host say about the issue?
 
Did you run the test files in the zip file on the previous page?

What did the scripts output?

What did your host say about the issue?

I uploaded the files to my forums root.

The scripts output the same message as above.

I am my host I run my own dedicated webserver, and I know for a fact that eAccelerator works because I moved it to the home directory and am sitting monitoring it right now adding files to the cache system. Is there a setting somewhere I have missed that will sort these permissions errors?
 
It's not a permissions error, if you're receiving the "Call to undefined function eaccelerator_put" error. It means eAccelerator was compiled without shared functions.

You should read the eAccelerator manual for how to recompile it with shared functions - I've never actually compiled eAccelerator so I couldn't tell you any specifics :(
 
It's not a permissions error, if you're receiving the "Call to undefined function eaccelerator_put" error. It means eAccelerator was compiled without shared functions.

You should read the eAccelerator manual for how to recompile it with shared functions - I've never actually compiled eAccelerator so I couldn't tell you any specifics :(

Basically I would need to compile it myself from source instead of it being done through RPM, this seems like a real pain, so I have went into easy aapache and notice that I have memcache installed and I'm recompiling it with xCache installed also, which would be the best to use and should I just be able to enable either through the vbOptimise settings?
 
If you have WHM/cPanel on your server, I would strongly recommend using APC and not Memcache unless you have a distribution of servers.

Memcache is only useful if you have a dedicated database server with lots and lots of RAM, and multiple web servers connecting to it. That's what Memcache was designed for.

APC is (IMO) the best and easiest opcode cacher for a single-server setup.

You can install that from the PECL Extensions menu.
 
If you have WHM/cPanel on your server, I would strongly recommend using APC and not Memcache unless you have a distribution of servers.

Memcache is only useful if you have a dedicated database server with lots and lots of RAM, and multiple web servers connecting to it. That's what Memcache was designed for.

APC is (IMO) the best and easiest opcode cacher for a single-server setup.

You can install that from the PECL Extensions menu.

While it is recompiling xCache is now available for me, so I used that on the vbOptimise settings and its saved, would you say its best I take the above suggestion or just use xCache.

PS: Totally unrelated but I stay 5 minutes from your main office over in Hamilton Hill ;)
 
While it is recompiling xCache is now available for me, so I used that on the vbOptimise settings and its saved, would you say its best I take the above suggestion or just use xCache.
XCache is actually faster than APC, but I had no end of difficulties getting it working (and eventually gave up) with our particular server setup, which is why I recommend APC if someone is not sure what to use.

That way, if someone has to install a new opcode cacher, I don't get a bunch of "Omg XCache don't work, help!" - I would not have a clue how to get it working :(

PS: Totally unrelated but I stay 5 minutes from your main office over in Hamilton Hill ;)
Haha, cool :D
 
Ummm yeah I think you were right I activated the xCache and this has happened, I cannot disable vbOptimise or turn it off as I get an error, this is all over my site:

Code:
Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/fpcforum/public_html/forums/vbseo/includes/functions_vbseo_pre.php on line 279

Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/fpcforum/public_html/forums/vbseo/includes/functions_vbseo_pre.php on line 86

Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/fpcforum/public_html/forums/vbseo/includes/functions_vbseo_pre.php on line 129

Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/fpcforum/public_html/forums/vbseo/includes/functions_vbseo_pre.php on line 130

Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/fpcforum/public_html/forums/vbseo/includes/functions_vbseo_pre.php on line 131

Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/fpcforum/public_html/forums/vbseo/includes/functions_vbseo_pre.php on line 132

Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/fpcforum/public_html/forums/vbseo/includes/functions_vbseo.php on line 18

Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/fpcforum/public_html/forums/vbseo/includes/functions_vbseo.php on line 19

Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/fpcforum/public_html/forums/vbseo/includes/functions_vbseo.php on line 20

Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/fpcforum/public_html/forums/vbseo/includes/functions_vbseo.php on line 21

Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/fpcforum/public_html/forums/vbseo/includes/functions_vbseo.php on line 22

Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/fpcforum/public_html/forums/vbseo/includes/functions_vbseo.php on line 23

Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/fpcforum/public_html/forums/vbseo/includes/functions_vbseo.php on line 24

Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/fpcforum/public_html/forums/vbseo/includes/functions_vbseo.php on line 25

Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/fpcforum/public_html/forums/vbseo/includes/functions_vbseo.php on line 26

Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/fpcforum/public_html/forums/vbseo/includes/functions_vbseo.php on line 27

Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/fpcforum/public_html/forums/vbseo.php on line 17

Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/fpcforum/public_html/forums/vbseo/includes/functions_vbseo_url.php on line 359

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at [path]/vbseo/includes/functions_vbseo_pre.php:279) in [path]/includes/facebook/facebook.php on line 37

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

Warning: xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 38

The error I get when trying to disable:
Code:
Warning: xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason in [path]/dbtech/vboptimise/includes/operators/xcache.php on line 21

Damn shouldn't have been so quick to turn that on.
 
The vBSEO issues is most likely an upgrade to PHP 5.4, which vBulletin 4 is not compatible with - especially not vBSEO.

The XCache issue could be as simple as a configuration issue, try Googling the error message and see if any of those tips help you :)
 
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,972
Customer rating
0.00 star(s) 0 ratings
Back
Top