[wp-testers] Comments

Kimmo Suominen kim at tac.nyc.ny.us
Fri Apr 15 15:12:05 GMT 2005


Hi Mog,

I guess I should've added that on my installs the comment form is
working just fine.  I'm using the default comment form, though.

Have you tried switching to the default theme, just to check?

[I did have the plugin problem w/ BAstats.]

Regards,
+ Kim
-- 
<A HREF="http://kimmo.suominen.com/">Kimmo Suominen</A>


On Fri, Apr 15, 2005 at 01:47:44AM -0700, Mog wrote:
> I  deactivated every plugin and it's still the same. Don't know what 
> others see, if it's the same then I will have to find some way to fix 
> the form.
> 
> Mog
> 
> On Apr 15, 2005, at 1:17 AM, Kimmo Suominen wrote:
> 
> >Check your plugins.  They may be using functions that are no longer
> >available when the plugin loads due to having been moved to the
> >pluggable-functions.php file.
> >
> >Any of the functions in that file need to be called from hooks only,
> >as when the plugin is loaded, they do not exist.  There is probably
> >no easy "general" fix.
> >
> >You could create a new 00-compat.php plugin with the following in it:
> >
> >    <?php
> >    require_once(ABSPATH . WPINC . '/pluggable-functions.php');
> >    ?>
> >
> >The idea being that this plugin loads first (due to its name).
> >
> >Regards,
> >+ Kim
> >-- 
> ><A HREF="http://kimmo.suominen.com/">Kimmo Suominen</A>
> >
> >On Fri, Apr 15, 2005 at 01:07:07AM -0700, Mog wrote:
> >>I've been having trouble with the comments, getting anonymous without 
> >>a
> >>link. Updated to the 4/15 nightly including the updated comments.php 
> >>in
> >>the default theme with no change.
> >>http://blog.mindofmog.net/2005/04/09/new/#comments I get Logged in as 
> >>.
> >>Logout with no place to input a name or url.
> >>I'm ready to delete the registration part in comments.php cause it
> >>doesn't appear to work. Any insight on how to fix would be 
> >>appreciated.
> >>
> >>Mog


More information about the wp-testers mailing list