OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Booklibrary Pro - Accept Lend Request Error (0 viewing) 

BookLibary Component Support

Go to bottom Favoured: 0

Booklibrary Pro - Accept Lend Request Error

provolibrary (Visitor)
Posts: 0
graphgraph
User Offline
Booklibrary Pro - Accept Lend Request Error 10 Years, 10 Months ago
Karma: 0  
I just bought Booklibrary Pro. When I go to the frontend and accept a lend request, I get this error:

Fatal error: Call to undefined function sendMailRentRequestCB() in ...componentscom_booklibrarybooklibrary.php on line 626


This is on line 626:
if($booklibrary_configuration['lend_answer']){
sendMailRentRequestCB($datas,_BOOKLIBRARY_LENDREQUEST_EMAIL_ACCEPTED);
}



The function exists and looks fine, the book gets accepted and the email is sent out, I don't understand why I'm getting the error.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Online Now Click here to see the profile of this user
Re:Booklibrary Pro - Accept Lend Request Error 10 Years, 10 Months ago
Karma: 101  
Hello,

Please go to file:

components/com_booklibrary/booklibrary.php on line 626

and code
sendMailRentRequestCB($datas,_BOOKLIBRARY_LENDREQUEST_EMAIL_ACCEPTED);


replace to :
PHP_booklibrary:endMailRentRequestCB($datas,_BOOKLIBRARY_LENDREQUEST_EMAIL_ACCEPTED);

And for you all will good.

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»