After pressing Lähetä (Send) I get this 'You are not allowed to access this UR' and no email.
Somehow I'm loosing trust in myself😀
http://www.automaatioseura.com/index.php?option=com_chronocontact&chronoformname=opc_ilmo
Any ideas?
Regards
finc
Somehow I'm loosing trust in myself😀
http://www.automaatioseura.com/index.php?option=com_chronocontact&chronoformname=opc_ilmo
Any ideas?
Regards
finc
Hi finc,
No real idea. it looks as though the security token isn't being saved in the session. Try turning the check off in the General Tab (though this may still have some problems).
How are sessions stored on your site?
Bob
No real idea. it looks as though the security token isn't being saved in the session. Try turning the check off in the General Tab (though this may still have some problems).
How are sessions stored on your site?
Bob
I did not find the General Tab in CF, but the Session in Global Configuration was set to database 15m.
I switched that one off and that effected the speed of my site.
The site does not use Cache.
The problem is still alive. If it help I can PM the login.
You have any paid support?
Regards
finc
I switched that one off and that effected the speed of my site.
The site does not use Cache.
The problem is still alive. If it help I can PM the login.
You have any paid support?
Regards
finc
Hi finc,
The General Tab is the one you see first when you open the Form for editing from the Forms Manager list.
The paid support is me and, at the moment I'm pretty full up, sorry.
Bob
The General Tab is the one you see first when you open the Form for editing from the Forms Manager list.
The paid support is me and, at the moment I'm pretty full up, sorry.
Bob
Hi finc,
It would seem you've got some mismatched tags in your form, causing some rendering engines/browsers to prematurely close the form. This is usually caused by a missing </div> or </span> in the form code, or <form></form> tags... (remember, you should NOT include any <form></form> tags in your form code).
/Fredrik
It would seem you've got some mismatched tags in your form, causing some rendering engines/browsers to prematurely close the form. This is usually caused by a missing </div> or </span> in the form code, or <form></form> tags... (remember, you should NOT include any <form></form> tags in your form code).
/Fredrik
Now I have another case like this.
When I am logged in I do not get the error 'You are not allowed to access this URL'
But unlogged I do get the error
I could not find any errors here in the code:
When I am logged in I do not get the error 'You are not allowed to access this URL'
But unlogged I do get the error
I could not find any errors here in the code:
<table>
<tr><td>Sukunimi</td><td colspan="3"><input type="text" name="Sukunimi"size="43"></td></tr>
<tr><td>Etunimi</td><td colspan="3"><input type="text" name="Etunimi"size="43"></td></tr>
<tr><td>Yritys</td><td colspan="3"><input type="text" name="Yritys"size="43"></td></tr>
<tr><td>Osasto</td><td colspan="3"><input type="text" name="Osasto"size="43"></td></tr>
<tr><td>Luennoitsija</td><td colspan="3"><input type="text" name="Luennoitsija"size="1"></td></tr>
<tr><td>Näytteilleasettaja</td><td colspan="3"><input type="text" name="Naytteilleasettaja"size="1"></td></tr>
<tr><td>Opiskelija</td><td colspan="3"><input type="text" name="Opiskelija"size="1"></td></tr>
<tr><td>Lähiosoite</td><td colspan="3"><input type="text" name="Lahiosoite" size="43"></td></tr>
<tr><td>Postinumero</td><td colspan="3"><input type="text" name="Postinumero" size="43"></td></tr>
<tr><td>Postitoimipaikka</td><td colspan="3"><input type="text" name="Postitoimipaikka" size="43"></td></tr>
<tr><td>Puhelinnumero</td><td colspan="3"><input type="text" name="Puhelinnumero" size="43"></td></tr>
<tr><td>Fax</td><td colspan="3"><input type="text" name="Fax" size="43"></td></tr>
<tr><td>Laskutusosoite, mikäli eri kuin yllä</td><td colspan="3"><input type="text" name="Laskutusosoite" size="43"></td></tr>
<tr><td>Huomioitavaa, esim. ruokarajoite</td><td colspan="3"><input type="text" name="Huomioitavaa" size="43"></td></tr>
<tr><td>Sähköposti:</td><td colspan="3"><input type="text" name="email" size="43"></td></tr>
<tr><td><input type="submit" value="Lähetä"><input type="reset" value="Tyhjennä"></td></tr></table>
This topic is locked and no more replies can be posted.