11 messaggi dal 14 luglio 2001
Salve ragazzi,
ho un problema con la chat CoolCafe.
Quando clicco sul link "Voglio registrarmi" dalla pagina login mi da il seguente errore:

Microsoft VBScript runtime error '800a0007'

Out of memory: 'Server.mappath'

/coolcafe/include/constants.inc, line 228

Cosa potrebbe essere?
Vi copioincollo anche quella parte dello script dove ci dovrebbe essere questo errore:

Function displayImage(number, langage)
'
' Display an image based on its number and the user langage
'
Dim imageSRC
Dim fs

imageSRC = "images/"
Select Case number
Case QUIT_CHAT_BUTTON imageSRC = imageSRC & "quitchat"
Case HELP_BUTTON imageSRC = imageSRC & "help"
Case MANAGER_BUTTON imageSRC = imageSRC & "manager"
Case SEND_BUTTON imageSRC = imageSRC & "send"
Case BROADCAST_BUTTON imageSRC = imageSRC & "broadcast"
Case ENTER_BUTTON imageSRC = imageSRC & "enter"
Case QUIT_BUTTON imageSRC = imageSRC & "quit"
Case LOGIN_LOGO imageSRC = imageSRC & "loginLogo"
Case NEW_USER_LOGO imageSRC = imageSRC & "newUserLogo"
Case SROOM_LOGO imageSRC = imageSRC & "sRoomLogo"
Case SMALL_LOGO imageSRC = imageSRC & "smallLogo"
End Select
imageSRC = imageSRC & langage & ".gif"

Set fs = CreateObject("Scripting.FileSystemObject")
If fs.FileExists(server.mappath(imageSRC)) Then
displayImage = imageSRC
Set fs=nothing
Else
Set fs=nothing
displayImage = displayImage(number,"English")
End If
End Function

precisamente la riga 228 (quella dell'errore) è questa:

If fs.FileExists(server.mappath(imageSRC)) Then

Grazie per l'eventuale aiuto.
Ciao.


-----------------
www.novellanet.it
La nuova comunità virtuale
-----------------

-----------------
www.novellanet.it
La nuova comunità virtuale
-----------------

Torna al forum | Feed RSS

ASPItalia.com non è responsabile per il contenuto dei messaggi presenti su questo servizio, non avendo nessun controllo sui messaggi postati nei propri forum, che rappresentano l'espressione del pensiero degli autori.