n3wjack
Forum Replies Created
-
My DB cache was set to disk, so I turned it off now. It used to work that way, so it’s weird it suddenly stopped.
I activated Object Cache instead now, also set to disk.
I deleted the cache folder, but it still crashes when I reactivate the plugin.
I tried turning off some caching, and when I disable the DB cache it works again. So that seems to be the culprit. Is there a way to get an error log somehow of what might be going wrong?
My 500 error pages are empty, so those don’t contain any extra info. I also don’t see anything in the logs.
Where is the cache folder located for WP Total Cache?
I see a number of cache related folders in my wp-content, but am not sure which I should delete.I deactivated the plugin in the meantime, so you can’t see any errors at the moment.
Forum: Plugins
In reply to: [bbp style pack] How to hide first post on top with reverse topic orderThat was quick. I just received the auto-update and it works as requested.
Excellent job, thanks a lot!Yes, 5.9.4 has fixed the issues. The paging links work again, and you end up on the first page after a new post. ??
Any idea if this is fixable?
The issue where the user should be redirected to the first page, instead of the last, after adding a new post might be easier to fix, and is the most annoying. ??
Also, just noticed that when you reply to a topic with multiple pages, the forum also redirects to the last page of the topic.
When the order is reversed, this should be the first page of course.
Forum: Plugins
In reply to: [Plugin: Adserve] Reset Stats?Forum: Plugins
In reply to: Resetting WP-Stats ?Try resetting your API key.
I did that by deactivating the plugin, then reactivating it again.I had to re-enter my API key after doing that, and the day after all my starts where gone.
Didn’t mean to do that, but maybe it’s what you’re looking for.
Forum: Fixing WordPress
In reply to: blog designThe easiest way to do this (and why make it hard on yourself) is to get an open source template somewhere which is pretty much like what you have in mind, and build on that.
Some are harder to modify than others, so you might want to look around a bit before you start digging in.A good clean one imo to start from are the sandbox themes.
Forum: Fixing WordPress
In reply to: ugh! slow wordpress siteHave you tried a few caching plugins, e.g. WP-cache?
Forum: Fixing WordPress
In reply to: Blank RSS feeds after upgrade to v2.5I updated using the automatic upgrade plugin, so I’m guessing that had something to do with it. Did you use this plugin as well, or did you do a manual upgrade?
Btw, I noticed some database related errors in my web servers error log after and during the upgrade, so that’s why I restored & upgraded a second time (manually).
If this is database related, maybe there’s a way to force a DB upgrade again, which might fix the error.
Forum: Fixing WordPress
In reply to: Blank RSS feeds after upgrade to v2.5Ok, after restoring my old DB and running the upgrade a second time it seemed to work.
For some reason the old feed URL is still not working but a new feed URL turned up with the FB plugin deactivated
https://n3wjack.net/feed (you’ll get redirected to the FB feed if you try i t now)
Is this normal?
And did the URL for the feed change from 2.3 to 2.5 perhaps, or was this like that for a while now?Forum: Fixing WordPress
In reply to: a few beginner questions1. You can simply link to any of the pages you created from the main page.
Check the links WP has generated for you an simply use these when you edit a page, and create a link from your main page.2. Assuming you have not created a site yet online, you need to first set up the WP application on your web host’s server. After you’ve got things up and running, you can then backup your local database containing all your settings, pages and posts, and then restore those on your live site.
3. That depends on your theme, but the default theme does that already I think. You can check the template code to see how it’s done there, and then use it in your own theme (if you have one).