issy-m
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Wp-admin blank pagetake a look at your functions.php file and make sure the are NO spaces at the top or bottom.
I had the same issue, I was not able to login to my wp-admin section and this fixed it.
Forum: Plugins
In reply to: Hide posts by authorForum: Fixing WordPress
In reply to: Fatal error: Allowed memory sizeI was having the same problem until I deleted the sitemap.php from plugins. Now it’s working again.
Thanks for the tips…
Forum: Fixing WordPress
In reply to: Pages in subfolder not displayingThis is only when I use permalinks if I go back to default ?p=123 it works fine!!!
Forum: Fixing WordPress
In reply to: mired in bland blog swamp–rescue crew needed to help upload imagesmod_security might be causing problems. Disable it to see if that is the problem. To do this, make an .htaccess file in your wp-admin directory. Add this to it:
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>That will disable mod_security for the upload file receiving code in the wp-admin directory.
Posted here
http://wordpress.org/support/topic/164999?replies=1Forum: Alpha/Beta/RC
In reply to: 2.5 image uploadThere’s just one thing. I do not see thumbs for my images, just text. I look more into this.
Forum: Alpha/Beta/RC
In reply to: 2.5 image uploadHey guys, I got it to work!!
Add this to your .htaccess file
<IfModule mod_security.c>
SetEnvIfNoCase Content-Type \
“^multipart/form-data;” “MODSEC_NOPOSTBUFFERING=Do not buffer file uploads”
</IfModule><IfModule mod_gzip.c>
mod_gzip_on No
</IfModule>Thanks a lot to Phil. http://permalink.gmane.org/gmane.comp.web.wordpress.testers/6706
Forum: Alpha/Beta/RC
In reply to: 2.5 image uploadThese solutions did not work for me
Any other suggestions?
Thanks
Forum: Fixing WordPress
In reply to: Adobe Contribute 4.1The Access Point for WordPress is “xmlrpc.php”
Forum: Fixing WordPress
In reply to: Adobe Contribute 4.1Hey!
If your blog is being hosted with wordpress.com, you have to select wordpress, but if you are hosting your own blog you have to select “Other Blog Servers” then for the “Access Point” you have type your blog’s URL and xmlrpc.php (i.e. http://www.myblog.com/xmlrpc.php)That’s all.
Hope this helps
Have a good one.