Hi morph,
I don't see the form on your site - where should I be looking?
Can you take a backup copy from the Forms Manager and post it here please so we can look closer.
Bob
Hi morph,
I don't see any obvious problem with the form - hopefully Max will have some ideas.
Bob
Thanks for looking, banging my head against a brick wall! ;-)
PHPadmin table looks like this, are the NULL fields causing the problem?
Champ Type Interclassement Attributs Null Défaut Extra Action
cf_id int(11) Non auto_increment
uid varchar(255) utf8_general_ci Non
recordtime text utf8_general_ci Non
ipaddress text utf8_general_ci Non
cf_user_id text utf8_general_ci Non
file_1 varchar(255) utf8_general_ci Non
file_2 varchar(255) utf8_general_ci Non
select_1 varchar(255) utf8_general_ci Non
select_7 varchar(255) utf8_general_ci Non
select_21 varchar(255) utf8_general_ci Non
select_22 varchar(255) utf8_general_ci Non
select_26 varchar(255) utf8_general_ci Non
select_34 varchar(255) utf8_general_ci Non
select_37 varchar(255) utf8_general_ci Non
select_47 varchar(255) utf8_general_ci Non
select_48 varchar(255) utf8_general_ci Non
select_53 varchar(255) utf8_general_ci Non
text_0 varchar(255) utf8_general_ci Non
Hi morph,
you have V3.0
stable of the component ?
try to make a new test form and add this code only to it :
<input type="submit">
now test it from the direct link in the forms management page, does it work ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi morph,
is this Joomla 1.5.7 ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
v1.5.5
i will upgrade to the .5.7 and get back to you.
Could that cause the problem?
I don't think so but give it a try and let me know! if its still has the same problem then email me admin login to this site!
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Upgraded and no change, I have PMed you login
Thanks
the problem turned to be a cache/joomfish issue, its still not very clear what its exactly but we should know soon hopefully!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Resolved:
Thanks so much for your help Max.
The problem was coming from the joomfish router and after upgrading to pro version it works fine.
Such a relief after so many hours tapping the head against the desktop :-)
PS you need to be a contributer on joomfish to have access to this.
plg_jfrouterpro_rc1.zip
thanks for a great comonent and look forward to using it some more.
Thanks for the info, well, its really strange, should I pay for joomfish to get a non buggy version ? the problem is that it makes problems with the joomla checkToken function...may be the pro version is the next fixed release ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
:-( well today I went back to check it was working and its gone back to doing the same thing.
I have spoken to Joomfish and for him it has nothing to do with Joomfish! So he did a xhtml validation and the form throws up about 80 errors which doesnt help in finding the problem.
I thought for an instant maybe the tab function was causing the error so published a page with (chronoforms)form(/chronoform) correctly formed on its own and the same error happens. Whereas with a normal link (ie as in the backend preview) works. Seeing as my problems appears to be from captcha and my forms are only for logged in users, is it possible to remove the 2 lines you spoke about (without breaking your component) and if so where are they please.
Do you have any idea why I have so many xhtml errors?
Thanks Max
Hi morph,
here are the lines which causes the problem at your site :
if(!JRequest::checkToken()){
echo "You are not allowed to access this URL";
return;
}
I don't suggest removing them without knowing what the problem is...I can take another look tomorrow.
whats the relation between XHTML and this php problem ???!!!
Chronoforms wizard was not made to generate XHTML code, if you need the code generated in XHTML then you will need to copy it to some HTML editor and convert to XHTML then get it back.
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
For what it's worth, because I'm a designer not a developer: I had this same error message "You are not alowed access to this URL"--but only using the plugin bot--the same form worked fine with either the main component or module. I decided to remove the licensed plugin and install the free download--which, voila!, worked!
--emann
Hi emann,
I'm sure you was not installing the correct version of the plugin regardless of it was licensed or not.
Cheers,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
I keep getting the same problem when using the plugin aswell, works fine in the component.
I tried downloading the latest version of both component and plugin from the downloads section but no luck. Turning off cache solves the problem.
Initially the form works (when one address is using it), when another ip attempts to submit the form, it gives everyone the access error. If I clear the cache, the form works as expected for the first computer to submit (regardless of how many times the form is submitted), but once another machine tries to access it, everyone is again given the access error.
Turning off sef didn't help.
Extra plugins installed:
AllVideos (by JoomlaWorks)
SEOSimple
JFusion
MorfeoShow Gallery
Any suggestions?
Thanks in advance for all your help
Hi youngprince, I think as Bob said that cache should be disabled either globally or on this page, no idea how to do this per page, I will try to see if there is some Joomla 1.5 code to always reload the form page!
Cheers,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi,
On my production site I have removed the lines of code for captcha as Max indicated and it works fine so far with different users loggin in filling forms etc. So it might be a solution for you others having similar problems.
Thanks for a great component Max
i'll try removing the captcha code and seeing if it helps with the cache situation, otherwise i'll keep it off
thanks for all the help guys.
For what it is worth, I get the same error: you are not allowed to access this url.
My form was working fine, and then suddenly I keep getting this EVERY TIME for the past four hours.
I don't have joomfish or community builder. It is fresh install of joomla, with only pixshearch, fireboard and chronoforms so far.
Also, I am a total Joomla noob.
Thanks in advance for any help... this is a very very fine app apart from this one problem.🙂
Hi mon,
do you have cache enabled for this website ?
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
"You are not allowed to access this URL"
i got the same error today, had a search around and i had <form> </form> tags in my forms code, took them out and bam headshot... i mean bam got it.
Hope this helps someone
Cheers
Mick
Have any one find the problem yet? because it has nothing to do with cache or form tags i still have the problem like many others.
anyone have any new ideas why this happening? as i really like this form script.
Warm regards Anders
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi guys
I am new to this but had the same problem when posting my form, using IE as browser, BUT the "You are not allowed to access this URL" message did not appear when I used Firefox! Instead I got my "Thank you ....." message.
Could someone confirm this? And more importantly, give a reason, and how to fix IE's problem?
Thanks
Guyfox
Hi guyfox,
I'm really not sure why you see a difference. The 'token' code in Joomla is used to make sure that the user who viewed a form is the same person as is submitting the reply (this closes a security risk). To work it saves a token in the user session data (they don't have to be logged on) when the form is opened and looks for the same token when it is submitted. If the users session is ended, or the session data wasn't stored correctly, or . . . then you get the error you are seeing.
Hard to diagnose though . . . :-(
Bob
I've got the same problem, funny thing is it one of them worked ok to begin with (I cant confirm the other). After I changed the email recipients (I don’t know if that’s anything to do with it) I got the problem. Removing <form> </form> got it working again, its a bit annoying though as my email form has css that relies on the <form> tag.
Kujina, Chronoforms will add its own form tags! the problem will happen if you have any form tags in code yes!
guyfox, I think your issue is a cache thing in IE!
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Using ChronoForm 3.1 RC2
Having the same issue, but not when I am directly linking the menu item to the component. Only happens for me with the plugin. Happening with Sh404Sef turned ON or OFF.
In my case I can live with the direct link to the component. Perhaps it is a site configuration issue.
I'll report any issues as I use 3.1 RC2 on different sites.
Rowby
Hi Rowby,
The PlugIn hasn't yet been updated for ChronoForms 3.1 so this may be the problem. Due any time now.
Bob
I have the same problem but I have not Joomfish and if I enable cache joomla i got that problem. .... I have to isit to speed caching enabled, can you help me to solve the problem, it is important.
thanks
stefano
Hi stefano,
Exactly what is the problem?
Bob
Hi stefano,
I think because the form uses a security token that is issued fresh each time and if you serve a cached version then the token will never match. But I could be wrong about that. Have you searched here on 'cache'.
Bob
Hi stefano,
Don't cache the form page.
Bob
Hi stefano,
Sorry, I don't know, I dont' think that the basic Joomla caching has that control. I do recall Fredrik (nml375) posting about page cache control but I'm not sure if that was the same question.
Bob
Bob it is possible that if I disable checkToken then I can fix this? Forgive the question but are not very technical, thanks
stefano
Hi Stefano,
Possibly - test it and see if it works.
Bob
i have the same problem.
when i want to upload a big file (more than 70 or 80 mb) to server give me this message "You are not allowed to access this URL".
my File Uploads setting
Field names/allowed Extensions/sizes(KB): dmfilename:jar|sis|sisx|apk|dmg|swf|ipa{200000-},dmthumbnail:gif|jpg|png{1000-}
and also when i disable checkToken do not send any value to mysql. (but this message is gone)
Hi Ehsan216 »,
What is the max_file_uploads setting for your server? Check Site Admin | System Info | PHP Information.
Bob
upload_max_filesize
Local Value= 300M
Master Value= 300M
It was 64M but i change it to 300M but it is not work
I have to change post_max_size also. it works now😀
Thanks greyhead
i am so happyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
Hi,
I have a problem to no avail and I hope someone here may be able to help.
Im using rc3 and joomla 1.5.7 with joomfish latest beta.
Using chronoforms component I can create a form fine and display but when I submit the form I get "You are not allowed to access this URL"
Could this be a problem/conflict with CB.
If you have any ideas...please
Hi stef45,
Most likely an SEF URL problem :-( There haven't been many reported problems with JoomFish or CB.
Please post a link to the form so I can take a quick look.
Bob