Innate
Forum Replies Created
-
Forum: Hacks
In reply to: Warning Error – creating default object from empty valuegot the same error – this is in wp_version_check – cant it be turned off?
I’ve tested this on the de.js file and it works perfectly thanks Sergio!
Forum: Networking WordPress
In reply to: WordPress MU 2.9.2 Domain Mapping IssuesIm going to try and respond so this may possibly help someone else 🙂
I un-installed the domain mapping plugin due to severe speed issues which are now gone – re-installing it is not an option. Before WPMU can do its thing, it has to go through the domain mapping process – an additional overhead which slows things down considerably.
WMPU and all installs of WP have an htaccess file that direct requests to index.php on the main domain. WPMU is in fact redirecting all parked domains to the main domain which in any other case WITHOUT htaccess would be different. Without htaccess one would browse a non WP site using the parked domain URL.
SO:
1. parked domains will not keep their address (parked-domain.com will always return actual-domain.com) unless content is browsed to directly (i.e. parked-domain.com/file.jpg).
2. Once un-installed (files removed, db tables removed as well), the domain mapping plugin is completely gone and does not affect any other core files.
3. The “LimitInternalRecursion” error is due to missing files on the server – fix that and WPMU works like a charm.
4. If one still requires ‘domain mapping’, htaccess can be used specifically for those URL’s.Forum: Networking WordPress
In reply to: WordPress MU 2.9.2 Domain Mapping IssuesHi – thanks for your reply. Ive not only UNmapped those domains, but deleted the tables from the database. I want to keep one of the domains pointing to a single blog (sub folder install) as Ive used this in marketing. Are you aware of any core files changed by this plugin other than those edited during install (as Ive removed those too)? Surely I should have complete control over my redirects using only htaccess now? The mapping plugin doesn’t change DNS or anything else – so where is WPMU telling my parked domain to go to the main domain?
Forum: Fixing WordPress
In reply to: Child category posts showing in parent category page?I wish someone could answer these forums… this particular issue especially!!!
my eg: new WP_Query(‘cat=5&exclude=16,17,13,12,14,15&showposts=1’); – this still displays the latest post from this category AND ITS CHILDREN and they are excluded!!
Any answers anyone??