Quote:
Originally Posted by Sal Collaziano
Thank you very much! I appreciate it! 
|
Okay, I installed the product, and encountered the same error you reported when rejecting a ride.
To resolve this issue, locate the file "vbrides_modcp.php" and locate line 254 which reads:
PHP Code:
eval(fetch_email_phrases('vbrides_mail_delete_ride', $userinfo['languageid']));
Change this line to read:
PHP Code:
fetch_email_phrases('vbrides_mail_delete_ride', $userinfo['languageid']);
Once I did that, the rejection process functioned correctly.