You are not allowed to access this URL - I'm Loving it!

GreyHead 19 Oct, 2009
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
finc 19 Oct, 2009
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
GreyHead 19 Oct, 2009
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
nml375 21 Oct, 2009
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
finc 22 Oct, 2009
That's not only a point, that's THE POINT

Thanks a lot!!!!
finc 09 Apr, 2010
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:

<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>
GreyHead 09 Apr, 2010
Hi finc,

No, nor do I.

Bob
finc 09 Apr, 2010
I switched off the Cache and it is now working just fine.
This topic is locked and no more replies can be posted.