schestowitz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t log in to my dashboard.You have cleared both browser cookies and cache, but have you already tried another Web browser? WordPress is unaware of browser settings, so it sounds unlikely that the state of WordPress has changed.
Forum: Fixing WordPress
In reply to: Blog page problemsThis seems to have been resolved in another thread
Forum: Fixing WordPress
In reply to: Broken upgrade: “0 Comments” and user rights issuesAlso see the following thread and the URL’s it cites.
Forum: Themes and Templates
In reply to: Editing how my blog displays quotes.Are you sure you are editing the style of the right element? If so, could you list the code and explain what you have done or are trying to achieve? Thanks.
Forum: Themes and Templates
In reply to: WP2 same layout problem in firefox – kubric?I am seeing this behaviour in Firefox 1.0.7 sometimes. It is nothing out of the ordinary. Then again, Firefox 1.5 is known to be rending some pages differently from its predecessors. If it bothers you, consider alternative themes.
Forum: Fixing WordPress
In reply to: Question marks after a period and two spaces. (2.0)Which version is this? The latest of 2.0 or one of the older betas?
Forum: Fixing WordPress
In reply to: importing entries from movable type 3.2 – errorMake sure not to chmod too many directories to 777. It is not safe. Don’t change it at a level below /wp-content. Good luck!
Forum: Fixing WordPress
In reply to: Custom Archive Page with posts in categoriesMake use of the API’s which are well documented. If you come up with something useful and reusable, wrap it as a plug-in and publish it for the world to enjoy. *smile*
Forum: Fixing WordPress
In reply to: After installation, comment counts are all (0)It’s a known issue. I have seen it at least 4 times and I don’t even hang around the forums much. I can’t change the severity of bug reports and I believe that improper count is not ‘critical’ or ‘major’. It will be fixed shortly, I hope.
Forum: Fixing WordPress
In reply to: E-mail post function not working on WP 2.0!I believe that the OP wants to just post a message via XML-RPC. I also believe that the Codex page is very comprehensive and might provide troubleshooting information. I am assuming that the latter poster maintains a plug-in???
Forum: Fixing WordPress
In reply to: Completely Blank *Everything*Have you tried disabling the cache altogether? There is a line in wp-settings that would achieve that.
Forum: Plugins
In reply to: Category Base?See the page in your administration panel which deals with generating your permalink code (mod_rewrites). Modify things to have the structure that you want and paste in onto .htaccess. Also, you might need to quote the relevant part of your .htaccess here as we have no access to it.
Forum: Fixing WordPress
In reply to: Completely Blank *Everything*This seems to be common. See, for example:
http://wordpress.org/support/search.php?q=blank+page
These are threads that contain the symptom description in the title, so there are more.
Forum: Fixing WordPress
In reply to: E-mail post function not working on WP 2.0!have you already looked at the Codex entry? Hope this helps…
Forum: Fixing WordPress
In reply to: PHPThe security issues may involve people uploading files to your filestore or penetrating places they should not. Your data is then in jeopardy and so is the Web server that can be crippled to death.
Safe mode causes problem when you try to add images because directories need to be created. Search the forum for more information on how to resolve this. Best wishes…