The error did occurred twice but did not show anymore now......will investigate further though I don't need the paypal plugin as the rent notification should only ( in my case ) notify the owner of a rent request based on the dates entry...he will take action on receiving the email...
edit: now I got error:
jQuerREL(document).ready(function () { jQuerREL('input,textarea'

.focus(function(){ jQuerREL(this).data('placeholder',jQuerREL(this).attr('placeholder'

) jQuerREL(this).attr('placeholder',''

jQuerREL(this).css('color','#a3a3a3'

; jQuerREL(this).css('border-color','#ddd'

; }); jQuerREL('input,textarea'

.blur(function(){ jQuerREL(this).attr('placeholder',jQuerREL(this).data('placeholder'

); }); }); function allreordering(){ if(document.orderForm.order_direction.value=='asc'

document.orderForm.order_direction.value='desc'; else document.orderForm.order_direction.value='asc'; document.orderForm.submit(); }
I did re-install the componet ONCE AGAIN and the error went .. I don't need the paypal plugin and now the message seems correct..still the big problem posted earlier in this forum persist and I need to sort it out ASAP