Author |
Topic |
JJenson
Advanced Member
USA
2121 Posts |
Posted - 06 March 2008 : 14:48:29
|
It looks like you have a space after the Request"spacehere".QueryString. I am guessing there is not supposed to be a space? Just a guess on that one.< |
|
|
thelodger
Junior Member
United Kingdom
296 Posts |
Posted - 06 March 2008 : 15:06:13
|
Great, that seems to have sorted it, cheers.
Now it lets me post and do a test blog and lets me post it all fine, but when clicking on the blog I get this error
quote: Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[MySQL][ODBC 3.51 Driver][mysqld-5.0.22-log]Unknown column 'FORUM_TOPICS.T_MSGICON' in 'field list'
/log.asp, line 134
Line 134 in log.asp is
quote: set objRec = my_Conn.Execute(strSql)
< |
|
|
JJenson
Advanced Member
USA
2121 Posts |
Posted - 06 March 2008 : 15:12:49
|
Did you get any errors when you updated the database?< |
|
|
thelodger
Junior Member
United Kingdom
296 Posts |
Posted - 06 March 2008 : 15:15:23
|
There was no need to update the database as far as I am aware, well in the instructions there was no mention or dbs file in the download.< |
|
|
weeweeslap
Senior Member
USA
1077 Posts |
Posted - 06 March 2008 : 15:17:36
|
I believe the mod requires that you have the message icon mod. You can do 2 things: 1. Install the message icon mod. 2. Remove all code from weblogs mod that refers to message icon mod. I would pick 2.< |
coaster crazy |
|
|
thelodger
Junior Member
United Kingdom
296 Posts |
Posted - 06 March 2008 : 15:27:23
|
I am guessing that would be almost impossible for me as someone who is not very good with asp, is the message icon mod a pain? or would it be easy for me to add, baring in mind I have added quite a few mods to my forum. or is there an easy way to remove all the code for that mod?< |
|
|
cripto9t
Average Member
USA
881 Posts |
Posted - 06 March 2008 : 16:37:04
|
I'd remove it to. They take up screen space and hardly anyone uses them. At least on the forums I belong to. If you decide to remove it, the first step would be to remove it from the sql statements - 'FORUM_TOPICS.T_MSGICON' then look for the variable thats assigned to it. then look for and remove the html associated with it.< |
_-/Cripto9t\-_ |
|
|
thelodger
Junior Member
United Kingdom
296 Posts |
Posted - 06 March 2008 : 16:47:54
|
looks way over my head, which file would contain all this? or will it be all 4 of them?< |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 06 March 2008 : 16:53:05
|
Post a link to a .txt copy of the 4 files. I don't know if I will get a chance to look at them as I've got a looong day coming up tomorrow, but either I'll look this weekend or some other enterprising soul will be able to help.< |
|
|
thelodger
Junior Member
United Kingdom
296 Posts |
|
thelodger
Junior Member
United Kingdom
296 Posts |
Posted - 09 March 2008 : 14:25:02
|
The error I am getting now when clicking on the blogs forum is
quote: Microsoft OLE DB Provider for ODBC Drivers error '80004005' [MySQL][ODBC 3.51 Driver][mysqld-5.0.22-log]Got error 28 from storage engine
/weblogs.asp, line 71
< |
|
|
thelodger
Junior Member
United Kingdom
296 Posts |
Posted - 12 March 2008 : 17:43:22
|
< |
|
|
phy1729
Average Member
USA
589 Posts |
Posted - 12 March 2008 : 17:57:56
|
The mysql suggestion is "Clean up your disk" Also what is the mysql statement that's causing it to fail?< |
|
|
thelodger
Junior Member
United Kingdom
296 Posts |
Posted - 13 March 2008 : 12:37:15
|
Line 71 is
set objRec = my_Conn.Execute(strSql)
And how would I clean up the disk?< |
|
|
phy1729
Average Member
USA
589 Posts |
Posted - 13 March 2008 : 12:59:32
|
Please add right before that line
Response.Write strSql < |
|
|
Topic |
|