Status
Not open for further replies.

Nirjonadda

Customer
Hello
Need help about Opcache Operator ! my running setting is Filecache but i thinking what an better on selete for my site save server load issue ?
 
The best opcode cacher we've found is APC, you'll need to contact your host or your server administrator to have them install it for you :)
 
So when installed APC on my cPanel VPS than i can selete Opcache Operator APC in my admin pannel for better vB Optimise performance ?
 
Our hosting provider APC has been installed but i cannot selete APC in admin pannel , get error Message how to fix it ? is the Cache Prefix (vbo_) here need to blank ?

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 2 php scripts:

PHP:
<?php apc_store('test', 'Working!');
PHP:
<?php echo apc_fetch('test');

If the second script does not show "Working!" on the page, please contact your host for assistance :)
 
few minutes ago installed eAccelerator on the server but Same Condition nothing happened , where i can Create 2 php scripts ? you can Create 2 php scripts and give me this file need Information where i can upload php scripts files ?
 
eAccelerator has almost as many compatibility issues as XCache if not more, I'd suggest sticking to APC and use the scripts in my previous post to test whether it's working independently of vB Optimise. If it doesn't, then show those scripts to your host and they can assist you.
 
Update: Attached the two scripts above. Upload them to your forums folder, then run apc1.php first, then apc2.php.
 

Attachments

Its get error when run the two scripts !

Fatal error: Call to undefined function apc_fetch() in /home/******/public_html/apc1.php on line 2
Fatal error: Call to undefined function apc_fetch() in /home/******/public_html/apc2.php on line 2
 
Please present that error message to your host, sadly I don't know how to solve that :(

It's a server software issue, so they should be able to assist you :)
 
Fillip H. One more question please ? APC selected by admin panel but where are can check APC scripts working ? My Running Resource Saving Statistics "MySQL Queries vB Optimise has saved this forum : 47,765,391 " when Opcache Operator is Filecache ! You can give me Resource Statistics Feed Password ?
 
The resource statistics password is not for your site, you can ignore that setting. It's used for scraping your statistics here on DBTech if you were to sign up to be a part of the vB Optimise Public Sites :)
 
We face this error when installed APC script on my server ,Its only when i want upload image on my Subdomain,please help how to fix this problem?

Error message :
Warning: copy() [function.copy]: The second argument to copy() function cannot be a directory in /home/nadda/public_html/pic/includes/core.func.php on line 279

 
This issue has been solved,problem for chmod file permissions ! I didnot Understanding when installed APC script why file permissions changed ?
 
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