Reservation doesn't work

Support desk for Multipurpose Quark Theme
GK User
Tue Apr 12, 2016 6:40 pm
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)
User avatar
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!
User avatar
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.
User avatar
Moderator


cron