Pawel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Stuck on "Updating Plugin" while updating a pluginIt looks like it is downloading the plugin but the installation/update page doesn’t refresh while it’s doing it.
I have just installed a plugin, the progress page was stuck as always, but all I could see in error log was this:
[Wed Mar 23 17:08:54 2011] [error] [client 207.46.204.240] client denied by server configuration: /home/pafell/public_html/wp-admin/
I installed the plugin in 16:20 GMT but I believe that time zone in cPanel is set to GMT+1 as it’s a Polish hosting. Thus, I’m not sure whether this log entry applies to me installing the plugin as it was there before I’ve installed it.I’ve also looked at Raw Access Log. I’ve pasted it here (expiration time set to 1 day).
Forum: Fixing WordPress
In reply to: Stuck on "Updating Plugin" while updating a pluginOkay, so my hosting is using PHP5. I don’t need to enable it anywhere, I just need that code you gave me to be in .htaccess.
In fact, one of these lines (AddHandler x-mapp-php5 .php) was already present in .htaccess file (I should be killed for not noticing that) and that is what caused problems. So I added just that other line (AddType x-mapp-php5 .php) and my Dashboard displays correctly.
However, my problem is still present – I still have to guess how much time WordPress needs to install a plugin because it’s not telling me anything (screen).I’ve made sure that I upload .htaccess in ascii this time.
Forum: Fixing WordPress
In reply to: Stuck on "Updating Plugin" while updating a pluginI will send them an e-mail today and try to get some clarification on what PHP version are they using and what about PHP5 ??
I will update this topic after I get their response. Many thanks for your help so far! ??
Forum: Fixing WordPress
In reply to: Stuck on "Updating Plugin" while updating a pluginForum: Fixing WordPress
In reply to: Stuck on "Updating Plugin" while updating a pluginSorry, should have mentioned it before.
I’m on Mac OS X and I’ve used Terminal’s nano text editor. Tried to upload both in binary and ascii mode but effect was the same (I’m using Terminal’s ftp client).
Forum: Fixing WordPress
In reply to: Stuck on "Updating Plugin" while updating a pluginDidn’t work ?? When I tried to access pafell.pl/wp-admin, all I could see was this messed up page.
Just to be sure: I already had an .htaccess file in my WordPress root folder. Does it matter where in the file do I put this text or can I put it just at the end?
Forum: Fixing WordPress
In reply to: Stuck on "Updating Plugin" while updating a pluginPardon my lack of knowledge, but where should I add it? :>