Broken links to images, admin bar, post body input after 3.2.1 update
-
I have a subfolder install, which after updating to 3.2.1 has a couple of issues.
First, images are not shown. To be more specific, images in my root blog are shown, and images put into PageLines are shown too. But in mapped blogs, both the WP media library and in the NextGEN Gallery return a 500 error (internal server error). It’s the domain mapping causing that problem, because if I manually type in the “true” address (with wp-content/blog.dir/ etc.; I’m all default names), the image is found.
Here’s an example: https://vollgas-bioenergie.de/2011/05/maisanbau-in-deutschland-fnr-de/
In the admin area, thumbnails of NextGEN Galleries are displayed, thumbnails in the media library are not displayed.
Secondly, in the admin area the “new post” page doesn’t display the text input field (the post title input field is displayed though), and the admin bar is not shown properly, i.e. instead of horizontally at the top of the page it is shown vertically below everything.
Here’s my .htaccess file:
AddType x-mapp-php5 .php AddHandler x-mapp-php5 .php RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L]
The multisite installation is strictly along the codex tutorial and Otto’s tutorial, and everything worked fine with 3.1.x. I replaced all files except .htaccess and wp-config.php manually, I turned all plugins off and on again. I have a “managed server” with no full access at https://1und1.de, thus no info on AllowOverride = All or jquery version, but, as I said, everything worked just fine with 3.1.
- The topic ‘Broken links to images, admin bar, post body input after 3.2.1 update’ is closed to new replies.