Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Photoalbum ver.1.82, no folder accepted
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 3

ugger
Junior Member

Denmark
127 Posts

Posted - 12 February 2007 :  15:04:53  Show Profile  Visit ugger's Homepage
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.

Anyone knows about this problem?

Edited by - ugger on 13 February 2007 15:24:01

ugger
Junior Member

Denmark
127 Posts

Posted - 13 February 2007 :  15:28:00  Show Profile  Visit ugger's Homepage
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

Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 13 February 2007 :  15:45:23  Show Profile  Visit JJenson's Homepage
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)

hth
Go to Top of Page

ugger
Junior Member

Denmark
127 Posts

Posted - 14 February 2007 :  12:03:41  Show Profile  Visit ugger's Homepage
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.

Edited by - ugger on 14 February 2007 12:35:48
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 14 February 2007 :  13:50:25  Show Profile  Visit JJenson's Homepage
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.

Hope this helps.
Go to Top of Page

ugger
Junior Member

Denmark
127 Posts

Posted - 14 February 2007 :  15:51:27  Show Profile  Visit ugger's Homepage
How do I uninstall the mod?
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 14 February 2007 :  16:02:58  Show Profile  Visit JJenson's Homepage
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
Go to Top of Page

ugger
Junior Member

Denmark
127 Posts

Posted - 14 February 2007 :  16:07:52  Show Profile  Visit ugger's Homepage
But I can't get the admin_album to run. It gives a timeout error
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 14 February 2007 :  17:17:25  Show Profile  Visit JJenson's Homepage
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.
Go to Top of Page

ugger
Junior Member

Denmark
127 Posts

Posted - 14 February 2007 :  18:37:47  Show Profile  Visit ugger's Homepage
Thats okay, we just had the valentines day here.
Have a nice evening.
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 15 February 2007 :  11:13:37  Show Profile  Visit JJenson's Homepage
Ugger;

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.

HTH
Go to Top of Page

ugger
Junior Member

Denmark
127 Posts

Posted - 15 February 2007 :  11:48:38  Show Profile  Visit ugger's Homepage
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.


Edited by - ugger on 15 February 2007 12:02:49
Go to Top of Page

modifichicci
Average Member

Italy
787 Posts

Posted - 15 February 2007 :  14:09:58  Show Profile  Visit modifichicci's Homepage
What db are you using?

Ernia e Laparocele
Forum di Ernia e Laparocele
Acces - MySql Migration Tutorial
Adamantine forum
Go to Top of Page

ugger
Junior Member

Denmark
127 Posts

Posted - 15 February 2007 :  14:43:09  Show Profile  Visit ugger's Homepage
mysql
Go to Top of Page

modifichicci
Average Member

Italy
787 Posts

Posted - 15 February 2007 :  16:59:33  Show Profile  Visit modifichicci's Homepage
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

Ernia e Laparocele
Forum di Ernia e Laparocele
Acces - MySql Migration Tutorial
Adamantine forum
Go to Top of Page

ugger
Junior Member

Denmark
127 Posts

Posted - 15 February 2007 :  17:21:25  Show Profile  Visit ugger's Homepage
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

http://www.sportfish.dk/admin_album_asp.txt

Edited by - ugger on 16 February 2007 00:30:06
Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.5 seconds. Powered By: Snitz Forums 2000 Version 3.4.07