Forums

[Plugin: TDO Mini Forms] Fatal error in WP 2.5 (8 posts)

  1. sg11111
    Member
    Posted 5 years ago #

    The latest version is giivng this error with WP 2.5:
    Fatal error: Cannot redeclare wp_hash_password() (previously declared in /home/nusername/public_html/blog/wp-includes/pluggable.php:1082) in /home/username/public_html/blog/wp-includes/pluggable.php on line 1089

    Please fix it. Thank you.

    http://wordpress.org/extend/plugins/tdo-mini-forms/

  2. sg11111
    Member
    Posted 5 years ago #

    0.10.1 gets activated but not 0.10.2.

  3. the_dead_one
    Member
    Posted 5 years ago #

    0.10.2 activates in my WP2.5 installation with no issue.

    What version of PHP are you using? What Webserver and OS are you using?

    All I can think about is this one line that was added to tdomf.php @ line number 508:

    require_once(ABSPATH . 'wp-includes/pluggable.php');

    If you could try and comment it out or remove it may resolve you're issue (which I don't understand why you are getting it in the first place).

    Have you tried disabling all your plugins and then enabling TDOMF by itself to see if there is a conflict?

  4. sg11111
    Member
    Posted 5 years ago #

    I will check that. I have another problem. I am using the WP theme CommentPress. Somehow CommentPress does not parse any code in their pages or posts. So when I add: [tdomf_form1] , it just shows up nothing in that page. When I change my theme to the default, the form shows up fine. I don't know why CommentPress does not support code in their pages or posts but is there a way I can get an embed html code for a form to put it in a separate html page?
    http://www.futureofthebook.org/commentpress/

  5. the_dead_one
    Member
    Posted 5 years ago #

    I don't know anything about CommentPress but from the look of their site, I suspect it does a lot of messing around with the post content. Maybe it alters the order of the post hooks or something like that.

    You can explicitly call the form in the theme using:

    <?php tdomf_the_form(1); ?>

    You could wrap this up a custom page template and so bypass any of the magic features of Comment Press.

    Does that help?

  6. sg11111
    Member
    Posted 5 years ago #

    Wonderful. Thanks a million. It works now with a Custom Page.

  7. sg11111
    Member
    Posted 5 years ago #

    I am using 0.10.1 with WP 2.5? Is that ok? Will there be any problems?

  8. the_dead_one
    Member
    Posted 5 years ago #

    Functionally 0.10.1 is mostly okay with WP2.5: the admin screens for TDOMF are broken and there is a problem with file uploads and thumbnails. If you dont' need to re-configure TDOMF and you don't use image uploads with thumbnails, then you're okay.

Topic Closed

This topic has been closed to new replies.

About this Topic