schestowitz
Forum Replies Created
-
Peter Westwood,
I am extremely grateful. That exactly was the problem. For anyone encountering the same issue (I tried to make the headline/title of this thread the description to which Google returns nothing), here is the solution.
DB Cache (see http://ww.wp.xz.cn/extend/plugins/db-cache/faq/ ) not only gets registered among the plugins but it also has files in one’s /wp-content directory — files that are not being updated when WordPress 3.0.x is installed, for obvious reasons. So disabling the plugin is not enough (I did try to find solutions around caching before, but didn’t imagine that going beyond disabling and clearing of cache would be required).
Notice that in order to reinstall DB Cache fully, one needs to do the following:
How do I uninstall DB Cache?
1. Disable it at Settings->DB Cache page. The plugin will automatically delete all cache files. If something went wrong – delete /wp-content/db.php, /wp-content/db-config.php and /wp-content/tmp folder. While db.php file exists WordPress will use our optimized DB class instead of own.
2. Deactivate it at plugins page.Basically, that’s the source of the problem I had. In my searching for a solution I have read in some other sites that other caching plguins caused similar issues, but the solutions to these issues were different.
Thanks again Peter for an excellent piece of advice!
Forum: Installing WordPress
In reply to: WordPress 3.0 database upgrade timeoutI am having the same issue trying to get about a half-a-gig database upgraded for WordPress 3.0. The suggestion made above seems to address issues of file download limits, not database size (which perhaps leads to PHP timing out). Any other suggestions?
Forum: Requests and Feedback
In reply to: WP 2.0.2 Update Coming?Directory listing, which in turn exposes plug-in names, is never being linked to. Thus, it will not be indexed by search engines and flawed plug-ins will not be easily discoverable.
You could trivially scan many blogs using a script in attempts to find vulnerabilities. PHP-Nuke, Advanced Guestbook and Coppermine are notorious in that respect.
All in all, getting a list of plug-ins may be a convenient way for learning the blog’s composition. If you target a particular vulnerability (due to third-party code), it gives the hacker no advantage. That, marke1, is why your argument and its ludicrous, overstated backing are void.
Forum: Fixing WordPress
In reply to: Question marks after a period and two spaces. (2.0)That’s odd. I can’t seem to reproduce it. Perhaps some more tests and example are worth quoting, or else a bug report cannot be filed (let alone a bug be assumed).
Forum: Themes and Templates
In reply to: Editing how my blog displays quotes.It seems like a dark shade of grey with an abnormal (depracated?) respresentation type of color. I suggest you use the following tool:
http://www.meyerweb.com/eric/tools/color-blend/
It is more than is necessary, but just replace rgb(51,51,51); with e.g. #515151; or pick a better colour using the colour blender of Eric Meyer.
Forum: Fixing WordPress
In reply to: Can’t log in to my dashboard.Okay, so the options are narrowed down. It is very unlikely that emptying your cookies and cache have anything to do with this issue. WordPress would not lock itself due to many consecutive unsuccessful attempts either (this was discussed among developers recently). Have you considered backing up your data, reinstalling and then restoring the data. I haven’t other ideas to suggest and it doesn’t appear as though others can suggest something either.
Forum: Installing WordPress
In reply to: got no password during installI suggest that as a last resort you either contact the host for help with E-mail or simply re-install WordPress and restore all the data.
Forum: Fixing WordPress
In reply to: After installation, comment counts are all (0)I believe it’s being worked on and has maybe been resolved already. I should only point out that several people resolved the problem by disabling SpamKarma or upgrading to version 2.1 (of SpamKarma, not WordPress).
Forum: Fixing WordPress
In reply to: PHP@candleofhope: have a look at http://trac.ww.wp.xz.cn/file/trunk/index.php . All the code is generally there
@simmer: some people have Safe Mode enables because of the policies of the host. It’s a bugger, I know.
Forum: Everything else WordPress
In reply to: Are registered users e-mailed about new posts?Also consider making use of RSSFWD ( http://www.rssfwd.com/rssfwd ). Skippy’s solution is more elegant though… and does not rely on subscription through a third party.
Forum: Themes and Templates
In reply to: Can I change the path where the themes are?You can use symbolic (or more probably hard) links to ‘fool’ WordPress into thinking it has a copy of the themes in each blog directory, when in facts all point to a central themes repository. I suspect, however, that you will need shell access to your home directory to do this. It’s not trivial. Best wishes… remember that themes are rather small in terms of size anyway. Duplication is not a major thing.
Forum: Fixing WordPress
In reply to: Adding Meta Tags/Increasing TrafficMeta tags are ignored by search engines,a apart from description in the front page. They were more useful in the 90’s, before spamming, so do not expect extra traffic. Regardless:
http://dougal.gunters.org/blog/2004/06/17/my-first-wordpress-plugin-headmeta
Hope this helps…
Forum: Installing WordPress
In reply to: got no password during installWhy does it not help? Have you not got access to phpmyadmin? Can you not sent the E-mail to your address? If so,
* Either contact your host so as to receive an E-mail
* Or reinstall WordPress having backed up your MySQL database *fully*.
Forum: Fixing WordPress
In reply to: Change “Blog address (URI)” in WP 2.0 – No more emailsMy guess would be that when E-mails are sent from a subsite (community.meetjustin) they might get filtered in one way or another, at some stage or another. What happens if you try a variation of the name (a test address, that is)? One which is not a subsite? It might help identify a pattern and thus the root of the problem.
Forum: Everything else WordPress
In reply to: How to put comments in monthly archivesDepending on the number of comments, this may be practical and even useful to a few visitors. However, with *truncated* comments, the practicality becomes questionable. To make this possible you will probably need to write a plug-in of your own. With many comments being a possibility, heavy query volume might follow, so the idea should maybe be binned… best wishes though and good luck.
PS – depending on the nature of site content, I guess this can be valuable nonetheless.