schestowitz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP2’s cache is killing my siteIf you don’t get high levels of traffic, not do you serve large (CPU-greedy) pages, that shouldn’t be a concern. Especially, if your host has a good average load, you should worry much about cache. Let it be.
Forum: Fixing WordPress
In reply to: Backup not working?I suspect that the server was unavailable when I wrote my reply. Michael is right. Your backup is incomplete.
Forum: Fixing WordPress
In reply to: WP2’s cache is killing my siteWhat happens if you set the permission of wp-content/cache to 000 (i.e. no access to anyone)? This will either lead WordPress to frustration or just have it give up on cache altogether.
In WP2.0, there are two levels of cache: one is memory cache and, failing that, it uses disk cache. I am not sure that the former case has yet been incorporated though.
Forum: Fixing WordPress
In reply to: Backup not working?MySQL dumps (backups) only contain the text of the posts, but no peripheral *files*. To back up your files very (important if you put them under your WordPress directory), use FTP, SCP or the like. Get them directly from your filestore.
The databases you back up contain the *locations* of such files (linkage), but not the files themeselves, which is usually fine.
More comprehensive list in the Codex
Forum: Alpha/Beta/RC
In reply to: Original image cannot be addedForum: Fixing WordPress
In reply to: Sure will be glad with this support forum is working again!!To search the forums, I suggest you don’t use Google because the indices and cache are out-of-date (typically ~3 days for most sites). All the WP2.0 stuff is recent. As regards the 404’s, keep hitting refresh. It all eventually shows up. As for site search, don’t use the above SEARCH bar that has capitals in it. Use this one.
Forum: Plugins
In reply to: Plugins that work and those that do not with 2.0That’s why it’s a Wiki. You are encouraged to edit if your tests prove the list to be wrong or items therein to be questionable.
Forum: Plugins
In reply to: Unable to create thumbnailsIt sounds like what [allotherplaces] has suggested or perhaps a privileges issue. Are you running under ‘safe mode’ hosting by any chance? If you haven’t got a compatible version of GD for PHP, there is an ImageMagick-only alternative, which was recently posted in this forum.
Forum: Themes and Templates
In reply to: Catagory Links go to Page Not FoundTry merging them. It doesn’t seem like there should be any conflict.
I am trying to access your site, but am denied access. I assume something is broken at present. Are you sure that permalinks cause archives to break? I was trying to see what addresses the archives links led to…
Forum: Requests and Feedback
In reply to: Is the 2.0 Visual Editor “All or Nothing”?Ideal situation would involve:
* Ability to change from RTE to quicktags from the edit screen (not User) and then back.
* Better support for CSS in TinyMCE (the RTE).
Unfortunately, none is available at the moment, so better stick to just one. There was a recent debate about both deficiencies, so this may change in the future.
Forum: Your WordPress
In reply to: Code tags don’t workWhat do you mean by “don’t work”. Do they appear to be identical to normal text (owing to stylesheets)? Do they get omitted?
Forum: Everything else WordPress
In reply to: 404s on the Forum?It’s becoming much more stable now. I tried to take macmanx’s advice and replace ‘new’ with ‘www’. This never had an effect. It’s better to just refresh every now and then. Work with tabs and keep the text in external editors in the interim.
Forum: Alpha/Beta/RC
In reply to: Original image cannot be addedYou need to drag the thumbnail, I believe, and then expand it as desired. There are two images in your uploads directory: the original and the thumbnail. As for retaining the original size and aspect ratio, there may be some difficulties with that.
Forum: Alpha/Beta/RC
In reply to: trackback broken in rc3 ?Try the latest release and see if the problem persists. If not, report it here. Also ensure that trackbacks are activated. There was recently work done on the different cases when trackbacks should be spawned. The mechanism was revised. Hope this helps…