Gossamer Forum
Quote Reply
Review add error :/
Hi,

Got a bit of a weird problem :/

Code:
<form action=/cgi-bin/review.cgi" method="post"><input type="hidden" name="d" value="1" />
<input type="hidden" name="ID" value="129901" />
<input type="hidden" name="add_this_review" value="1" />
<div class="row required clear">
<label class="name">Your Rating: <span>*</span></label>
<div class="value">
<input type="radio" id="Review_Rating-1" name="Review_Rating" value="1" class="radio" /><label for="Review_Rating-1">1</label>
<input type="radio" id="Review_Rating-2" name="Review_Rating" value="2" class="radio" /><label for="Review_Rating-2">2</label>
<input type="radio" id="Review_Rating-3" name="Review_Rating" value="3" class="radio" /><label for="Review_Rating-3">3</label>
<input type="radio" id="Review_Rating-4" name="Review_Rating" value="4" class="radio" /><label for="Review_Rating-4">4</label>
<input type="radio" id="Review_Rating-5" name="Review_Rating" value="5" class="radio" /><label for="Review_Rating-5">5</label>

</div>
</div>
<div class="row required clear">
<label for="Review_Subject" class="name">Subject: <span>*</span></label>
<div class="value">
<input type="text" id="Review_Subject" name="Review_Subject" value="" class="text" />
</div>
</div>
<div class="row clear">
<label for="Review_ByLine" class="name">By Line:</label>
<div class="value">
<input type="text" id="Review_ByLine" name="Review_ByLine" value="" class="text" />
</div>
</div>

<div class="row required clear">
<label for="Review_Contents" class="name">Your Review: <span>*</span></label>
<div class="value">
<textarea id="Review_Contents" name="Review_Contents" rows="3" cols="42"></textarea>
</div>
</div>
<div class="formsubmit">
<input type="submit" name="add_review" value="Add Review" class="submit" />
</div>
</form>

..but when you click "Add Review", it gives you an error:

Quote:
Column Review Modify Date can not be left blank.

..but its not mean't to be a "modification" .,.. so I'm a little stumped :/

Anyone got any ideas?

TIA

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Review add error :/ In reply to
That's a bug that was fixed with one of the updates. Make sure you've got all the updates (at least the "Review_ModifyDate error fix" update) installed.

Adrian
Quote Reply
Re: [brewt] Review add error :/ In reply to
Hi,

Thanks, its all fine now :)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!