isharra
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Errors from MySQL During Installationtable prefix isn’t in wp-config.php, it appears to be dynamically set based on the url used in wpmu-settings.php (line 28). The default installation presumes that you have installed wpmu into a directory that resolves to http://domain.name/wpmu/ if that isn’t true you may need to edit wpmu-settings.php
(note: this is after 15 minutes of looking at the tarball and doing one quick install with no errors. I could be completely wrong)
Forum: Fixing WordPress
In reply to: Changelog RSS feedthere is also http://codex.wordpress.org/Changelog/1.5
Forum: Fixing WordPress
In reply to: CVS: Latest wp-admin/install.php brokenI reported it a short while ago after my test install threw an error. bug 669
Forum: Fixing WordPress
In reply to: <!–more–> broken on archive pages in 1.5That would be in archive.php 🙂 around line 43
Forum: Fixing WordPress
In reply to: [CVS] upgrade-schema.php doesn’t seem to workI would try calling wp-admin/upgrade.php which should in turn load that file. See if that upgrades the database properly for you.
Forum: Fixing WordPress
In reply to: Default theme missing ‘comment_form’ action?Forum: Fixing WordPress
In reply to: pluginsUsed on 1.5 pageFor more info on static pages you can search 🙂 or look at http://wordpress.org/support/topic.php?id=15853
Forum: Fixing WordPress
In reply to: Default theme missing ‘comment_form’ action?It doesn’t appear in Kubrick 1.2.6 (wp-comments.php) and 1.3.0-rc2 (comments.php) so I have to believe it is intentional.
Forum: Fixing WordPress
In reply to: 1.3 to 1.5 pages problemHave you tried resaving the pages (just clicking on edit for each page and clicking save)? It sounds stupid but it worked when some of my pages stopped displaying.
Forum: Fixing WordPress
In reply to: pluginsUsed on 1.5 pagephp is not run inside of a posting (unless you use a plugin that enables it). As a work around. Create a new template page (stupid example below for default/kubrick) save it in your theme directory and use it as the template in your new ‘static page’.
<?php
/*
Template Name: Plugins
*/
get_header(); ?>
<div id="content" class="widecolumn">
<h2>Plugins:</h2>
<?php displayPluginsAsTable(); ?>
</div>
<?php get_footer(); ?>Forum: Fixing WordPress
In reply to: 1.3-Alpha 5 – Sidebar problem…should be fixed in CVS (thanks Ryan Boren)
http://wordpress.org/pipermail/cvs_wordpress.org/2004-December/000794.html