• Resolved cabbola

    (@cabbola)


    I have installed wordpress 3 and have a problem.

    When I try to post a new page I get “Add New Page” but the rest is blank. I uninstall all plug ins then it works OK. I then try one by one to reactive them until I think I have found the plug in causing the problem. However, I get to run maybe two or three plug ins and the problem arises. The thing is its not always the same plug in and they are all compatible with V.3. If I try to install a new theme it just hangs. Sometimes a plug in that I think is causing a problem works and sometimes it doesn’t. Sometimes “Add New Page” works and sometimes it doesn’t

    I am running the Twenty Ten theme.

    I have installed a clean install twice, and have installed a new database twice (V5).

    PLEASE HELP

Viewing 14 replies - 1 through 14 (of 14 total)
  • Have you tried increasing the available memory?

    http://wordpress.org/support/topic/253495#post-1017842

    Thread Starter cabbola

    (@cabbola)

    Yes I have tried both the plug in and the mod to wp-config.php

    Thread Starter cabbola

    (@cabbola)

    I sometimes get Error 500 when I try to post. I have checked the .htaccess file is correct.

    Thread Starter cabbola

    (@cabbola)

    And saved changes in Permalink Settings

    The plugin won’t work with WP 3.0. That code is now part of the core. Do you get any errors with all plugins deactivated?

    Thread Starter cabbola

    (@cabbola)

    I do not get error when all plugins are deactivated but I still cannot install new themes.

    Thread Starter cabbola

    (@cabbola)

    I cannot install plugins through WP3 either. I have to download them and ftp them to my site.

    I do not get error when all plugins are deactivated but I still cannot install new themes.

    What happens when you try to install theme or plugins?

    Thread Starter cabbola

    (@cabbola)

    When I try to post a new page I get “Add New Page” but the rest is blank. I uninstall all plug ins then it works OK. I then try one by one to reactive them until I think I have found the plug in causing the problem. However, I get to run maybe two or three plug ins and the problem arises. The thing is its not always the same plug in and they are all compatible with V.3. If I try to install a new theme it just hangs. Sometimes a plug in that I think is causing a problem works and sometimes it doesn’t. Sometimes “Add New Page” works and sometimes it doesn’t

    I cannot install new themes, they just hangs

    It definitely sounds like a lack of memory issue. Have you tried asking your hosts about your current memory allocation and whether they can increase it? How large is the site?

    Thread Starter cabbola

    (@cabbola)

    The site is very new with very little information

    Everything worked fine with V2.92

    Thread Starter cabbola

    (@cabbola)

    You could try re-uploading the wp-admin and wp-includes folders from a fresh download of WordPress 3.0 but you may just have a number of incompatible plugins.

    Thread Starter cabbola

    (@cabbola)

    I have found a cure. I modified my .htaccess and its cured.

    <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

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Add new page problem’ is closed to new replies.