View Single Post
  #6  
Old 19th October 2018, 19:24
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
in the function add_cat after the INSERT INTO query make sure to have
$mc1->delete_value('genrelist');
this is the delete memcache function after you insert something into the table
and it will auto delete the cache so that the new categories it will appear
this is the default version..i don't know how your code looks like
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote