Author |
Topic |
m3t4L
Starting Member
2 Posts |
Posted - 21 January 2003 : 13:27:57
|
I`ve got "Avatar Mod for 3.4" I installed the mod and changed the files, but i always get the same failure notice:
Kompilierungsfehler in Microsoft VBScript- Fehler '800a0401'
Anweisungsende erwartet
/Datenbank/Forum/topic.asp, line 588
response.write" <img src=""" & Reply_MemberAvatar """ width="" intAvatarWidth """ height="" intAvatarHeight """ border="" intAvatarBorder """><br /><br />" ---------------------------------------------------^
plz help
-->> http://www.somler.de/Bullshitforum |
Edited by - m3t4L on 21 January 2003 13:33:40 |
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 21 January 2003 : 13:35:05
|
You must have changed that line a bit because it should look something like this...
response.write" <img src=""" & Reply_MemberAvatar & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """><br /><br />"
|
Edited by - Hamlin on 21 January 2003 13:35:56 |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
m3t4L
Starting Member
2 Posts |
Posted - 21 January 2003 : 14:42:09
|
thx u , i don`t know but in my readme.html there was another Syntax
now it works ! |
|
|
kahloz
Starting Member
16 Posts |
Posted - 27 January 2003 : 22:26:04
|
Hi,
I recently had to reinstall this mod on a clean version of snitz.
It installed file,
Unfortunately, there are about 100 avatars that are not in the Directory this mod thinks they are.
So there are 100 dead entries.
How do I MASS DELETE these? Doing it one by one is time consuming,
Is there a file I can edit?
PLEASE TELL ME THERE I!!!!
Thanks. |
|
|
realhorrorshow
Starting Member
United Kingdom
31 Posts |
Posted - 28 January 2003 : 08:49:54
|
How and where can i upload avatars? I've only got the option of none currently |
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 28 January 2003 : 11:19:13
|
quote:
How do I MASS DELETE these?
You could delete them all using the alternative mod setup page, if you want. I post what to put in the box when I get home.
quote:
How and where can i upload avatars? I've only got the option of none currently
You can use the in built admin upload feature, or just upload them the same way you did with the rest of the snitz files via FTP or some web site interface...
|
|
|
realhorrorshow
Starting Member
United Kingdom
31 Posts |
Posted - 28 January 2003 : 12:53:07
|
ok so i've found the interface but on uploading a new one i get "Microsoft OLE DB Provider for ODBC Drivers error '80040e37'
[Microsoft][ODBC Microsoft Access Driver] Could not find output table 'FORUM_AVATAR'.
/japukmeets/admin_add_avatar.asp, line 100"
When running the MOD setup i did get "Table already exists" for that table, so i guess it's lying. how do i get it to work?
Thanks |
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 28 January 2003 : 16:04:50
|
Try changing to one of the access 2000 config strings. |
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 28 January 2003 : 16:27:01
|
In response to kahloz mass delete, just paste the following into the Alternative MOD Setup page.
[DROP]
AVATAR
[END]
[CREATE]
AVATAR
A_ID
A_URL#varchar (255)#NULL#
A_NAME#varchar (50)#NULL#
A_MEMBER_ID#int#NULL#0
[END]
EDIT - it deletes and re-creates the table, so you will loose all your avatar information... |
Edited by - Hamlin on 28 January 2003 16:29:04 |
|
|
Jacknife
Starting Member
United Kingdom
8 Posts |
Posted - 29 January 2003 : 09:00:15
|
Hi I have succesfully MOD'ed the Avatar files and it runs ok. But when I try to Upload Avatars it gives me the following error:
"Microsoft VBScript runtime error '800a0046' Permission denied
/forum/avatar_upload.asp, line 169" I think that this is because of the permissions on the server. I have a database folder with Read/Write permissions but am unsure as to how to point the upload to it. Can you help?
|
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 29 January 2003 : 09:32:59
|
Where is the database folder in relation to your forum folder? Can you not just ask you host to change the permissions on your avatar folder? |
|
|
realhorrorshow
Starting Member
United Kingdom
31 Posts |
Posted - 29 January 2003 : 10:37:38
|
quote: Originally posted by Hamlin
Try changing to one of the access 2000 config strings.
what do you mean by this? which bit do i change and to what?
I tried running the table delete and recreate code above, and all it said was: droppping table - table does not exist. Creating table - table already exists |
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 29 January 2003 : 10:44:19
|
Sorry bit vague I meant in config.asp, try using one of the access 2000 connection strings and running the mod setup again... |
|
|
realhorrorshow
Starting Member
United Kingdom
31 Posts |
Posted - 29 January 2003 : 12:27:31
|
all sorted |
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 29 January 2003 : 12:32:44
|
Please to hear it
Side Note : As m3t4L has had his/her question answered can a kindly admin/moderator lock this topic (if anyone reads it that is), as its starting to get confusing, with all the different questions
|
|
|
Topic |
|