Can someone please tell me how to correct this?
I didn't manually edit any code myself, anything I did was within the extension.
This is above my form @ http://edmaddicts.net/index.php?option=com_chronocontact&Itemid=114
I didn't manually edit any code myself, anything I did was within the extension.
Parse error: syntax error, unexpected T_STRING, expecting '{' in /home/content/e/d/m/edmaddicts/html/components/com_chronocontact/chronocontact.php(52) : eval()'d code on line 3
This is above my form @ http://edmaddicts.net/index.php?option=com_chronocontact&Itemid=114
Hi dubrodrig,
You have a field with the name '5 songs' - this is illegal html; field names may not contain spaces (or other special characters other than _ ) and must start with a letter.
Rename it to 'five_songs' and all will probably be well. You may need to rename the database table column too.
Bob
You have a field with the name '5 songs' - this is illegal html; field names may not contain spaces (or other special characters other than _ ) and must start with a letter.
Rename it to 'five_songs' and all will probably be well. You may need to rename the database table column too.
Bob
This topic is locked and no more replies can be posted.