To help troubleshoot, could you tell us what version of the forum you are running and if you've made any changes (beyond what's outlined in readme.html) and/or added any MODs?
quote:Originally posted by sbai
hello I have a problem in the posts ( the images don't appear )
Under "Feature Configuration" in your Admin page, do you have "Images in Posts" set to on? Is the URL being used a valid URL?
quote:Originally posted by sbai
and i have a problem in admin_compactdb.asp
this is the error : Microsoft VBScript runtime error '800a0009'
Subscript out of range: '[number: 1]'
/f/admin_compactdb.asp, line 174
Not sure what to say about this one as line 174 in a stock 3.4.07 is blank...
The next closest chunk of code that could generate that error is the GetForumDB() function, and the only thing I can see that would cause that problem would be if you were using one of the older (MS Access 97) connection strings. If that's the case, I highly recommend using one of the OLEDB connection strings (MS Access 2000).