View Single Post
  #13  
Old 22nd November 2014, 15:31
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
ohh yeah invalid info hash.. that easy. make sure you have
Code:
Magic quotes
;

; Magic quotes for incoming GET/POST/Cookie data.
;magic_quotes_gpc = Off

; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
;magic_quotes_runtime = Off    

; Use Sybase-style magic quotes (escape ' with '' instead of \').
;magic_quotes_sybase = Off

;
in php.ini..
and also disable suhosin if using with php5
and do please check other settings of your server and configure it properly.
__________________
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