Hey all,
After a fresh install of 7.7 for SQL, I tried a the printable version link. It pops up a page named: printer_friendly_posts.asp
When this page popped up, I encountered the following
error:Microsoft VBScript runtime error '800a01f5'
Illegal assignment: 'strTableQuoteBorderColour'
/forum/printer_friendly_posts.asp, line 258
After investigation, I found these two lines in the page:
strTableQuoteBorderColour = "#CCCCCC"
strTableQuoteColour = "#FFFFFF"
After removing those lines and saving, everything worked fine. Seems to be related to the fact that these are defined in the skin_file.asp file.
Just curious if anyone else experienced this. Not a complaint, rather just pointing out.
Warren