Hi!
I have some problem.
When i use database storage i have error:
Parse error: syntax error, unexpected '$', expecting T_VARIABLE in /web/civilzala/civil-zala.hu/components/com_chronocontact/chronocontact.php(53) : eval()'d code on line 9
in the table or row names havent spec characters, but my domain is <!-- w --><a class="postlink" href="http://www.civil-zala.hu">www.civil-zala.hu</a><!-- w -->.
line9:
JRequest::setVar( "ipaddress", JRequest::getVar( "ipaddress", $_SERVER["REMOTE_ADDR"], "post", "string", "" ));
Suggestion?
I have some problem.
When i use database storage i have error:
Parse error: syntax error, unexpected '$', expecting T_VARIABLE in /web/civilzala/civil-zala.hu/components/com_chronocontact/chronocontact.php(53) : eval()'d code on line 9
in the table or row names havent spec characters, but my domain is <!-- w --><a class="postlink" href="http://www.civil-zala.hu">www.civil-zala.hu</a><!-- w -->.
line9:
JRequest::setVar( "ipaddress", JRequest::getVar( "ipaddress", $_SERVER["REMOTE_ADDR"], "post", "string", "" ));
Suggestion?
Hi brucezly,
Do you have any dashes, spaces or any other special or accented characters in your form name or any of the input names?
Bob
Do you have any dashes, spaces or any other special or accented characters in your form name or any of the input names?
Bob
No... 😟
so I thought the domain
1kerdes_telj
4_1kerdes
4_2kerdes
4_3kerdes
5_1kerdes
5_2kerdes
5_3kerdes
5_4kerdes
5_5kerdes
5_6kerdes
6kerdes
7kerdes
1kerdes_szoveg
3kerdes_szoveg
4_szoveg1
4szoveg_2
5szoveg
6szoveg_1
6szoveg_2
7szoveg
2kerdes_valaszt
3kerdes_valaszt
jos_chronoforms_minbizt
so I thought the domain
1kerdes_telj
4_1kerdes
4_2kerdes
4_3kerdes
5_1kerdes
5_2kerdes
5_3kerdes
5_4kerdes
5_5kerdes
5_6kerdes
6kerdes
7kerdes
1kerdes_szoveg
3kerdes_szoveg
4_szoveg1
4szoveg_2
5szoveg
6szoveg_1
6szoveg_2
7szoveg
2kerdes_valaszt
3kerdes_valaszt
jos_chronoforms_minbizt
Hi brucezly.
It's the numbers . . . you can't start a name with a number. Has to be a letter. So 1kerdes_telj won't work -- x1kerdes_telj will be OK (or any other letter).
Bob
It's the numbers . . . you can't start a name with a number. Has to be a letter. So 1kerdes_telj won't work -- x1kerdes_telj will be OK (or any other letter).
Bob
This topic is locked and no more replies can be posted.