Quote:
Originally Posted by precisionextrem
This was working. Now I upgraded and it does not. This is what I am getting. It opens up, but when you click a picture nothing happens and it gives this error in IE.
Line: 372
Char:5
Error:Access is denied
Code:0
URL: http://www.precisionextreme.com/foru...=vB_Editor_001
Then you can click next and it gives this
Line:379
Char:16
Error:Syntax Error
Code:0
URL: Same as above
Next again
Line:356
Char:3
Error:Permission Denied
Code:0
URL: Same as above
What is going on??
Thanks,
Chris
|
You need to delete only the variable
HTML Code:
$vboptions[bburl]
from the 3 TMS patches to work again with IE.
To fix the Javascript Syntax error:
Open photo_popup.php and search for
PHP Code:
$copycode = "";
and change this line to
PHP Code:
$copycode = true;
Regards, Stoebi