Hi,
I am running EE 2.5.0 and the comment module is not working properly when my site’s index page setting in the General Configuration is set to nothing (”“). Comment module works as it should when I restore this setting to the default “index.php” value.
I have tried numerous things including:
- emptying my .htaccess
- using different values for the $config[‘uri_protocol’] variable
- uninstalling and reinstalling the comment module
- putting the comment form into it’s own template and hard coding the entry_id parameter
- uninstalling all other addons
- trying on a page with the “index.php” segment in the URL or without
Not sure what else to try. Any help would be appreciated.
Thanks!
{exp:comment:form channel="comment_test" entry_id="2"}
{if logged_out}
<label for="name">Name:</label> <input type="text" name="name" value="{name}" size="50" /><br >
<label for="email">Email:</label> <input type="text" name="email" value="{email}" size="50" /><br >
<label for="location">Location:</label> <input type="text" name="location" value="{location}" size="50" /><br >
<label for="url">URL:</label> <input type="text" name="url" value="{url}" size="50" /><br >
{/if}
<label for="comment">Comment:</label>
<textarea name="comment" cols="70" rows="10">{comment}</textarea>
<label><input type="checkbox" name="save_info" value="yes" {save_info} /> Remember my personal information</label>
<label><input type="checkbox" name="notify_me" value="yes" {notify_me} /> Notify me of follow-up comments?</label>
{if captcha}
<label for="captcha">Please enter the word you see in the image below:</label>
{captcha}
<input type="text" name="captcha" value="{captcha_word}" maxlength="20" /></p>
{/if}
<input type="submit" name="submit" value="Submit" />
{/exp:comment:form}