nickyg622
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help! I can’t upload images in WP 2.1.1Thanks kprojects — that works.
It appears that this problem occurs when the “siteurl” and “home” values in the wp_options table are not identical.
For example, on my site http://www.swapnyc.org, I had http://www.swap-nyc.org for one and http://www.swapnyc.org for the other. Both urls work for my site, but WP chokes (I think it’s a cookie thing) when these aren’t the same.
Forum: Plugins
In reply to: Comment editing adds html tagsYes, this is happening to me too. A solution was proposed here, but it didn’t work for me. A fix for this would be nice..
Forum: Fixing WordPress
In reply to: Editing comments reveals HTML on siteI’m having the same problem — however, commenting out that line doesn’t seem to fix it.
Any other ideas?
Forum: Fixing WordPress
In reply to: Help! I can’t upload images in WP 2.1.1I’m having the same problem. I just did all the usual fixes (upgraded to 2.2, chmoded everything to 777) but that didn’t do the trick.
It seems like there’s a problem here… any ideas?
Forum: Plugins
In reply to: Mathml codingWhat solution did you end up finding? I’m looking for something similar, and would love to know if you found something that works well.
Thanks!
Forum: Plugins
In reply to: Quiz PluginI haven’t tried this one, but it looks like it could work: Survey Fly
Forum: Fixing WordPress
In reply to: Post Save or Publish Times OutI’ve been having similar problems.
I’m my case, I’m linking large mp3 files and podcasting. Publishing a post would take 15 minutes. Reading through this thread, I found that disabling trackbacks/pingbacks worked.
However, in addition to that, I found that I had to clear my browser cache after each post, or wordpress would stall out completely. I think this is related to my use of the WYSIWYG plugin, and the iimage-browser plugin that’s part of that. I hacked the iimage-browser to do mp3s & video, so that the editors of the site didn’t have to use a separate FTP to upload them. In any case, clearing the cache after each post, while slightly annoying, seems to have done the trick.
Forum: Fixing WordPress
In reply to: posts_nav_link with permalink structure failsApparently, it’s the category name that causes this error. Try removing %category% from the permalink and it should work. This seems like a bug in wordpress to me.