Author |
Topic |
Jacknife
Starting Member
United Kingdom
8 Posts |
Posted - 30 January 2003 : 05:50:02
|
I have tried to get the host to change permissions but they can't do it with the hosting package I have!
The databases folder is outside the "www" folder so I assume cannot be seen from the Web!
I fear that I may have to change my hosting package.
|
|
|
LordNanni aKa
Starting Member
6 Posts |
Posted - 30 January 2003 : 06:50:07
|
I put this in the config.asp :
" Dim strNTGroups, strAutoLogon, strModeration, strSubscription, strArchiveState, strUserNameFilter Dim strFloodCheck, strFloodCheckTime, strTimeLimit, strEmailVal, strProhibitNewMembers, strRequireReg, strRestrictReg Dim strGroupCategories, strPageBGImageUrl, strImageUrl, strJumpLastPost, strStickyTopic, strShowSendToFriend Dim strShowPrinterFriendly, strShowTimer, strTimerPhrase, strShowFormatButtons, strShowSmiliesTable, strShowQuickReply Dim SubCount, MySub, CountDim intAvatarWidth, intAvatarHeight, intAvatarBorder, strShowAvatar
strCookieURL = Left(Request.ServerVariables("Path_Info"), InstrRev(Request.ServerVariables("Path_Info"), "/")) strUniqueID = "Snitz00" "
end this is the error:
"Microsoft VBScript compilation error '800a0401'
Expected end of statement
/frame/forum/config.asp, line 126
Dim SubCount, MySub, CountDim intAvatarWidth, intAvatarHeight, intAvatarBorder, strShowAvatar
What can i do??? and i can use avatar without MySql database??? |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
Posted - 30 January 2003 : 07:11:30
|
" Dim strNTGroups, strAutoLogon, strModeration, strSubscription, strArchiveState, strUserNameFilter
Dim strFloodCheck, strFloodCheckTime, strTimeLimit, strEmailVal, strProhibitNewMembers, strRequireReg, strRestrictReg
Dim strGroupCategories, strPageBGImageUrl, strImageUrl, strJumpLastPost, strStickyTopic, strShowSendToFriend
Dim strShowPrinterFriendly, strShowTimer, strTimerPhrase, strShowFormatButtons, strShowSmiliesTable, strShowQuickReply
Dim SubCount, MySub, CountDim intAvatarWidth, intAvatarHeight, intAvatarBorder, strShowAvatar
Remove the " |
My MODs: Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch
Useful stuff: Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
|
|
|
LordNanni aKa
Starting Member
6 Posts |
Posted - 30 January 2003 : 07:23:27
|
the " there isn't, but the error there's
Thx |
|
|
LordNanni aKa
Starting Member
6 Posts |
Posted - 30 January 2003 : 07:41:17
|
No problem, i find the error, thx |
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 30 January 2003 : 08:27:05
|
quote:
(...) Dim SubCount, MySub, CountDim intAvatarWidth, intAvatarHeight, intAvatarBorder, strShowAvatar
The red code was suppose to be on a new line.
quote:
The databases folder is outside the "www" folder so I assume cannot be seen from the Web!
Try putting something like "../../DataBaseFolder", the "../" is one level up so use however many you need. It may work then again it may not |
|
|
Jacknife
Starting Member
United Kingdom
8 Posts |
Posted - 30 January 2003 : 10:14:29
|
quote:
The databases folder is outside the "www" folder so I assume cannot be seen from the Web!
quote:
Try putting something like "../../DataBaseFolder", the "../" is one level up so use however many you need. It may work then again it may not
That worked a treat. Thanks mate. |
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 30 January 2003 : 13:07:54
|
Your welcome |
|
|
Topic |
|
|
|