Author |
Topic |
rsoxhater
Junior Member
120 Posts |
Posted - 04 April 2003 : 01:33:14
|
I figured it out guys - thanks for the great mod!!!
|
|
|
al_iguana
Junior Member
138 Posts |
Posted - 07 April 2003 : 18:40:25
|
anyone figure out how to get mac uploads working? do we just need to test and reverse the / in the upload page? or is it more complicated than that?
--
ok, someone told me that IE on Macs upload pictures in MacBinary format, so they have to be decoded on the server. i'll see if the problem exists on Mac Netscape. |
----
Don't Dream It ~ Be It http://www.peppermintiguana.co.uk/cymrugothic/ |
Edited by - al_iguana on 07 April 2003 19:43:54 |
|
|
kentrubin
Starting Member
USA
5 Posts |
Posted - 15 April 2003 : 19:03:36
|
Downloaded fine. Modified the asp as required. Using Access database for Snitz. Forums work fine. When I run the Photo admin for the first time it asks for name of uploads, I enter uploads (yes, uploads exists off the root server), when I hit submit, I get: There was an error [Microsoft][ODBC Microsoft Access Driver] Syntax error in CREATE TABLE statement.
Wazzup witdat |
|
|
Pelle
Starting Member
24 Posts |
Posted - 16 April 2003 : 19:17:32
|
There are no DBS file in the download, nor for 1,5 or 1,8. I guess i can not be the only one that haven't been there from the beginning?
Where can i DL this? |
|
|
LasseL
Starting Member
3 Posts |
Posted - 24 April 2003 : 12:40:08
|
I have a problem after setup i can not use the photo album also the photo admin gives the same error:
HTTP Error 507 507 Unexpected The Web server encountered an unexpected error while communicating with the ASP service. Please contact the server's administrator if this problem persists.
Can anyone please help me out on this?
/Lars
|
|
|
classa
Starting Member
5 Posts |
Posted - 25 April 2003 : 10:07:39
|
Hi,
I have tried ot add the photoalbum mod. However, when I go to the admin_home.asp page it shows the following error:
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/forum/admin_home.asp, line 138
" <LI><a href="admin_album.asp">Photo Album Administration</a></LI> ------------------------------^
Can anyone tell me where I am going wrong??
Cheers
J |
http://www.classauk.com |
|
|
classa
Starting Member
5 Posts |
Posted - 27 April 2003 : 19:30:05
|
Please, someone, help! I am going mad trying to solve this **** problem
quote: Originally posted by classa
Hi,
I have tried ot add the photoalbum mod. However, when I go to the admin_home.asp page it shows the following error:
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/forum/admin_home.asp, line 138
" <LI><a href="admin_album.asp">Photo Album Administration</a></LI> ------------------------------^
Can anyone tell me where I am going wrong??
Cheers
J
|
http://www.classauk.com |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 27 April 2003 : 23:55:06
|
quote: Originally posted by classa
Hi,
I have tried ot add the photoalbum mod. However, when I go to the admin_home.asp page it shows the following error:
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/forum/admin_home.asp, line 138
" <LI><a href="admin_album.asp">Photo Album Administration</a></LI> ------------------------------^
Can anyone tell me where I am going wrong??
Cheers
J
you don't have your link nested correctly with the required number of quotes or you are missing a & _ at the end of the new line inserted. post a link to your admin_home.asp file if you can not fix it yourself. |
|
Edited by - dayve on 28 April 2003 00:07:39 |
|
|
classa
Starting Member
5 Posts |
Posted - 28 April 2003 : 10:18:12
|
Hi Davye,
Thansk for the feedback, this is what I have on my admin_home.asp page:
if strAuthType = "nt" then Response.Write " <LI><span class=""spnMessageText""><a href=""admin_config_NT_features.asp"">Feature NT Configuration</a></span></LI>" & vbNewLine end if Response.Write " <LI><span class=""spnMessageText""><a href=""admin_config_members.asp"">Member Details Configuration</a></span></LI>" & vbNewLine & _ " <LI><span class=""spnMessageText""><a href=""admin_config_ranks.asp"">Ranking Configuration</a></span></LI>" & vbNewLine & _ " <LI><span class=""spnMessageText""><a href=""admin_config_datetime.asp"">Server Date/Time Configuration</a></span></LI>" & vbNewLine & _ " <LI><span class=""spnMessageText""><a href=""admin_config_email.asp"">Email Server Configuration</a></span></LI>" & vbNewLine & _ " <LI><span class=""spnMessageText""><a href=""admin_config_colors.asp"">Font/Table Color Code Configuration</a></span></LI>" & vbNewLine & _ " <LI><span class=""spnMessageText""><a href=""javascript:openWindow3('admin_config_badwords.asp')"">Bad Word Filter Configuration</a></span></LI>" & vbNewLine & _ " <LI><span class=""spnMessageText""><a href=""javascript:openWindow3('admin_config_namefilter.asp')"">UserName Filter Configuration</a></span></LI>" & vbNewLine & _ " <LI><a href="admin_album.asp">Photo Album Administration</a></LI> " <LI><span class=""spnMessageText""><a href=""javascript:openWindow3('admin_config_order.asp')"">Category/Forum Order Configuration</a></span></LI>" & vbNewLine & _ " </UL></p>" & vbNewLine & _ " </font></td>" & vbNewLine & _ " <td bgcolor=""" & strForumCellColor & """ valign=""top""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """>" & vbNewLine & _ " <p><b>Other Configuration Options and Features:</b>" & vbNewLine & _ " <UL>" & vbNewLine if strEmailVal = "1" then Response.Write(" <LI><span class=""spnMessageText""><a href=""admin_accounts_pending.asp"">Members Pending</a></span> <font size=""" & strFooterFontSize & """>(" & User_Count & ")</font></LI>" & vbNewLine) Response.Write " <LI><span class=""spnMessageText""><a href=""admin_moderators.asp"">Moderator Setup</a></span></LI>" & vbNewLine & _ "<!--##### Email All Users Mod 3.4a #####-->" & vbNewLine & _ " <LI><span class=""spnMessageText""><a href=""admin_emaillist.asp"">E-mail List</a>" if MemberID = intAdminMemberID then Response.Write " <font size=""1"">(<a href=""javascript:openWindow3('admin_pop_mail.asp')"">Email All Users</a>)</font>" end if Response.Write "</span></LI>" & vbNewLine & _ "<!--####################################-->" & vbNewLine & _ " <LI><span class=""spnMessageText""><a href=""admin_info.asp"">Server Information</a></span></LI>" & vbNewLine & _ " <LI><span class=""spnMessageText""><a href=""admin_variable_info.asp"">Forum Variables Information</a></span></LI>" & vbNewLine & _ " <LI><span class=""spnMessageText""><a href=""admin_count.asp"">Update Forum Counts</a></span></LI>" & vbNewLine if strArchiveState = "1" then Response.Write(" <LI><span class=""spnMessageText""><a href=""admin_forums.asp"">Archive Forum Topics</a></span></LI>" & vbNewLine) Response.Write " <LI><span class=""spnMessageText""><a href=""admin_config_groupcats.asp"">Group Categories Configuration</a></span></LI>" & vbNewLine & _ " <LI><span class=""spnMessageText""><a href=""admin_mod_dbsetup.asp"">MOD Setup</a></span><font size=""" & strFooterFontSize & """> (<span class=""spnMessageText""><a href=""admin_mod_dbsetup2.asp"">Alternative MOD Setup</a></span>)</font></LI>" & vbNewLine & _ " <LI><span class=""spnMessageText""><a href=""setup.asp"">Check Installation</a></span><font size=""" & strFooterFontSize & """><b> (Run after each upgrade !)</b></font></LI>" & vbNewLine & _ " </UL></p>" & vbNewLine & _ " </font></td>" & vbNewLine & _
Any ideas? |
http://www.classauk.com |
|
|
classa
Starting Member
5 Posts |
Posted - 28 April 2003 : 10:23:05
|
I tried putting the following variations:
" <LI><a href="admin_album.asp">Photo Album Administration</a></LI>" & vbNewLine & _
" <LI><a href="admin_album.asp">Photo Album Administration</a></LI>" & _
" <LI><a href="admin_album.asp">Photo Album Administration</a></LI>" &_
Still came up with the same error. |
http://www.classauk.com |
|
|
James Williams
Starting Member
8 Posts |
Posted - 30 April 2003 : 16:13:09
|
Looking for help with upload problems...
Everything is in and seems to be working correctly (no asp errors)
When I use the troubleshooter, the first check goes through fine. The folder is present and has the proper permissions (for testing I actually changed it to full control)
When I do the upload test, I get this error
exact path to file: /photos Write to file failed.No Errors detected, If you are still haveing problems please send me an email to Wesley Brown File has been saved in file system
I check the /photos folder and nothing has been uploaded. I am not using the thumbnailer, does that matter? Also I am getting the %20 thing with the picture link as well. I am trying to upload a file that is on my local machine, as that is how I think it should work...
Please tell me if I am doing something wrong here...
Thank you in advance,
Jim |
|
|
classa
Starting Member
5 Posts |
Posted - 01 May 2003 : 07:01:21
|
Can anyone help me with this as I am really stuck. I would appreciate someones help, please!!!
quote: Originally posted by classa
I tried putting the following variations:
" <LI><a href="admin_album.asp">Photo Album Administration</a></LI>" & vbNewLine & _
" <LI><a href="admin_album.asp">Photo Album Administration</a></LI>" & _
" <LI><a href="admin_album.asp">Photo Album Administration</a></LI>" &_
Still came up with the same error.
|
http://www.classauk.com |
|
|
cyclingdude
New Member
68 Posts |
Posted - 05 May 2003 : 00:11:27
|
I upgraded my db from Access 2000 to MS SQL 2000. Users cannot upload files anymore, although the albums still seem to be working to the extent you can browse them.
After uploads, the files do appear in the user's folder but aren't being added to the album. There is no error message.
What could it be? |
|
|
studbob20
Starting Member
3 Posts |
Posted - 29 May 2003 : 14:15:42
|
So I've got the same problem as everyone else, and i haven't seen a clear response as to how to fix it. I can't upload any pictures. It just times out. Then on the admin side with the test file upload feature in the troubleshooter I get:
file create, write, and read failed! Please check the permissions on your folder C:\inetpub\virtual\www.creativewheels.com\WWWROOT\k12\forum\uploads!
My permissions are all open. When I do the test file I get the:
exact path to file: /k12/forum/uploads Write to file failed.No Errors detected, If you are still haveing problems please send me an email to Wesley Brown File has been saved in file system.
Has anyone figued this out yet? Thanks. |
|
|
whopperstopper
Starting Member
15 Posts |
Posted - 23 June 2003 : 16:41:47
|
quote: To fix the bug where some users cannot edit pictures and get sent to the photo_album.asp page do the following:
photo_album_detail.asp line 107 replace if Trim(UserName) = Trim(strDBNTUserName) then with if Trim(LCase(UserName)) = Trim(LCase(strDBNTUserName)) then
Should do the trick
Thanks David... that fixed my problem! |
Surf-Masters, Your online source for Surf Fishing the Gulf Coast! |
|
|
Topic |
|