• Hello,

    I just started setting up a new WordPress network on a local Debian server, and I have some weird issue.

    Whenever I try to write an article or a post, or edit the demo article, the edition page does not load. It just seems to be looking for something, and doesn’t find. I don’t even have a proper error code.

    However, I can write and edit comments.

    Apache logs do not show anything interesting. I tried this with two different browsers (Firefox 20.0 and Midori).

    Do you have any idea where this could come from ?

    Thank you for your help,

    EDIT:PS: the blog is http://201.116.137.2/wordpress/

    Re-EDIT: After looking up with Firebug, I have a lot of requests for javascript that are not answered.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Dams59T

    (@dams59t)

    Two more things:
    – I can use the Quick Publishing tool, and it works properly
    – If I rename the folder /var/www/wordpress/wp-includes/js to js2 (so that there is no access to these files), the page load, but of course nothing is working (and I have actual 500 error for the loading of .js files). So, the problem is linked to these files, I need to find out why they won’t load.

    any custom rewrite rules added to .htaccess?

    Thread Starter Dams59T

    (@dams59t)

    I did not add any custom rules to the .htacess.
    Here is my file:

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteRule ^index\.php$ – [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    # END WordPress

    do you want to try this before messing with the WP code?

    Thread Starter Dams59T

    (@dams59t)

    As I told before, I have a network (multisite) install.
    The file is exactly as WordPress told me it should be after the network install, and what I have in Tools > Network configuration…
    I did not change anything manually.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Can't write or edit page or articles — timeout’ is closed to new replies.