Davin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Flash Player 10 Beta breaks file uploadJust confirming that I had the same problem with the Flash Player 10 beta. OS X 10.4.11 Firefox 3 RC1.
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory sizeI’m getting the same sort of errors when trying to upload after upgrading to 2.3.2. I tested by deactivating all of my plug-in and even removing them from the plug-in folder but that didn’t help. Upload was working fine prior to the upgrade and nothing else was changed in terms of plug-ins, code, or layout.
I get this error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 2280 bytes) in (…)
wp-admin/includes/image.php on line 37Anyone else have 2.3.2 specific problems like this?
Forum: Fixing WordPress
In reply to: search clean url – no ?s=Okay I just tried this…
I made a new PHP file that just had this in it:
<?php header("Location: http://www.SITE.com/search/".$s); ?>
Then I just set the search form action to point to the new PHP file. I’m not a programmer by any means but that seems to work.
Forum: Fixing WordPress
In reply to: search clean url – no ?s=Disregard my question above. I think what “somefool” is referring to is that you can type an url such as “blah.com/search/keyword” manually and it’s a clean working url but if you use the search form it still spits out an “index.php?s=keyword”.
The only thing I can think of is pointing the search form to an interim PHP page which captures the keyword(s) and redirects to an appropriately formed clean url.
Forum: Fixing WordPress
In reply to: search clean url – no ?s=“somefool”: Any hints on your process for linking to /search/keyword with WP1.5? Did you need to create a page with “search” as the slug?
Forum: Plugins
In reply to: send query string to pageDid you figure this out? If not, anyone?
I’d be interested in this as well.