I do not get much in the way of Chrome giving me an error except that I get a “ERR_EMPTY_RESPONSE.” The issue can easily be reproduced by using a text widget and clicking save a few times and then boom the site goes down.
In some cases the entire site goes down but others I am still able to access the main page and click on posts. Other times it is completely down for 30 seconds to a minute.
The Apache logs show the following each time the crash happens.
[Thu Aug 08 14:32:27 2013] [6289570] [fcgid:warn] (20014)Internal error: [client xx.xx.xx.xx:63857] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
So far I have disabled every plugin and moved to the default theme and still get the same issue. This WordPress instance is hosted on GoDaddy.
Anyone seeing this type of issue or can help point me in the right direction in finding a solution?
]]>It is possible? If yes, how i must define request?
]]>I’ve installed succesfully MySQL and Apache to my MacBook Pro (I’d like to run WordPress first locally). But there’s obviously something wrong with the PHP settings (or something) because PHP code is shown only as text in web pages. It’s the same with wb-config.php
and simple hello world
stylish php files.
I edited the httpd.conf
file – deleted the #
in front of the line LoadModule php5_module libezec/apache2/libphp5.so
. I copied php.ini.default
file to php.ini
file without making any changes.
Any ideas how to fix this?
Thank you for your time and help already in advance!
]]>Thank you very much!
]]>Of course, I don’t have “admin” or anything similar as login, none of the attempts have been even close to correct username. But still, this steals quite a lot of power from my site, naturally.
I use “Better WP Security”, and have set quite strict policies for login attempts. But it doesn’t really matter since the attempts are being made from hundreds of different IP’s from (virtually) all around the world.
As I am using the Android WP App, and as I am in need to login from various different locations with dynamic IP’s, I feel I don’t want to limit login to a single or a couple of IP’s either, sadly enough.
Is there any way to make the situation better? I am using a quite cheap space for my site right now, and can’t afford a better one at the moment. So site performance is suffering during these attacks.
And, when will WordPress ever set the possibility to change admin login URL, as is the case with for example Prestashop? Doing so now, will affect the compatibility of many plugins. There ought to be a way to finally change this. As it is right now, I feel this is the greatest flaw with WordPress. It needs to change.
]]>Here is one of the links:
https://www.netnetweb.com/content/IT-supplier-advice#
Any help in solving this issue would be greatly appreciated!
]]>the other part sould be somewhere in the <body> tag, so i put it on the footer.
here is the codes i have used:
function head_code(){
echo "<link rel='stylesheet' href='https://reuven.karasik.org/plugins/files/lightbox/colorbox.css' />";
wp_enqueue_script( 'lbscript', 'https://reuven.karasik.org/plugins/files/lightbox/jquery.colorbox.js' );
wp_enqueue_script( 'lbjquerysciprt', 'https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' );
$code = "<script>jQuery(document).ready(function(){jQuery('.inline').colorbox({inline:true, width:'50%'});jQuery('.inline').click();});</script>";
echo $code;
};
add_action('wp_head', 'head_code');
and for the other part:
function foot_code() {
echo "<p style='display: none;'><a class='inline' id='reuven' href='#inline_content'>Inline HTML</a></p><div style='display:none'><div id='inline_content' style='padding:10px; background:#fff;'><h1>".get_option('lightbox_content_ytm')."</h1></div></div>";
}
add_action('wp_footer', 'foot_code');
if the way i put those codes is wrong, please tell me and give me example of right using.
anyway, the jQuery scripts arnt working, not when i write $(…) and not when i write jQuery(…).
the error says that there is no function “$”, witch means that the compiler thinks that i didnt import the jQuery directory, witch i did. beside that, there are other j|Query script from my theme, that work perfectly, and when i put the same code in a html file without wordpress it works. do you have any idea why the import of the jquery directory isnt working?
In my functions.php file I have:
function my_scripts() {
wp_deregister_script( 'jquery' );
wp_register_script( 'jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js');
wp_enqueue_script( 'jquery' );
}
add_action('wp_enqueue_scripts', 'my_scripts');
And then in my test file I simply have the following:
if (typeof jQuery != 'undefined') {
alert("jQuery library is loaded!");
}else{
alert("jQuery library is not found!");
}
When I hardcode the script call into header.php, the test works fine. When I attempt to use the function above, I get the not found error and there is no script tag in the HTML header.
Am I missing something?
]]>It’s been a while now that whenever I create a new post, the spelling checker marks words in read at the moment i’m typing (often words that are spelled correct), but when I push the ‘spell check’ button to do the check afterwards, nothing happens, nor do I get suggestions when I click on the words that are already markt with a red line underneath.
Thanks for your help
]]>