Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in C:\xampp\htdocs\erov\components\com_chronocontact\chronocontact.php(526) : eval()'d code on line 5
in Autogenerated code:
etc '".JRequest::getVar('functie','' 'post', 'int', 0 )."' , etc
so no entries in db
there was systemativcally missing a "," and it should by 'string' (in my case) and not 'int'
should be
etc '".JRequest::getVar('functie','', 'post', 'string', 0 )."' , etc
in Autogenerated code:
etc '".JRequest::getVar('functie','' 'post', 'int', 0 )."' , etc
so no entries in db
there was systemativcally missing a "," and it should by 'string' (in my case) and not 'int'
should be
etc '".JRequest::getVar('functie','', 'post', 'string', 0 )."' , etc
Hi degeert,
Yes, that's a known bug :-( Max released a bug-fix version this morning to fix that and a few other bugs. Please download and upgrade your installation.
Bob<br><br>Post edited by: GreyHead, at: 2008/03/06 17:36
Yes, that's a known bug :-( Max released a bug-fix version this morning to fix that and a few other bugs. Please download and upgrade your installation.
Bob<br><br>Post edited by: GreyHead, at: 2008/03/06 17:36
This topic is locked and no more replies can be posted.