Quote:
Originally Posted by garyopa
I recently installed this on my site.
I still using vb3.8.6 because we have a very customized skin, that is not very compatible with vb4.0
But during the screen display, I get this error message:
Could not find phrase ''.
Any help in getting this right, would be most welcome!
|
I am getting the same message
When I click the banner, I am getting the following messge...
Redirecting...
Could not find phrase ' '.
Click here if your browser does not automatically redirect you.
But then it redirects ok...anyone know what could be causing the Could not find phrase message?
I got this with the previous version as well...
EDIT: I think it's related to this part of the link.php...I'm too much of a novice to know how to fix it but maybe one of the gurus here can help? It seems like a fairly simple thing..
PHP Code:
$vbulletin->url = $arr['sponsor_url'];
eval(print_standard_redirect(''));
}
else {
eval(standard_error(fetch_error('sponsor_url_invalid')));