teitbite wrote:Hi
Please enable showing errors in global configuration for server in joomla panel. It should reveal an error with problem. Please copy it for me so I'll be able to tell how to fix it.
HI,
thanks for your help.
I got the following error:
Parse error: syntax error, unexpected '"' in /home/chris/www/salz-pfeffer-erleben.de/development/components/com_contact/controllers/contact.php on line 156
I think its because I tried to add a custom field phone number in the contact form using the following tutorial:
https://www.youtube.com/watch?v=uQzb7vfZSJIthis is the code of line 156 concerned:
$body = "Phone #:".$phone."\r\n".$data['contact_message'];
Hope this helps!