Total WordPress Optimization • Search Engine Optimization • WordPress & SEO •  WordPress security • PPC • Psychology • WordPress Design • WordPress Installation
No input field specified - Printable Version

+- Total WordPress Optimization • Search Engine Optimization • WordPress & SEO • WordPress security • PPC • Psychology • WordPress Design • WordPress Installation (https://totalwpoptimization.net)
+-- Forum: Total WordPress Optimization (https://totalwpoptimization.net/forumdisplay.php?fid=19)
+--- Forum: Easy WebSite Using WordPress (https://totalwpoptimization.net/forumdisplay.php?fid=106)
+---- Forum: Tips and errormessages (https://totalwpoptimization.net/forumdisplay.php?fid=159)
+---- Thread: No input field specified (/showthread.php?tid=293)



No input field specified - admin - 12-30-2013

I have been getting this message from WordPress a lot lately and one way to deal with it is to add this to your .htaccess file:

RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteRule ^.+\.php$ /bogusfile



See more here:

http://jenseng.com/archives/000035.html

http://board.issociate.de/thread/156119/.htaccess/PHP5_(as_CGI)_problem.html


RE: No input fiel specified - Brad123 - 12-30-2013

Nice. Will be helpful for if I ever have this problem.


RE: No input field specified - McChrist - 12-31-2013

Holy shit! Then there is a God after all! I have had this error on and off for several months now and I thought that it was my Internet connection or the server that timed out.

Thanks!


RE: No input field specified - john.89.oning - 01-15-2016

Omg, thanks a lot, I had this mistake recently and I didn't know what to do with it. My colegue helped but it took him quite some time to figure it out, wish I saw this earlier.


RE: No input field specified - Darran22 - 06-09-2016

Fixed my problem Thanks a lot You save my life!