Print Page | Close Window

MOD: Photo Album

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Modifications
Forum Description: Mod's and Add-on's for Web Wiz Forums.
URL: https://forums.webwiz.net/forum_posts.asp?TID=23476
Printed Date: 28 March 2026 at 10:33pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: MOD: Photo Album
Posted By: MrMellie
Subject: MOD: Photo Album
Date Posted: 06 June 2007 at 11:10pm
RC1 is now available for download. Big thanks to Oli and Kevin for helping with testing. Clap

I think we're there for the Access and MS SQL databases so I'm letting this out as a "Release Candidate 1". There's still some work to do with quirky old MySQL so I've left out the installer for that for now!!

Please try it out on a test system if you can before releasing into your production environment.

http://www.aircooledrdclub.co.uk/downloads/WWF-Photo-Album%20RC1.zip - http://www.aircooledrdclub.co.uk/downloads/WWF-Photo-Album RC1.zip

If you go to the forum on the site above, you can see a working version of the Album that's been around a couple of years in it's previous Snitz guise and is now converted to WWF.

Change log

7th June 07: Updated admin_cat.asp added to zip. Please download to fix errors on this page.
11th June 07: Fixed layout bug on inc_photo_album.asp.
14th June 07: Fixed thumbnail alignment error on Member Album page. Fixed  IP showing for admins and online status on image display page.
19th June 07: Fixed Opera problem plus other bugettes.
25th June 07: Fixed Category admin page problem with editing and deleting on MS SQL versions.



Replies:
Posted By: kpdillon
Date Posted: 07 June 2007 at 1:32am

Big applause to MrMellie!!! ClapClapClapClapClapClapClapClapClapClap

Excellent mod and very kind of him to share with the community.  Also, on a personal note it's been very fun working with him and testing various things out.  An absolute pleasure!  Now say cheese!


Posted By: mr smith
Date Posted: 07 June 2007 at 3:48am
Excellent Mr Mellie! Ill let ya know how it works out. Thanks!


Posted By: mr smith
Date Posted: 07 June 2007 at 6:19am
Ok..Have a issue:
 
When I attempt to modify or delete the predefined categories I get this error: 
 
Microsoft VBScript runtime error '800a01c2'
Wrong number of arguments or invalid property assignment: 'EOF'
/admin_pa_cat.asp, line 44
 
 
Any ideas? 


Posted By: MrMellie
Date Posted: 07 June 2007 at 8:50am
Originally posted by mr smith mr smith wrote:

Any ideas? 
Ummm brain fade! Wacko
 
We had this problem before and I remember working on it. Either i managed to fin an old version of the file or never finished it properly. Embarrassed
 
[edit]Does the fact you got this far mean the installation instructions actually made sense?


Posted By: MrMellie
Date Posted: 07 June 2007 at 1:38pm
Ok, fixed it and updated the zip file. Smile


Posted By: mr smith
Date Posted: 07 June 2007 at 3:23pm
Excellent! Was it just a change with the admin_pa_cat.asp file or were there other changes? Your instructions were pretty good. I had to make some minor changes in the placement of the  <!--#include file="inc_photo_Album.asp" --> in the default.asp page because it was coming out on top of the other forums intead of the bottom. Otherwise everything went great and it works wonderful! Thanks so much for putting the time into this!


Posted By: mr smith
Date Posted: 07 June 2007 at 3:42pm
Now im getting
Microsoft OLE DB Provider for SQL Server error '80040e31'
Timeout expired /admin_pa_cat.asp, line 56
 
Confused 


Posted By: MrMellie
Date Posted: 07 June 2007 at 4:23pm
Just the admin page was updated.

Bah. I tested it on Access ok. Just switched to SQL and getting the same thing as you. Looking in to it.


Posted By: freakyfred
Date Posted: 08 June 2007 at 1:15pm
Where is this file pa_msAccess_Server_setup.asp ? i can't update the tables as that file was not in the folder? unless i'm being retarded.


Posted By: mr smith
Date Posted: 08 June 2007 at 3:12pm
Its actually called pa_msAccess_setup.asp. Its in the root of the installation directory. It would go in the root of your forum directory if you copied everything to its correct locations.


Posted By: freakyfred
Date Posted: 08 June 2007 at 6:36pm
When i click the button to update the forum database it goes to pa_msAccess_Server_setup.asp but i did not get that file in the download. The is 1 for mySql but not access?


Posted By: MrMellie
Date Posted: 09 June 2007 at 9:40am
Sorry Fred, my bad. I changed the name of the file after I finished testing it, as Access isn't really a server db so the name didn't seem right. Grab the zip again it, pa_msAccess_setup.asp should work now.


Posted By: freakyfred
Date Posted: 09 June 2007 at 10:52am
Ahhh. I was thinking of chaning the file name but thought i would wait for your response. thanks very much.


Posted By: freakyfred
Date Posted: 09 June 2007 at 11:16am
It has updated the tables but i get the error   Microsoft VBScript runtime error '800a01a8'

Object required

/web/webforum/pa_config.asp, line 40


So i downloaded and checked the database and it is saying something like "unkown format?" for the tables


Posted By: freakyfred
Date Posted: 09 June 2007 at 12:00pm
Tried this on 3 dif databases and it currupts them each time. Hope this helps.


Posted By: MrMellie
Date Posted: 10 June 2007 at 6:34pm
What version of Access are you using? I tried it out on Access 2000.


Posted By: freakyfred
Date Posted: 10 June 2007 at 9:50pm
2000. Tried it on the mian database then a backup that was not in use then a fresh 1 and it done the same thing every time. It is creating the tables but it's not liking it. If it is working for other people then perhaps it is just me. I'll try it again and get back to you.


Posted By: chicken
Date Posted: 11 June 2007 at 9:47am
i get this
 
 

Microsoft VBScript runtime error '800a000d'

Type mismatch: '[string: "Albums\1"]'

/pa_createalbum.asp, line 34

i have changed the strPath=Server.MapPath to     strPath=Server.MapPath(strFolder/gallery)
 
what am i getting wrong
 
thanks Smile


Posted By: MrMellie
Date Posted: 11 June 2007 at 11:40am
Fred can you create a blank database and run it against that. I've run it here on a fresh blank database and it worked fine. Maybe take a copy of your db and compact/repair it first if it works on a blank db for you.
 
Chicken, what exactly are you trying to do there? If you want to change the path, do it on the admin page, the Album Root setting.


Posted By: freakyfred
Date Posted: 11 June 2007 at 1:59pm
I have managed to get it running but if i place the link <!--#include file="inc_photo_Album.asp" --> where you say i get

Microsoft VBScript runtime error '800a01a8'

Object required

/web/webforum/pa_config.asp, line 40


If i put that includes file where the nav_button_inc.asp bit is it's fine but it does not seem to want to work at the bottom there?

Also, i'm getting errors when trying to create a new album on createalbum.asp line 57.

Not having much luck with this so i think i might pass on it for now. Thanks for your help with this.


Posted By: MrMellie
Date Posted: 11 June 2007 at 2:52pm
How did you get it going? It'll be helpful to know in case anyone else has problems.
 
Can you confirm the version of WWF you are using?
 
As long as you put the include before the "call closeDatabase()" command it will work. The error you are getting is because the ADO objects have been closed already which suggests you haven't put the include at the right location. Refer to the sample snippits of code in the instructions for the correct placement rather than rely absolutely on line numbers.  Any mods or trying to use an older version of WWF may make the line numbers inaccurate.
 
Did you create the root Albums directory and make sure it's got write access?


Posted By: MrMellie
Date Posted: 11 June 2007 at 3:11pm
Right, I've had a peek into the Access v8.04 version of default.asp and it's different to the SQL v8.05 version!!! ConfusedStern%20Smile You won't find the code I said to look for as I used the SQL version as the basis to write the instructions.
 
I'll have to do some further research to see it's it's an 8.04 vs 8.05 difference or if each database version has different code. Doesn't make life easy!!


Posted By: freakyfred
Date Posted: 11 June 2007 at 3:26pm
I'm going to download the forum from scratch and the mod and start the whole thing again. I'll post again in an hour hopefully with good results.


Posted By: freakyfred
Date Posted: 11 June 2007 at 3:29pm
Yes i did notice tat but did manage to get round it by placing the includes file at the top somewhere.

I'll just redo the whole thing.


Posted By: MrMellie
Date Posted: 11 June 2007 at 3:31pm
Thanks for persevering Fred!!! Smile
 
It looks like the default.asp page changed from v8.04 to v8.05 on. I pulled down the Access v8.06 zip file and the code is same as SQL v8.05. The location of the "call closeDatabase()" command is different in the earlier versions and the cause of the problem you had with the include. I'll update the instructions tonight to reflect this.
 
I also had another idea, would it be useful to include pre-modded versions of the files that need changing? (e.g. default.asp, admin_menu.asp etc)


Posted By: freakyfred
Date Posted: 11 June 2007 at 3:46pm
Well for rookies like myself i think that would be a good idea and i suppose for all you that have experience it will be no trouble to extract the code if you have modded forums.

I am just going through the first few steps now...


Posted By: freakyfred
Date Posted: 11 June 2007 at 3:54pm
So far so good. Only issue is the look of the it. There is a big white chunk at the end of it

http://img261.imageshack.us/my.php?image=shotln1.gif">



Posted By: MrMellie
Date Posted: 11 June 2007 at 4:26pm
Ok cool, looks like a simple tweak needs doing. It doesn't show up in IE, but does in Opera.

[Edit] The layout issue should be fixed now.


Posted By: freakyfred
Date Posted: 12 June 2007 at 12:55pm
It still does not show any text for the photo album header bit and there is nothing to the right either?


Posted By: mr smith
Date Posted: 12 June 2007 at 3:43pm
I didnt have that either..I had to edit the page to get a header.


Posted By: MrMellie
Date Posted: 13 June 2007 at 8:55am
Oops, looks like I deleted a couple of variables when clearing out some redundant code. I'll try and get it uploaded today.

[Edit] updated file.


Posted By: chicken
Date Posted: 13 June 2007 at 9:11pm
in file pa_sendfile.asp
i am getting

Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
pa_sendfile.asp, line 170

i am using SA FileUp


Posted By: MrMellie
Date Posted: 14 June 2007 at 9:20am

You haven't got ASPJpeg installed properly:

http://support.persits.com/show.asp?code=PS01032622 - http://support.persits.com/show.asp?code=PS01032622


Posted By: chicken
Date Posted: 14 June 2007 at 10:50am
do i just upload the dll file to the server?


Posted By: MrMellie
Date Posted: 14 June 2007 at 2:15pm
If your host hasn't got it installed then you're a bit stuck unless they purchase and install it. If it's your own server, you'll need to purchase it and install it.
 
http://www.aspjpeg.com/ - http://www.aspjpeg.com/


Posted By: MrMellie
Date Posted: 14 June 2007 at 11:39pm
Some more bug fixes have been applied. Please download the zip file and update your files.


Posted By: kpdillon
Date Posted: 15 June 2007 at 5:00am
MrMellie, this just keeps getting better and better!  Thanks for all you hard work on this!


Posted By: MortiOli
Date Posted: 15 June 2007 at 10:52pm
Ric,
 
I've made some cosmetic amendments to a number of the files, so they have the same structure as the main forum.
 
Thought I'd share them with you incase you'd like to use them.
 
The files are based on the latest release - 14th June
 
http://www.ckyalliance.co.uk/MortiOliEdit.zip - www.ckyalliance.co.uk/MortiOliEdit.zip
 
 
Also, found some small issues (which aren't life threatening);
 
pa_approved.asp - no page footer shows
 
pa_default.asp - no images show when the member hasn't activated their forum account
 
admin_menu,asp - Need to add a < to the following line in the readme;
 
table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="tableBorder">
 
admin_menu.asp - I also removed the <br /> from the menu change
 
Looking good mate!
 
Is there anyway of getting a progress bar when uploading pics?  Also, are the checks (ie, over max size, name already exists etc) done after the image is uploaded?  It seem to upload my 2MB image, but then fail with "over 250KB max size"


Posted By: MortiOli
Date Posted: 16 June 2007 at 2:20pm
Also, just noticed a problem with the album on Opera, but can't figure out why;



It shows fine on IE, FireFox and Safari (although O, FF and S have oversized header cells on some tables).
 
EDIT - Same happens in IE with more images uploaded (8 at the time of posting this);
 
http://www.ckyalliance.co.uk/forum/pa_default.asp - http://www.ckyalliance.co.uk/forum/pa_default.asp


Posted By: MortiOli
Date Posted: 16 June 2007 at 8:20pm
Ric, where abouts are the categories used, as I can't find anywhere which you can view photos by category.


Posted By: MortiOli
Date Posted: 17 June 2007 at 1:23am
Sorry, another post...
 
Ric, is there anyway of showing a thumbnail of the most recent picture, in the space which says "0 images need approval"?
 
And how would we add the Photo Album browsing to appear in Active Users?
 
Cheers dude!


Posted By: MrMellie
Date Posted: 18 June 2007 at 9:58am
Categories were part of what was called the Public Album that didn't quite make it in to this release as I hadn't got round the management issues for it. They will also be in the search page on the next version release so you can search by picture category.
 
The thumb could be included with a little code, but I think it would ruin the look of the page. I can take a look if you want to mod your own site though.
 
The Active Users thing would require some more indepth modding. I have had a little play a few weeks back to try and integrate the mod with WWF secrutiy better. I made it so the PA became a forum "type" so security could be applied, however this means changes to the main WWF schema rather that just the additional tables in the basic mod. I'll have another look at that bit  ow work and see if it does anything with the Active Users page.
 
I'll look into the other issues today.


Posted By: shemzilla
Date Posted: 19 June 2007 at 9:13pm
how hard would it be to let the users create their own albums?
would be cool.

Shem


Posted By: MrMellie
Date Posted: 19 June 2007 at 9:31pm
Umm... they can! Big%20smile

That's the whole point of this Mod.


Posted By: MrMellie
Date Posted: 19 June 2007 at 10:07pm
The Opera problem is that it's actually showing "correctly" as per the code and IE and FF are buggy. I changed the code now so should be ok and the table cells size properly when there's not a full row.

Fixed the other issue too.


Posted By: shemzilla
Date Posted: 20 June 2007 at 9:57am
Originally posted by MrMellie MrMellie wrote:

Umm... they can! Big%20smile

That's the whole point of this Mod.


ok i must be missing something then, but i don't see where the user gets
the option to create his own gallery?

i only see an option to select a gallery to put the image in
i included a screen shot.

thanks
Shem


Posted By: MrMellie
Date Posted: 20 June 2007 at 11:12am
Ah, I think I see - you mean having their own sub-albums within their personal album?
 
The categories feature you highlighted will be made use of in V1.1. You'll be able to search and filter by category. Only the admin will be able to configure the category names though.


Posted By: shemzilla
Date Posted: 20 June 2007 at 11:21am
ok i'll build it in Wink

would you like it when i'm done?
also any tips on which files to work with etc, to make it a little less
time consuming for me.

thanks
Shem


Posted By: shemzilla
Date Posted: 20 June 2007 at 11:23am
should be pretty straight forward

how does your folder structure work?
when a user adds an image, does it upload to "Albums" but in their own folder in Albums? or does everything just upload into albums?


Posted By: shemzilla
Date Posted: 20 June 2007 at 1:19pm
i deleted albums and now i need to put it back but i can't remember
the folder structure?Clap

was it
1. Albums
    1a. 1
       1aa. thumbs
    2a. 2
       2aa.thumbs?

Shem


Posted By: MrMellie
Date Posted: 20 June 2007 at 2:32pm
Yes, that's right. That root name is whatever is defined in setup (by default, "Albums"), the next level down is user's folder which is named as per their Author_ID and then the Thumbs folder is below that.
 
Pics are uploaded into each user's folder and the thumb created in the thumbs folder. There should be no files in the root folder itself.
 
Adding sub-albums/galleries would involve changing a few files, off the top of my head, pa_upload, pa_sendfile, pa_show_image, pa_member_gallery, pa_display, possibly others. Doing it properly would also involve some schema changes too.


Posted By: kpdillon
Date Posted: 20 June 2007 at 4:23pm

How difficult would it be to write an ASP page that scans the file system for photos and creates the respective database entry so that an admin could put in a bunch of pictures (batch mode) instead of uploading 1 pic at a time? 



Posted By: MrMellie
Date Posted: 20 June 2007 at 4:59pm
Kevin, I reckon you should be able to adapt pa_upload to do that. A form with a direcotry name to scan and a default category. They'd either all have no description though, or all the same one. pa_sendfile would need a slight tweak too.


Posted By: malaka
Date Posted: 23 June 2007 at 8:07pm
thanks merr... nice job..... but i have this error on pa_createalbum.asp

Microsoft VBScript runtime error '800a004c'

Path not found

/pa_createalbum.asp, line 57






Posted By: MortiOli
Date Posted: 24 June 2007 at 8:23pm
Malaka, looks like you haven't created the folder which you specified in the admin pages for the photo album - default folder is 'album' so create this in your forum directory, and it should work.


Posted By: MrMellie
Date Posted: 25 June 2007 at 9:23pm
The category admin page is now fixed. See first post for update.


Posted By: miladanimator
Date Posted: 28 June 2007 at 12:24pm
I want to use photo album mod ...

but I don't know which is better and ...

http://www.aircooledrdclub.co.uk/downloads/WWF-Photo-Album%20RC1.zip

or

http://www.ckyalliance.co.uk/MortiOliEdit.zip


???????????




Posted By: MrMellie
Date Posted: 28 June 2007 at 2:08pm
Use the first link, it should be most up-to-date. There are a few cosmetic differences on the one in Oli's link. I don't know if he's applied the latest fixes to it yet though.


Posted By: miladanimator
Date Posted: 29 June 2007 at 8:56am
ok - thnx ...
 I install this mod ...  this is great !!!


when the pa_gallery.asp file is ready to use ???Wink


Posted By: miladanimator
Date Posted: 29 June 2007 at 8:59am
is there a way to edit  "pa_show_image.asp"  file to show our copyright logo on each image ???

for example when a user want to view /pa_show_image.asp?nID=3 , the image number 3 show and   the forum_images/copyright_logo.jpg show on the image number 3 . and when the user save the file , the image number3 & copyright image  save az one image ...

any idea ???


Posted By: MrMellie
Date Posted: 03 July 2007 at 11:57am
You would need to edit the upload file and use the facilites within ASPJepg to embedd the copyright info on the image adn thumbnails.


Posted By: miladanimator
Date Posted: 03 July 2007 at 1:10pm
thanks for your help !!!

can you help me to write the code for edit picture witin ASPJepg to embedd the copyright info on the image ???

can you give me some refrence about this ???


Posted By: Andreas.E
Date Posted: 17 July 2007 at 3:55pm
Great MOD Clap

But im having a small problem with it. When uploading a file i get the following error:

Microsoft VBScript runtime error '800a0046'

Permission denied

/_forum_beta/clsField.asp, line 227

I have premisions to write to the catalog, and i can see that the Photo Mod have created new folders inside the one i created to be default..

Best

Andreas Eriksson



Posted By: ruycnd
Date Posted: 21 July 2007 at 8:18pm
Wink


Posted By: statRacing
Date Posted: 22 July 2007 at 4:35am
Great work, got the photo gallery working perfectly.
 
This should work with WWF 9 once released right?
 
Looking forward to the categories working also.  Thanks!


Posted By: suedechaser
Date Posted: 23 July 2007 at 2:45am
Hi all,

Has anyone tried to delete images that have comments?
I tried to delete the image without first deleting the comments and all the view and comment totals went haywire.

I deleted an image with two comments, and the number of comments for the other test images went to minus 2.

I ended up having to completely delete all the images to reset the totals. The resync button didn't appear to work at all.

Does this happen for anyone else, or is is just an isolated incident?

regards

suede


Posted By: MrMellie
Date Posted: 25 July 2007 at 9:57am
Originally posted by statRacing statRacing wrote:

Great work, got the photo gallery working perfectly.
 
This should work with WWF 9 once released right?
 
Looking forward to the categories working also.  Thanks!
It will need some work to be compatable with v9. I haven't had an in-depth look yet so can't say jsut yet how much is reuired and how long it will take.


Posted By: MrMellie
Date Posted: 25 July 2007 at 9:58am
Originally posted by suedechaser suedechaser wrote:

Hi all,

Has anyone tried to delete images that have comments?
I tried to delete the image without first deleting the comments and all the view and comment totals went haywire.

I deleted an image with two comments, and the number of comments for the other test images went to minus 2.

I ended up having to completely delete all the images to reset the totals. The resync button didn't appear to work at all.

Does this happen for anyone else, or is is just an isolated incident?

regards

suede
No one has reported this one yet so I'll take a look.


Posted By: MrMellie
Date Posted: 25 July 2007 at 11:25am
Ok, I've spotted a problem with the delete image file, though I'm not sure how it caused the problem you had. I can't test it properly till I get home. I've also spotted a problem with deleting individual comments too. Thanks for the feedback Suede. Smile


Posted By: numanme
Date Posted: 05 August 2007 at 1:23am

How can I remove Add Your Comments



Posted By: numanme
Date Posted: 06 August 2007 at 12:18am

Microsoft VBScript runtime error '800a0046'

Permission denied

/forumme/clsField.asp, line 227

help


Posted By: numanme
Date Posted: 06 August 2007 at 1:23am

got it working  but How can I remove Add Your Comments



Posted By: Acke
Date Posted: 21 August 2007 at 7:22pm
I got this error when I was trying to go to photo album
 
Microsoft JET Database Engine error '80040e14'
The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect.
/forum/pa_default.asp, line 237
 
That is the only problem i get when I put this onto my forum all other seems to work.


Posted By: swfa
Date Posted: 28 November 2007 at 8:27pm
Originally posted by MrMellie MrMellie wrote:

Originally posted by statRacing statRacing wrote:

Great work, got the photo gallery working perfectly.
 
This should work with WWF 9 once released right?
 
Looking forward to the categories working also.  Thanks!
It will need some work to be compatable with v9. I haven't had an in-depth look yet so can't say jsut yet how much is reuired and how long it will take.
 
Any update on a WWF 9 version?


Posted By: Rooper
Date Posted: 06 January 2008 at 5:52pm
Originally posted by numanme numanme wrote:

Microsoft VBScript runtime error '800a0046'

Permission denied

/forumme/clsField.asp, line 227

help


Hi, I hit the same wall, what did you do to correct this?


Posted By: MortiOli
Date Posted: 06 January 2008 at 6:55pm
Off the top of my head, make sure the upload directory for the album exists.  Then check permissions for that folder.


Posted By: Rooper
Date Posted: 06 January 2008 at 7:27pm
Thanks!  I found that one, it was a matter of switch "True" to "False" in the clsUPload.asp file ... Everything -- almost -- seems to be working correctly now, but when I Delete an image, I get this message:

Microsoft VBScript runtime error '800a0046'

Permission denied

/forum_MEGAMODS/pa_delete.asp, line 120



It does delete it from the site (if you get back to the Photo Albums screen), but leaves it on the server ...  Any suggestions?

I love this mod, thanks so much!


Posted By: Rooper
Date Posted: 06 January 2008 at 11:26pm
^^^ P.S.  I've got permissions set to Read/Write on the albums folder and all subfolders on the server ...


Posted By: Rooper
Date Posted: 06 January 2008 at 11:35pm
UPDATE:  I commented out the offending lines of code it kept getting hung up on in the pa_delete.asp file ... I could see the items were deleting from the SQL server, but not the Album folder/subfolders (thumbs), so removing the following gets the user through to the "Your photo has been deleted" message and then on their way without error (so far) ...

'           oFSO.DeleteFile(strFullFile)
'        else
'            Response.Write "failed to locate " & strFullFile & vbnewline
'        End If
       
'        If (oFSO.FileExists(strThumb)) Then
'           oFSO.DeleteFile(strThumb)
'        else
'            Response.Write "failed to locate " & strThumb & vbnewline          
'        End If   
'        Set oFSO=nothing
           
Thing is, would still (obviously) like to get these files off the servers too ... I can of course manually go in and remove but that's a pain and it seems like this great mod probably does this anyhow, I think I'm just missing something!?

THANKS AGAIN! (I'm using WWF 8.03 by-the-way on SQL)


Posted By: Rooper
Date Posted: 06 January 2008 at 11:38pm
One last thing (I haven't found a work around for yet) ... If a comment is made on a photo and the user tries to delete it, this error pops up ...

Microsoft OLE DB Provider for SQL Server error '80040e2f'

DELETE statement conflicted with COLUMN REFERENCE constraint 'tblImage_FK00'. The conflict occurred in database 'DB_139439', table 'tblPA_Comments', column 'ImageID'.

/forum_MEGAMODS/pa_delete.asp, line 107


P.S.  I posted a few items on Page 8 of this thread too




Posted By: esfahanhost
Date Posted: 10 May 2009 at 9:50pm
1


Posted By: esfahanhost
Date Posted: 10 May 2009 at 9:52pm

Resolving :

Remove this line code from Script
 
Start From Line 224 :
 
Dim Drive
   Dim AvailableSpace
   Drive = FSO.GetDriveName(Folder)
   AvailableSpace = FSO.GetDrive(Drive).AvailableSpace
  
   Set FSO = Nothing
   If AvailableSpace < DataLength Then
    Call PublishError(11, "Not enough free space available.")
    Exit Sub
   End If


Posted By: esfahanhost
Date Posted: 10 May 2009 at 9:57pm
Originally posted by numanme numanme wrote:

Microsoft VBScript runtime error '800a0046'

Permission denied

/forumme/clsField.asp, line 227

help
 
Resolving :
Remove this line code from Script
 
Start From Line 224 :
 
Dim Drive
   Dim AvailableSpace
   Drive = FSO.GetDriveName(Folder)
   AvailableSpace = FSO.GetDrive(Drive).AvailableSpace
  
   Set FSO = Nothing
   If AvailableSpace < DataLength Then
    Call PublishError(11, "Not enough free space available.")
    Exit Sub
   End If


Posted By: NautiRogue
Date Posted: 21 December 2009 at 3:03pm
Is the Photo Album Compatible with WWF 9.64?  Where can I get it?  The link at the beginning of this thread isn't working for me.


-------------



http://www.lmbp.us" rel="nofollow - www.LakeMichiganBoatParty.com


Posted By: numanme
Date Posted: 22 December 2009 at 8:27pm

I think you will find there is no compatible photo album with the new Web Wiz Forums, pity actually as that is the only thing the forum is lacking  Cry




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