From: Listen <Li...@cy...> - 2002-10-15 21:09:11
|
I just installed IDS on Win2K (IIS5) and when I go to webhosting.cypressintegrated.com/ids/ I get the following error: "Can't call method "self_url" on an undefined value at D:\inetpub\webhosting.cypressintegrated.com\ids/idsShared.pm line 449. " I have tested test_magick.pl and test.pl and they seem to be working. ids/admin seems to work--however: I can create new albums, change name of existing albums, etc. But if I try to rename an image I get: "IDS\admin\index.cgi: Exception 410: Reference is not my type (Image::Magick) at ../idsShared.pm line 641." Hope I am not missing something too obvious. Other environment variables: PERL 5.6.1 Image_Magick 1.10 Image Info 1.10 Any clues would be greatly appreciated. Brian Donnelly Cypress Integrated mailto:Li...@cy... |
From: Thomas K. <tk...@us...> - 2002-10-16 00:39:02
|
Line 449 in idsShared is a write to a log file. You might have a problem with NTFS permissions. Permissions may also be the culprit in the rename problem. Also, you state that you are running ImageMagick 1.10. Image Magick is now somewhere around 5.5, so you may want to make sure that you are running a current version. I know I have had luck with 5.45 for some time, so I'm actually out of date... You also do not mention what build of perl you are running, I recommend the ActiveState builds. Hope this helps! Tom Keegan ----- Original Message ----- From: "Listen" <Li...@cy...> To: <ids...@li...> Sent: Tuesday, October 15, 2002 5:10 PM Subject: [Ids-devel] error on install? > > I just installed IDS on Win2K (IIS5) > and when I go to webhosting.cypressintegrated.com/ids/ > I get the following error: > > "Can't call method "self_url" on an > undefined value at > D:\inetpub\webhosting.cypressintegrated.com\ids/idsShared.pm line 449. " > > I have tested test_magick.pl and test.pl and they seem to be working. > > ids/admin seems to work--however: I can create new albums, change name > of existing albums, etc. > > But if I try to rename an image I get: > "IDS\admin\index.cgi: Exception 410: Reference > is not my type (Image::Magick) at ../idsShared.pm line 641." > > Hope I am not missing something too obvious. > Other environment variables: > PERL 5.6.1 > Image_Magick 1.10 > Image Info 1.10 > > Any clues would be greatly appreciated. > > Brian Donnelly > Cypress Integrated > mailto:Li...@cy... > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: viaVerio will pay you up to > $1,000 for every account that you consolidate with us. > http://ad.doubleclick.net/clk;4749864;7604308;v?http://www.viaverio.com/ > consolidator/osdn.cfm > > > _______________________________________________ > IDS-devel mailing list > IDS...@li... > https://lists.sourceforge.net/lists/listinfo/ids-devel > |
From: Listen <Li...@cy...> - 2002-10-16 21:33:35
|
Thanks for your input. However, I double checked and all NTFS permissions are wide open (I am logged onto the server as admin)--everyone can read/write/execute. I also set the virtual directories and permissions according to the instructions on the site. As per below, the line in idsShared.pm that chokes is 449: the line in question open (LANG,"$localizationFile") || bail ("can't open localization file \"$localizationFile\": ($!)"); However, I can navigate via browser to webhosting.cypressintegrated.com/ids/localizations/English.txt Also, FTR I am using an ActiveState Build and I was wrong about Image Magick, it is v5.49. One thing I did notice however, was that iiscfg.pl which I ran on install, didn't seem to do everything it is supposed to (for instance it didnt "virtualize" the postcomment dir) however I set these parameters manually, following the instructions on the website. I see there is a debug parameter in iiscfg.pl. Should I run it again with debug on? Thanks. Brian Donnelly TK> Line 449 in idsShared is a write to a log file. You might have a problem TK> with NTFS permissions. Permissions may also be the culprit in the rename TK> problem. TK> Also, you state that you are running ImageMagick 1.10. Image Magick is now TK> somewhere around 5.5, so you may want to make sure that you are running a TK> current version. I know I have had luck with 5.45 for some time, so I'm TK> actually out of date... You also do not mention what build of perl you are TK> running, I recommend the ActiveState builds. TK> Hope this helps! TK> Tom Keegan TK> ----- Original Message ----- TK> From: "Listen" <Li...@cy...> TK> To: <ids...@li...> TK> Sent: Tuesday, October 15, 2002 5:10 PM TK> Subject: [Ids-devel] error on install? >> >> I just installed IDS on Win2K (IIS5) >> and when I go to webhosting.cypressintegrated.com/ids/ >> I get the following error: >> >> "Can't call method "self_url" on an >> undefined value at >> D:\inetpub\webhosting.cypressintegrated.com\ids/idsShared.pm line 449. " >> >> I have tested test_magick.pl and test.pl and they seem to be working. >> >> ids/admin seems to work--however: I can create new albums, change name >> of existing albums, etc. >> >> But if I try to rename an image I get: >> "IDS\admin\index.cgi: Exception 410: Reference >> is not my type (Image::Magick) at ../idsShared.pm line 641." >> >> Hope I am not missing something too obvious. >> Other environment variables: >> PERL 5.6.1 >> Image_Magick 1.10 >> Image Info 1.10 >> >> Any clues would be greatly appreciated. >> >> Brian Donnelly >> Cypress Integrated >> mailto:Li...@cy... |