Hi I've installed the Photoalbum ver.1.82 but getting this problem. When I'm clicking "The Photo Album Configuration" in adminoptions
I get this
Active Server Pages error 'ASP 0113' Script timed out /forum_da/admin_album.asp The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeOut or by changing the value in the ASP administration tools.
First time afte installation, I clicked the config. and type the name of the folder where to put the photos. Second time I get this timeout-error.
Now I've runned the test_34.asp and It shows that there is no folder or paths, even I made one in the beginning. this is the result: ADO Version: 1.0 Number Of Files Allowed: File Size in KiloBytes: Show Thumbnails on pages: No Photo Directory: Thumbnailer Directory: Image Types Allowed: Gif: No Jpeg: No Tiff: No Png: No Bmp: No Force admin approval: No Number Of Categories: Show Image in a Pop Up window: Base Width if not found: Base Hight if not found: Window Offset From Left: Window Offset From Top: Run In Single Album Mode: No Display thumbnails on categories: No Physical Path to Photo Directory: FOLDER DOESN'T EXIST ON FILE SYSTEM! Thumbnail directory exist: FOLDER NOT ON FILE SYSTEM! Persists ASPJpeg available?: No Persists ASPExec available?: No NConvert.exe found on file system: No Test Components and Uploader Test File Upload feature: This is a test. if you see "this is a test." above file checks out Files should be able to upload to file system Upload a test file: If all other test have passed then try to upload an image WARNING: there are no checks on file uploads
Couple things that I have notice first you are not allowed to upload any file type with this. You need to set at least one of them to yes. Second once you have created a folder on your server you need to in the option that says Root file directory: you need to set it up virtually.
If your folder is in a place like this:
D://wwwroot/site/forum/photos
You need to make it look like this
forum/photos/
This should then read the correct directory. 1 more thing make sure your server allows filesystemobjects if not you need to open up the clsupload file and on line 8 i believe it will say
filesystemsobjects = True (you need to set this to false if you do not have that on your server)
my forum is in the root directory first time I activated¨admin_album.asp I type the name of the folder as album/ no folder was created and I could't activate admin_album again then I made manually a folder named album as www.sportfish.dk/album and tried again admin_album again but it still could't run. Now I tried to change the filesystemobjects to false Then I activates the admin_album.asp but still no luck. the same result as before. When I change this line in admin_album if My_Conn.Errors.Count > 0 then to if My_Conn.Errors.Count = 0 then I get the chance to put in a new foldername and when changing it back again I still can't run the admin_album.asp without a timeout. As you know the filenames you can run them from your computer, please do.
The dbs-gallery-mod return some errors I can't understand.
Now that you have created the folder and you have made sure rights have been put on that folder(read/write) Then once you have done that on the admin_album.asp page go to the bottom and uninstall the mod. Then go back and it will prompt you to put the folder which you want it to upload to. write it like this "/album/"
I had an issue like that until I uninstalled and reinstalled the mod.
Its in admin_album towards the very bottom. Its in the radio buttons says uninstall photo album highlight that and then click the submit button that should do it
You can try and delete the album tables within the database I did it that way once as well. But not sure why it is timing out maybe check the files and see if there is a photo_album_uninstall.asp file? not really sure I will look into this more tomorrow morning. I am at work now and when I get home its Valetines here for the wife so will have to wait until then.
Ok instead of just going through and uninstall I am hoping you made backups to your files first? If so put all the old files back in along with the backup of the database. Then try and redo the mod making sure that the file you want the pictures to upload to is already created. Then go back to admin _album.asp and set everything up.
I've done that but admin_album.asp still hangs up with a timeout-error Where in the admin_album would make this error? and it still display the no folders are attached.
Physical Path to Photo Directory: FOLDER DOESN'T EXIST ON FILE SYSTEM! Thumbnail directory exist: FOLDER NOT ON FILE SYSTEM!
this is what admin_album returns: Active Server Pages error 'ASP 0113'
Script timed out
/admin_album.asp
The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeOut or by changing the value in the ASP administration tools.
Check that tables are called in upper case in admin_album and admin_album_users and in others files, because members is not as MEMBERS for mysql on unix server. There are some queries that have tables called in lower case in that mod, and you get a script timeout because it doesn't find the table
Sounds sense, I've allready changes a lot of lines in other files just to make them work on this unixserver.
Can you give a clue to where in admin_album to look.:) Somethings seems a little strange, some lines in admin_album refer to c:/... and h:/... which of course is on the harddisc. my admin_album