solutionsphp
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: WordPress 2.0.12?Seriously folks, there’s a published vulnerability in 2.0.11. Is the WP team planning to release an upgrade soon?
Forum: Plugins
In reply to: Action Stream Plugin like MovableType’s new oneAnother standalone lifestreamer, powered by SimplePie. I used this one on my WP blog instead of a plugin.
Forum: Plugins
In reply to: Action Stream Plugin like MovableType’s new oneHa! It appears WordPress developers were actual the first out of the gate with this one:
Here’s a plain PHP version (not a plugin).
And lastly, the Lifestream blog with lots of neat info about life streaming.
Forum: Plugins
In reply to: Action Stream Plugin like MovableType’s new oneHere, here! I just returned from the Web Directions North conference, and Brian Oberkirch gave an awesome talk that touched on directions in social networking in 2008. He brought up the Action Streams plugin and I silently oohed and awed, and hoped that someone would port this to WordPress soon. That developer will become a rock star! Start your engines!!
Forum: Fixing WordPress
In reply to: More Tag Not DisplayingForget it, I’m confusing the more tag with pagination!!
Forum: Fixing WordPress
In reply to: More Tag Not DisplayingThanks for your response. By “page” I meant the resulting HTML page as viewed in the browser, not a WP Page.
Forum: Fixing WordPress
In reply to: Custom Permalink and Previous/Next linksThanks moshu! I replaced
/%category%/%postname%/with
/%post_id%/%postname%/and the next/prev links are now functioning as expected.
The site in question is hosted on a virtual server with Dreamhost. There is another WP blog on this server that is using
/%category%/%postname%/without error. This blog is is associated with the “master user” on the account. The blog where the next/prev weren’t working was also under this same user. So, I imagine the virtual nature of this second account is where the problems were with using the category permalink structure. Can an Apache head explain that out a bit more so I understand this more clearly?
Also, I used %post_id% because I read somewhere that this would be better for performance. Can anyone explain why that is?
Lastly, it would be great it the Permalink section in the Codex was updated to include this info about %category% not always working. I found a number of unanswered posts in the forum about next/prev link problems, some of which might be related to my issue.
Thanks again, moshu!
Forum: Fixing WordPress
In reply to: Custom Permalink and Previous/Next linksI also want to add that this problem exists with both my custom theme AND the default theme.
Any ideas, this is driving me bonkers?!
Forum: Fixing WordPress
In reply to: Custom Permalink and Previous/Next linksI’m having a similar problem using WP 2.0.11 and permalinks.
My permalink structure is:
/%category%/%postname%/On my archive pages, the next/prev links look like:
http://www.mydomain.com/category-name/page/2/That link should be:
http://www.mydomain.com/category/category-name/page/2/If I manually type in and visit the URL:
http://www.mydomain.com/category/category-name/page/2/then “category” is appended as it should be in the next/prev links that appear on this page.
When I turn off permalinks, the problem goes away:
http://www.mydomain.com/index.php?cat=1Any ideas?
Forum: Fixing WordPress
In reply to: Check If Posts Exists?Thanks for your reply. The get_post method is from WordPress, while get_a_post from the Get A Post plugin.
Forum: Fixing WordPress
In reply to: Post Status Switches To PrivateSame problem here using 2.0.11-RC2.
Forum: Installing WordPress
In reply to: Moved to new server but get blank white pageIf you can access the admin area, click Presentation and be sure that there is a functional theme installed. Hope that helps someone!
Forum: Fixing WordPress
In reply to: MySQL crashingInterestingly, after more problems with the server going down today, I pushed the host about what could be the root cause, and this time they replied that they couldn’t find anything that stood out, but that it is an older RedHat 7.3 server and that I should migrate to a newer one. Considering that MySQL can’t be upgraded on this server, a move seems the best answer, though I’m thinking of getting a VDS with Myriad Network instead of staying with this host.
Also, my error logs revealed a number of errors from client’s trying to access scripts that don’t exist on the servers. The requests had paths that included stuff like /board/index.php, /forum/index.php, /bbs/bbs.cgi, etc. I imagine this could be a bot looking for a script to exploit and perhaps that’s causing some undue load as well.
Forum: Plugins
In reply to: Need WP-Cache Democracy 2 HelpThe solution to my problem with the semget() failed error was to enable flock in wp-cache-config.php.
Forum: Requests and Feedback
In reply to: 2.0.7 security vulnerability – patch soon?Yay, glad to hear it’s working for you! Thanks for reporting back.