[wp-testers] Comments

Mog idomoggie at mac.com
Fri Apr 15 08:47:44 GMT 2005


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