paul
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pages (the non-Post things) are not fetchableWell, by saying that, you’re making it sound like WordPress is hard to integrate and we both know that ain’t so.
I guess I’ll have to go to the codex and see if I can find the setup requirements.
Forum: Fixing WordPress
In reply to: Pages (the non-Post things) are not fetchableOK, I think I have un-broken that. I am my own host, so it was easy to get an answer ??
I know mod_rewrite is on and am pretty sure AllowOverride is good: this all worked, except for one Page, just yesterday, after all. That page still doesn’t work unless called by number and now all Pages need to have “index.php” typed in from front of their names before they work.
Forum: Fixing WordPress
In reply to: Pages (the non-Post things) are not fetchableexcellent, moshu, now we’re getting somewhere. That works. I do get the page returned when I use that syntax. Now why doesn’t the fancy link work, I wonder?
I just redid the permalink structure/updated .htaccess. seems to work OK for everything except now NO pages work: I have insert index.php/ before the pagename to get it to load.
And that one stubborn Page still won’t load unless I request it by number.
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wordpress/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wordpress/index.php [L] </IfModule> # END WordPress
Forum: Fixing WordPress
In reply to: Pages (the non-Post things) are not fetchableI just dumped my database with create statements and grepped out the insert: I suspect something may have gotten out of whack when I moved it between hosts, moving from 4.something to 5.1.
[long code moderated – use https://wordpress.pastebin.ca ]
Forum: Fixing WordPress
In reply to: Pages (the non-Post things) are not fetchablethe ugly URL? you mean by ID number? nothing doing there. Pages can’t be called that way, apparently.
Forum: Fixing WordPress
In reply to: Pages (the non-Post things) are not fetchableAre you sure the post_status hasn’t been changed? It should be “publish” for both posts and Pages.
No, it’s set as published. The use of safeInclude doesn’t seem to have any effect on whether the Page is viewable or not. I can take out the call to the plugin. I still don’t see the page (I get
Its not here anymore !
The page or post that you are looking for is not found.
Please try searching through our Archives, or contact the administrators to report the problem.
)Also, the other day there was a post here in the forum about the “safeinclude” plugin… as not being safe at all.
Well, that’s as may be. I’m more concerned with why and how I can make Pages work in 2.2 as they did in 2.0 and 2.1.
Has anyone addressed the security issues with the developer?
Forum: Fixing WordPress
In reply to: Pages (the non-Post things) are not fetchableused a tool to look at the DB (I use CocoaMySQL): changed post_type to page (from post).
Forum: Fixing WordPress
In reply to: Pages (the non-Post things) are not fetchableOK, I created a Post, verified that it worked, then went into the DB and made it a Page. Eventually, the UI sees it (in the Manage Pages area) and it appears on the published site as a Page, but it can’t be viewed/fetched.
Something skwewy going on awound here . . .
Forum: Plugins
In reply to: safeInclude Plugin issuesYeah, I am having some trouble with safeInclude as well: can’t add new pages and the author’s site seemed to be all messed up. Can’t post comments and there’s no contact info that I can find.
May be time to look for another way to do this.
Forum: Fixing WordPress
In reply to: plugins – an open door for hackers?why not just use WordPress.com?
Forum: Fixing WordPress
In reply to: WordPress database error: [Duplicate entry ‘0’ for key 1]worked for me as well. Thanks to Google for finding it.
Forum: Fixing WordPress
In reply to: ecto stops working with wordpress 2.1you should upgrade to the newest version of WP, everything works well with ecto now…
No, it doesn’t.
Forum: Fixing WordPress
In reply to: WP Pages, include outside pagefeh: just use this plugin, if all you want to is publish something wrapped in a Page.
SafeIncludes did what I needed, no muss, no fuss.?
Forum: Fixing WordPress
In reply to: Upgrading to WP 2.0Any word on when a. themes will be downloadable (I get 404s on all the 2.0 compliant themes) or b. 1.5 themes might be useable (are there that many changes to the presentation?).
Sounds like Alex King needs to have a new theme throwdown.
Forum: Fixing WordPress
In reply to: how to remove custom field valuesThis took forever to find but it was just what I needed to rip out the stuff that the Geo plugin left behind. I never got it to work and it just kept dumping
_geo_location:
in my pages, with values or without.