
05-23-2017, 11:21 AM
|
|
|
Join Date: Dec 2001
Location: Royal Palm Beach, Florida
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
That did it! Thank you very much! I hope the developer makes this change for those using the latest versions of PHP...
Quote:
Originally Posted by MarkFL
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. 
|
|