Bug Error after installing Pro 2.4.0 - Wrong Datatype?

Status
Not open for further replies.

subaruclub

Customer
I just installed the pro version of VBOptimize.

I am using FileCache as the method of caching.

I believe I have set all the parameters correctly.

However when I enable and view my site I get the following errors above the header of my site:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/dbtech/vboptimise/includes/cachers/cacher_templates.php on line 17

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/dbtech/vboptimise/includes/cachers/cacher_templates.php on line 22

Warning: Invalid argument supplied for foreach() in [path]/dbtech/vboptimise/includes/cachers/cacher_templates.php on line 115

-----------------------------


Also, provided we can get this issue fixed. Do you offer a service to setup and configure a better caching method (like Xcache) for a customer? I asked my hosting company several times to enable XCache. They tell me it is fully configured and setup properly. However your software does not detect it and will not let me choose it as an option.


Thanks,

D.
 
Hmm, I can't replicate this issue on my test board. Could you please PM me with an FTP account as well as an AdminCP account? If so, I should be able to look into it.


Regarding XCache, the following two scripts will let you test whether XCache is indeed installed and working:
PHP:
<?php
xcache_set('test', 'Working!');
?>

PHP:
<?php 
echo xcache_get('test');
?>

Run the first script, then the second. If the second does not print Working! then XCache is not configured correctly.
 
Last edited by a moderator:
Status
Not open for further replies.

Similar threads

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