Forum Replies Created

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter brancht

    (@brancht)

    Changed it to:

    <form action=”<?php echo get_option(‘siteurl’); ?>/wp-comments-post.php” method=”post” id=”commentform”

    Works fine using SITEURL rather than URL.

    I’m guessing URL is not valid but SITEURL references the correct path in the WP-OPTIONS table.

    Tom

    Thread Starter brancht

    (@brancht)

    comments.php in default theme:

    Line 92 – <form action=”<?php echo get_option(‘url’); ?>/wp-comments-post.php” method=”post” id=”commentform”>

    I changed it to:

    <form action=”<?php echo get_option(‘url’); ?>/wordpress/wp-comments-post.php” method=”post” id=”commentform”>

    It works fine.

    get_option(‘url’) must be the issue but I don’t have time to chase it down. Must be a bad call of some kind.

    Tom

    Thread Starter brancht

    (@brancht)

    Found the following error in my site error log:

    /home/homes4ha/public_html/thebranchteam/wp-comments-post.php’ not found or unable to stat

    Looks like the script is not looking the right directory for the script.

    Tom

Viewing 3 replies - 16 through 18 (of 18 total)