Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter sg11111

    (@sg11111)

    0.10.1 gets activated but not 0.10.2.

    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?

    Thread Starter sg11111

    (@sg11111)

    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?
    https://www.futureofthebook.org/commentpress/

    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?

    Thread Starter sg11111

    (@sg11111)

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

    Thread Starter sg11111

    (@sg11111)

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

    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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: TDO Mini Forms] Fatal error in WP 2.5’ is closed to new replies.