Print Page | Close Window

webwiz gurus need help quick

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=6451
Printed Date: 03 April 2026 at 4:33pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: webwiz gurus need help quick
Posted By: tobes
Subject: webwiz gurus need help quick
Date Posted: 15 October 2003 at 6:28pm

hi ive been trying to get the picture gallery mod setup, i have it pretty much working but my upload pages are not working, either from  a thread or the pic gallery.

can some-one visit my forum and see what the problem is ive created a test acount username "test" password "test"

http://www.itstooloud.com/webwiz/default.asp - http://www.itstooloud.com/webwiz/default.asp

cheers




Replies:
Posted By: michael
Date Posted: 15 October 2003 at 8:39pm

If you look at the source of the upload popup you see the following error:

Variable is undefined: 'strTxtSelectImageMessageError'

Make sure that you have all variables defined.

I am not certain, but is the Photo Gallery Mod compatible with ver 7.5??



-------------
http://baumannphoto.com" rel="nofollow - Blog | http://mpgtracker.com" rel="nofollow - MPG Tracker


Posted By: God_Struth
Date Posted: 15 October 2003 at 8:47pm
Thats not the error message I got, I seen the "Invalid Character path...blah blah" message.

I assume you have the right upload component selected?


-------------
"I'm only trying to help......"


Posted By: tobes
Date Posted: 15 October 2003 at 8:49pm
im not sure god-struth i am new to this and am a bit lost, where would i find the upload component?


Posted By: tobes
Date Posted: 15 October 2003 at 8:56pm
just to varify, i was able to upload before


Posted By: God_Struth
Date Posted: 15 October 2003 at 9:09pm
Try what Michael said first, if that doesn't work then go into your admin section and ensure you have the upload components set to what you can use and the file paths are correct.

(Also check the folders still have write permissions, these may have been changed when you moved to the new version of the forum...)

-------------
"I'm only trying to help......"


Posted By: tobes
Date Posted: 16 October 2003 at 3:50am

hi everyone im trying to get the mod to work and im worried i havent filled this script in correctly, becouse im not able to upload, it was all ready to upload before in the admin etc but since i added the mod it doesnt work. thanks for the help,,,heres the script:

<%
Dim strFileUploadPath
Dim fsoCount
Dim rootFolderCount
Dim filesCount
Dim fso
Dim fso2
Dim rootFolder
Dim rootFolder2
Dim rootFile
Dim subFolder
Dim files
Dim file
Dim x
Dim LastMod
Dim ImgDelete
Dim MaxNum
Dim gallery
Dim Num
Dim intMaxFileSize
Dim PicFileType
Dim photoName
Num=1
Dim ImgHeight
Dim ImgWidth
photoName=Request.querystring

'Set the folder path pictures will be uploaded to
strFileUploadPath="/webwiz/uploads/images"

'set file types,seperate by ;
PicFileType = "jpg;gif;jpeg;png"

'Set the max file size
intMaxFileSize = 200

'max photos per user = (MaxNum - 1) in this case, 6 max photos per user
MaxNum = 100

'sets image display szie
ImgHeight=100 
ImgWidth=130

set fso=Server.CreateObject("Scripting.FileSystemObject")
if fso.FolderExists(Server.MapPath(strFileUploadPath))=False then
fso.CreateFolder(Server.MapPath(strFileUploadPath))
end if
set fso=nothing


%>



Posted By: huwnet
Date Posted: 16 October 2003 at 11:27am
I don't think it is compatible with 7.5. That is the obvious.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net