Author |
Topic |
|
Muse
Starting Member
27 Posts |
Posted - 30 April 2005 : 16:01:19
|
After installing the Avatar Mod on v3.4.05, the forum is gone and a sql error displays, saying that there is an unknown field in table M.M_
The error message says that the line error is in topic.asp, line 113...which reads:
rsTopic.open strSql, my_Conn, adOpenForwardOnly, adLockReadOnly, adCmdText
I read through the Avatar Mod Read Me again, and there were NO changes made to that particular line of code. It's exactly the same as before I added the avatar mod (I checked the backup file to make sure.)
I tried updating the database again...didn't help
For now, I've removed the avatar mod edits from topic.asp so the board is functioning.
Anyone have any suggestions? |
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 30 April 2005 : 17:51:44
|
It's not that line that is the problem, it is what is in the strSQL variable. Just before that line put this :
Response.Write strSQL
You will still get the error, but before that you will get the SQL that was trying to execute and failed.
On the face of it, I'd say your MOD install wasn't run, or had some errors. |
|
|
Muse
Starting Member
27 Posts |
Posted - 02 May 2005 : 06:11:20
|
Thank you Laser. I went through the files that are edited with the Avatar Mod and basically started over..it works now so it must have been a typo on my part.
However, now that the avatars are working, I can't get the PMs activated??? The PM were somehow deactivated when I installed the avatar mod. Every time I go into PM Maintenance and try to allow PMs, it automatically goes back to the default setting. |
|
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 03 May 2005 : 18:19:27
|
Maybe you removed some PM code ? (although I can't think where the 2 would clash). Did you run "Check Installation" again ? |
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 04 May 2005 : 04:51:21
|
Make sure you didn't overwrite any of the PM application variables in config.asp. Always be careful when applying mods to an already modded forum as, more often than not, the readmes are referring to a clean version of Snitz with no mods installed.
|
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
|
|
|
Topic |
|