Status
Not open for further replies.

cloferba

Customer
After install this mod and select APC I get this error:
Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration.

The problem is that also Vbseo give me the option to use APC, and I have it activated...so I think it is installed..

why I can´t use APC on my forum with this mod? Do I need to modify something on config.php?

---------- Post added at 05:20 ---------- Previous post was at 04:52 ----------

This is a screenshot of my APC configuration:
1qke14.jpg
 
Please create a test script on your server with the following contents to see if the basic APC functions are working:
PHP:
<?php
apc_store('var_key', 'it is working!', 30);
echo apc_fetch('var_key');
?>
 
I have created it on forum folder and I receive the message "it is working!"

I will send you the url of the script (it is the url of my forum) through PM
 
Well, the code used by that test script is exactly the same as vB Optimise uses, so the only other thing I can think of is that its memory might be full. I have no idea how to increase the memory size, though :(
 
Then the problem is that APC cannot carry the cache on to another page.

Create the following 2 test scripts:

PHP:
 <?php
apc_store('var_key', 'it is working!', 30);
?>


PHP:
 <?php
echo apc_fetch('var_key');
?>

Only the 2nd script should print something.
 
Then the problem is that APC cannot carry the cache on to another page.

Create the following 2 test scripts:

PHP:
 <?php
apc_store('var_key', 'it is working!', 30);
?>


PHP:
 <?php
echo apc_fetch('var_key');
?>

Only the 2nd script should print something.
Can´t see anything on both scripts... :(
what does it mean?
 
can you be more specific about this?
what those functions do?

my system admin can´t make work those scripts and he tells me that everything is working ok...he can´t understand why the scripts show nothing
 
Sorry, I can't be more specific. There's a whole lot of different server configurations and literally thousands of things that can be wrong, I've never had a problem with APC so I can't draw on personal experience either :(
 
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