Hello guys, when I try to make a reservation it appear "0 An 0 error occured during your request." Can you help me in order to solve that Thanks in advance! PS - Template version is Quark v.1.2.0.3 (the last one)
Fresh Boarder
GK User
Tue Apr 12, 2016 6:57 pm
Ok I have solved: in your file I have changed from code: $sender = array( $config->get('config.mailfrom'), $config->get('config.fromname') );
to this
$sender = array( $config->get('mailfrom'), $config->get('fromname') ); I will update you if I need more help. Thanks!
Fresh Boarder
teitbite
Sat Apr 16, 2016 8:26 pm
Hi
A fixed plugin for reservation is available in rest_files package for this template.