Sarah Lewis
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Can’t log in after upgrade from 2.5.1 to 2.6I’m having this problem when upgrading to 2.6.2 with Fantastico. Here’s the process that’s been consistently working for me to correct it:
- Using FTP, rename the
plugins
folder (at/wp-content/plugins/
) toplugins-old
- Log in as usual
- I am prompted to upgrade the database, so I click that button and it does
- Rename
plugins-old
back toplugins
- Log in again
Once I do that, everything seems to work.
Forum: Themes and Templates
In reply to: Author pages for each author@abidavis: It’s possible, but it’s not particularly easy. You basically have to create a plugin (or a function within the functions.php file) that intercepts the page loading process (using the
template_redirect
hook), have it do some conditional logic, and then serve up the appropriate page.Someone could probably write a plugin to make it easier (for instance, provide a settings panel in the WP-Admin) but I’m not aware of existing plugin.
Forum: Installing WordPress
In reply to: Blank Admin Page & Broken LinksYou might find this thread useful. It fixed the problem for me.
Forum: Fixing WordPress
In reply to: Still can’t make image uploader workI was getting this error on a blog that’s password protected (it’s in development and the client doesn’t want anyone outside the organization to see it yet). I found this Trac ticket, which led me to this plugin, which worked for me.
Forum: Fixing WordPress
In reply to: Fatal error: Call to a member function set_prefix()Thanks for the feedback, hotkee. Can you confirm you tried it from a directory outside of WordPress?
For instance, my setup has WordPress in the root of the domain, and I don’t get the error if I try to include from there, but I have an “ads” subdirectory (which is the location I really need to call from) and that’s when I get the error.
I can confirm that I have standard table prefix (and it’s listed in the wp-config.php file) and no core mods at all.
Forum: Plugins
In reply to: [Plugin: Similar Posts] error fatalYou have to install the Post-Plugin Library first. I learned that this morning. ??
Forum: Plugins
In reply to: Similar PostsOops, just realized this is because I forgot to reinstall the Post-Plugin Library after an auto-update of it failed. I installed it and all is well.
Forum: Plugins
In reply to: Similar PostsI’m getting the same error on activation.
Forum: Fixing WordPress
In reply to: Fatal error: Call to a member function set_prefix()Running into the same thing. Pulling the include from the same directory (root of the blog) seems to work, though.
Forum: Plugins
In reply to: [Plugin: Widget Logic] widget_content not persistingThanks so much for the quick fix! Works like a charm.
Forum: Plugins
In reply to: Where to add a filter/action to modify widget titles?My reasons for wanting a hook are different from yours, but the Widget Logic plugin gave me exactly what I needed with its optional widget_content filter.
(In my case, I need to do some different styling on the first word of the widget title, so I used the filter to parse and wrap in the appropriate class.)
Forum: Requests and Feedback
In reply to: images not displayedThanks for mentioning this. We’re looking into it and will do our best to fix. I’ll update here when we have a new version.
Forum: Fixing WordPress
In reply to: sapotages other pluginsI’m glad the fix worked! In this case, it was a simple oversight on my part (and it affected other widgets, so I quickly got details about what was going wrong).
I’m not sure that there’s anything that can be done to prevent it, but really appreciate you letting me know; that’s the best way to help it not be a problem.
Since the fix worked, I’d be grateful if you would mark this issue as resolved. ??
Thanks again for the feedback!
Forum: Fixing WordPress
In reply to: sapotages other pluginsI think we’ve got this issue tracked down. The newest version should avoid the problem; let me know if it doesn’t!
Forum: Themes and Templates
In reply to: Get Child Categories on Parent Category pageI’m using some code found on Andy’s site to do a variation of this on my site. Might be worth a look if you’re still wondering.
- Using FTP, rename the