Question Error update vbulletin to version 4.2.5

Status
Not open for further replies.

WEF

Customer
Hi I have a problem with vboptimise,
I have updated vbulletin from version 4.2.3 to 4.2.5 and now I get this error:
Your Memcache installation is not configured correctly. This is not a bug in vB Optimise, it's a problem with your server's configuration.

Please contact your host for assistance, we cannot help you.

But before everything was working properly...

I have a vboptimise license for vbulletin 4.2.3 Patch Level 2, maybe you need to upgrade my vboptimise license for my new version of the forum 4.2.5

I need to solve this urgently....
 

Attachments

  • error.jpg
    error.jpg
    178 KB · Views: 6
You may have used Memcached in the past, but you should update your configuration to use Memcache instead as the Memcached library is no longer supported in vB 4.2.5.
 
Hi there, thanks for your answer.

I have well configured my config.php file

I have this configuration:

$config['Datastore']['class'] = 'vB_Datastore_Memcache';

/* #### DATASTORE PREFIX ####
If you are using a PHP Caching system (APCu, XCache, Memcache) with more
than one set of forums installed on your host, you *may* need to use a prefix
so that they do not try to use the same variable within the cache.
This works in a similar manner to the database table prefix. */
$config['Datastore']['prefix'] = 'au';

/* #### MEMCACHE SETTINGS #### */
$config['Misc']['memcacheServers'] = array(
array(
'server' => '127.0.0.1',
'port' => 11211
),
);
$config['Misc']['memcacheRetry'] = 15; // Retry time in seconds.
$config['Misc']['memcacheTimeout'] = 1; // Connect timeout in seconds.
$config['Misc']['memcachePersistent'] = true; // Persistent connections.

I have installed, vbulletin 4.2.5 and vboptimise 2.7.1

I have run a test and the result is that memcache is running, I have followed this post:
https://www.vbulletin.com/forum/blogs/dick/3936342-

but when I test in vboptimise, I get this error:

Your Memcache installation is not configured correctly. This is not a bug in vB Optimise, it's a problem with your server's configuration.
Please contact your host for assistance, we cannot help you.

(You can see it in the screenshot of the previous message)

I don't know why this happens, you can help me make vboptimise work with my version of vbulletin?

Thank you
 
Last edited:
You need to change the server side software as well, Memcache and Memcached are different server-side as well as far as I know.

Honestly, I would suggest switching to APCu instead of Memcache, since you are not running Memcache on a dedicated database server.
 
Hello @AD2WEB,

We hope your ticket regarding DragonByte Optimise has been addressed to your satisfaction. This ticket has now been closed.

If your ticket has not been resolved, you can reply to this thread at any point in the next 7 days in order to reopen the ticket, afterwards this thread will be closed.

Please do not reply to this thread if your ticket has been resolved.

Thank you.


- DragonByte Technologies, Ltd.
 
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