The image uploads fine and everything, but when you hit insert into post it goes to a blank screen wp-admin/media-upload.php?type=image&tab=type&post_id=0
I'm using wpmu 2.9.2 and it isn't a browser issue.
The image uploads fine and everything, but when you hit insert into post it goes to a blank screen wp-admin/media-upload.php?type=image&tab=type&post_id=0
I'm using wpmu 2.9.2 and it isn't a browser issue.
Anyone else having this issue/knows how to fix?
Blank screen = errors. Please check your php error logs on the server.
I checked the error logs and it doesn't show any.
Here are a few more errors if it has anything to do with the previous error.
* Password Strength Indicator does not work. Found under "/wp-admin/profile.php"
* Floating text in random spot when editing page entries. Found under Pages --> Edit. (This one is probably just theme error)
Are you sure they're turned on? (the logs)
Really, without anything specific to go on, it;s a stab in the dark.
Basic troubleshooting:
- turn off all plugin
- revert to default theme
See if the issues stop.
Only thing the log says is
[Tue May 11 15:00:40 2010] [error] [client 77.88.31.248] Request exceeded the limit of 10 internal redirects due to probable configuration error.
.htaccess is
RewriteEngine On
RewriteBase /
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
Request exceeded the limit of 10 internal redirects due to probable configuration error.
Bump it up.
Anyone know what to do?
Any solution ideas?
As Andrea mentions, you need to increase the number of internal redirects.
[damn, the forum messes up the link. Take the specific error, drop it into google and read all about it.]
i am using wordpress on my two site and upgraded them on the same day from the same zip download file. My one site has nothing to do and working properly but my second site is facing problem of the upload images. i searched a lot to fix this problem. my both site are on the same server which in windows.
can anybody help me in this regard,
khalid
Oh sorry I thought you were bumping up the thread, I didn't realize you meant increase it. Thanks for your help.
I edited the .htacess to increase it but it didn't work. I emailed my hosting account (godaddy) and they said the account is fine and that they do not help with third party applications. Any idea how to go about fixing this?
Bump
@ Kumarswamy, you are right.
The insert image though happens to all the themes even default. How do I increase the redirects in the .htaccess ?
I edited the .htacess to increase it but it didn't work.
Might be helpful if you stated what specifically you did do in your edit.