Author |
Topic |
jeffery
Junior Member
USA
176 Posts |
Posted - 11 March 2005 : 19:56:11
|
Help, no matter what I do, I cannot get the photos to open in popup windows. They will only open full size on the same page. I've checked the option in the admin panel but no soap. |
www.thomasforum.com |
|
|
rodham
New Member
65 Posts |
Posted - 13 March 2005 : 17:54:40
|
Excellent Mod! Thank you very much. |
|
|
Classicmotorcycling
Development Team Leader
Australia
2084 Posts |
Posted - 14 March 2005 : 00:44:39
|
I have made a small modification to this great mod, I have made it so you only can upload in your own folder and not from the full list of Photo Albums as some users where getting confused with it being there. Also made the profile page have a link to the persons own Photo Album area.
|
Cheers, David Greening |
|
|
rodham
New Member
65 Posts |
Posted - 14 March 2005 : 21:24:31
|
Not sure if anyone has covered this or if there is a newer version out there! Using v182, found fix for FireFox users not seeing thumbnails and being able to upload.
You need to go through each file and change \ to / for all html calls making sure not to change those for filesystem calls. Here's a list of spots: Photo_album_cat.asp, lines 214, 216 Photo_album_change.asp, lines 113, 114 Photo_album_detail.asp, lines 156,171, 175, 177 Photo_album_edit.asp, lines 262, 265, 268 Photo_album_view.asp, lines 282, 285, 331, 365, ...
Hope this helps |
|
|
snowsurfer
New Member
64 Posts |
Posted - 16 May 2005 : 21:12:23
|
Hey everyone. I am not able to upload. I am pretty sure me permissions are ok. I am relying on the hosting compnay to set them. My question is at then bottom of the phot_album_test_upload.ap file is the following code
if instr(err.description,"error") then
response.write "<BR> if you get this error:<BR>ADODB.Stream error '800a0bbc'<BR>Write to file failed.<BR>/dev/clsField.asp, line 178<BR>"
response.write "and there are NO ERRORS on the other page I do not have a fix for this sorry"
else
Response.write "No Errors detected, If you are still haveing problems please send me an email to <a href=mailto:burthold@yahoo.com>Wesley Brown</a><BR>"
end if
%>
File has been saved in file system.<BR>
<BR>
View this file:<BR>
<BR>
<A href="<%=strPath&"/"&strFileName%>"><%=clr_spaces(strFileName)%></A>
<%else
response.write "not an system administrator"
end if
%>
I am not very good with ode, but this seems to be a catch all thats says if you dont have this error or this error then print this.
It doesnt leave much room to troublehsoot.
ANy ideas? |
|
|
snowsurfer
New Member
64 Posts |
Posted - 16 May 2005 : 21:25:25
|
As a matter of fact if you dont even try and upload a file just click upload in the troubleshooter it gives you the same error
It must be permissions |
|
|
Talamasca
Starting Member
2 Posts |
Posted - 18 May 2005 : 16:12:22
|
Hi!
After installing this MOD i get this error : There was an error [Microsoft][ODBC Microsoft Access Driver] Cannot find table or constraint.
:(
Im running v.3.4.0.4. I dont get any upload choice either....i guess thats related to this error....anyone able to help?
Thanks |
|
|
snowsurfer
New Member
64 Posts |
Posted - 28 June 2005 : 19:44:59
|
I got my issue fixed. If you are having trouble where everything looks perfect but it just wont upload try setting
Line 8 of clsupload.asp
Const FileSystemObjectEnabled = True
to
Const FileSystemObjectEnabled = False |
|
|
jeffery
Junior Member
USA
176 Posts |
Posted - 01 August 2005 : 11:11:20
|
Burthold, any progress on allowing aspupload to be used with the photo album? |
www.thomasforum.com |
|
|
Topic |
|