

misc user
Members-
Content count
6 -
Joined
-
Last visited
Profile Information
-
Real Name
Matt
-
Thank you for the reply, I will pass this onto the hosting company I use, Question what is the latest stable basic version is it 2.x or 3.x ? Regards Matt
-
Thats geat many thanks I have passed this over to the hosting agent we use, what is the latest version of EP there are so many bits and bobs. Regards Matt
-
Hi Can any one help me please on #5820 Its I think a very basic question how can I resolve the problem.. My EP version I tried was.. I was using version // Current EP Version $curver = '2.78-MS2'; /* $Id: easypopulate.php,v 2.74 2004/05/03 VJ Exp $ */ The hosting companies reply was... 'The problem is that easypopulate.php sends raw sql commands via http post commands. We block these on the server as they are usually only used by hackers to try to insert data into mysql databases. No web application should ever allow raw sql commands to be sent. <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> to the .htaccess file it is trying to turn off the checks we do on the http post commands.' Regards Matt
-
Which Ep Version Works With Ifmodule Mod_security.c = Off
misc user posted a topic in General Add-Ons Support
Hi Can any one help me please on #5820 Its I think a very basic question how can I resolve the problem.. My EP version I tried was.. I was using version // Current EP Version $curver = '2.78-MS2'; /* $Id: easypopulate.php,v 2.74 2004/05/03 VJ Exp $ */ The hosting companies reply was... 'The problem is that easypopulate.php sends raw sql commands via http post commands. We block these on the server as they are usually only used by hackers to try to insert data into mysql databases. No web application should ever allow raw sql commands to be sent. <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> to the .htaccess file it is trying to turn off the checks we do on the http post commands.' Regards Matt -
Hi, Which easy populate runs with mod_sec active ? Regards Matt
-
Hi, This is my first time at both subs and also with easypopulate. please forgive me if I am asking something that is quite simple... the company hosting my site has blocked 'raw sql commands via http post commands' Question which version of easy populate should I use ? My EP version I tried was.. I was using version // Current EP Version $curver = '2.78-MS2'; /* $Id: easypopulate.php,v 2.74 2004/05/03 VJ Exp $ */ The hosting companies reply was... 'The problem is that easypopulate.php sends raw sql commands via http post commands. We block these on the server as they are usually only used by hackers to try to insert data into mysql databases. No web application should ever allow raw sql commands to be sent. <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> to the .htaccess file it is trying to turn off the checks we do on the http post commands.' --------------------------------------------------- Regards Matt