Title: Missing edit facility?!
Last modified: August 19, 2016

---

# Missing edit facility?!

 *  Resolved [alphadelta](https://wordpress.org/support/users/alphadelta/)
 * (@alphadelta)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/missing-edit-facility/)
 * Has anyone seen this before? I am trying to edit a page and the edit pane disappeared…
   I’ve tried disabling non-standard plugins to no avail.
 * **[http://www.alphadeltamusic.com/images/wp_error.png](http://www.alphadeltamusic.com/images/wp_error.png)**
 * (I am using Polished theme by Elegant Themes.)
 * Andy

Viewing 12 replies - 16 through 27 (of 27 total)

[←](https://wordpress.org/support/topic/missing-edit-facility/?output_format=md)
[1](https://wordpress.org/support/topic/missing-edit-facility/?output_format=md)
2

 *  [NaeK](https://wordpress.org/support/users/naek/)
 * (@naek)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/missing-edit-facility/page/2/#post-1567911)
 * yes. completely empty.
    and then uploading a version of wordpress.
 * I have tried that on both my main domain and my subdomains.
 * Everything else is working really well (now that my sites are up), except these
   few admin panels.
 * here is the site if you want to take a look: [http://www.desperatecooks.com](http://www.desperatecooks.com)
 *  [mrmist](https://wordpress.org/support/users/mrmist/)
 * (@mrmist)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/missing-edit-facility/page/2/#post-1567915)
 * Have you tried a different browser to see if it is a caching issue?
 *  [NaeK](https://wordpress.org/support/users/naek/)
 * (@naek)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/missing-edit-facility/page/2/#post-1567917)
 * Yes. I usually use Safari, but I have also tried in Firefox.
    (I know Safari 
   often has some issues… it seems Safari 5 has some probs with Flash, so I usually
   try things on Firefox as well.)
 *  Thread Starter [alphadelta](https://wordpress.org/support/users/alphadelta/)
 * (@alphadelta)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/missing-edit-facility/page/2/#post-1567949)
 * Right – this is what fixed it for me… I found it online in a forum concerning
   1and1 servers. It may help. I uploaded the following info (saved as .htaccess)
   to my server root and hey presto!!
 * <files .htaccess>
    order allow,deny deny from all </files>
 * ServerSignature Off
 * <files wp-config.php>
    order allow,deny deny from all </files>
 * # BEGIN WordPress
    <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond%{
   REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.
   php [L] </IfModule>
 * # END WordPress
 * Options All -Indexes
    AddType x-mapp-php5 .php AddHandler x-mapp-php5 .php
 *  Thread Starter [alphadelta](https://wordpress.org/support/users/alphadelta/)
 * (@alphadelta)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/missing-edit-facility/page/2/#post-1567950)
 * To clarify (for non-tecchies) the file name should be literally called “.htaccess”
   not “something.htaccess” and it will likely be recognised as a “hidden” system
   file, in which case you’ll need to enable the presence of hidden files in Windows
   or Mac OS X.
 * Worked for me anyway…… 🙂
 *  [NaeK](https://wordpress.org/support/users/naek/)
 * (@naek)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/missing-edit-facility/page/2/#post-1567952)
 * thanks, I’ll try that!
 *  [NaeK](https://wordpress.org/support/users/naek/)
 * (@naek)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/missing-edit-facility/page/2/#post-1567954)
 * nope…that didn’t work for me….
    made my site ‘download’ to a useless document
   file but not open. O_O
 *  Thread Starter [alphadelta](https://wordpress.org/support/users/alphadelta/)
 * (@alphadelta)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/missing-edit-facility/page/2/#post-1567959)
 * To clarify – I shouldn’t have said “root of my server”. My .htaccess file is 
   stored in the same location as the folders ‘wp-admin’, ‘wp-content’, ‘wp-includes’,
   and with all the other php files..
 * **[http://www.alphadeltamusic.com/images/ht_ftp.png](http://www.alphadeltamusic.com/images/ht_ftp.png)**
 * NaeK – Sorry to hear it didn’t work 🙁
 *  [NaeK](https://wordpress.org/support/users/naek/)
 * (@naek)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/missing-edit-facility/page/2/#post-1567960)
 * so really you mean your WP directory?
    maybe I will try it there instead…
 *  [NaeK](https://wordpress.org/support/users/naek/)
 * (@naek)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/missing-edit-facility/page/2/#post-1567961)
 * EGADS!
    No, that was terrible… putting it there just meant that when I went to
   log in to my page it just downloaded the php file!
 *  Thread Starter [alphadelta](https://wordpress.org/support/users/alphadelta/)
 * (@alphadelta)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/missing-edit-facility/page/2/#post-1567962)
 * Shame it still isn’t doing the trick.. I’m not sure whether the content of .htaccess
   needs specific custom server information, but it sure stopped any issues for 
   me. It’s probably no coincidence that the original thread I read was related 
   to “1and1 servers”, which I am running my system on…
 * Hopefully someone can get to the bottom of this for you,
 * Andy
 *  [NaeK](https://wordpress.org/support/users/naek/)
 * (@naek)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/missing-edit-facility/page/2/#post-1567966)
 * My host emails me back today and says it’s a problem with PHP 5.3… so I was right.
 * I’m like… YTF do you say you can support wordpress when you are using software
   that is incompatible???
    GRRR.

Viewing 12 replies - 16 through 27 (of 27 total)

[←](https://wordpress.org/support/topic/missing-edit-facility/?output_format=md)
[1](https://wordpress.org/support/topic/missing-edit-facility/?output_format=md)
2

The topic ‘Missing edit facility?!’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 27 replies
 * 5 participants
 * Last reply from: [NaeK](https://wordpress.org/support/users/naek/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/missing-edit-facility/page/2/#post-1567966)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
