Pengtsen R Posts:5417

 |
| 09/28/2008 7:48 PM |
|
| ok, I'll develop a sample application for you to detect the permission tomorrow morning. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Pengtsen R Posts:5417

 |
| 09/29/2008 5:03 AM |
|
now please download bizmodules.net/helloworld.zip. unpack and copy to your binaries folder, then try to visit /desktopmodules/ultravideogallery/binaries/helloworld/helloworld.aspx. if you can see "Hello World" in this apge, then the permission must be fine, otherwise the permission is bad, all source code are included in this package so your hosting company can check to see if any extra resources are accessed. thank you. |
|
Pengtsen R http://www.bizmodules.net |
|
|
James Dillard Posts:90

 |
| 09/29/2008 3:15 PM |
|
| I cannot find the helloworld.zip in the downloads section. |
|
|
|
|
Pengtsen R Posts:5417

 |
| 09/29/2008 8:48 PM |
|
| http://bizmodules.net/helloworld.zip |
|
Pengtsen R http://www.bizmodules.net |
|
|
James Dillard Posts:90

 |
| 09/29/2008 8:59 PM |
|
This is what I got. Detailed Error Information Module WindowsAuthentication Notification AuthenticateRequest Handler PageHandlerFactory-Integrated Error Code 0x00000000 Requested URL http://www.coolvibeonline.com:80/dnnDescription: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.Requested URL: /dnn/desktopmodules/ultravideogallery/binaries/helloworld/helloworld.aspx Physical Path c:\websites\coolvibeonline18\coolvibeonline.com\dnnDescription: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.Requested URL: \dnn\desktopmodules\ultravideogallery\binaries\helloworld\helloworld.aspx Logon Method Not yet determined Logon User Not yet determined |
|
|
|
|
James Dillard Posts:90

 |
| 09/29/2008 9:07 PM |
|
WAIT...SCRATCH THAT...
THIS IS WHAT I GOT...
|
|
|
|
|
Pengtsen R Posts:5417

 |
| 09/30/2008 2:55 AM |
|
| \dnn\desktopmodules\ultravideogallery\binaries\helloworld\helloworld.aspx do exist on your website, isn't it? you can check it by FTP. |
|
Pengtsen R http://www.bizmodules.net |
|
|
James Dillard Posts:90

 |
| 10/09/2008 1:37 PM |
|
I wanted to confirm that I was running the test correctly so I had the hosting company run the helloworld script. This is what they got. Hi, The error i received is below. Please keep in mind that we cannot provide support on custom coding. The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested URL: /desktopmodules/ultravideogallery/binaries/helloworld/helloworld.aspx Best regards, |
|
|
|
|
Pengtsen R Posts:5417

 |
| 10/09/2008 8:06 PM |
|
james, the helloworld is used to demonstrate your problem, we don't need support from your hosting company for custom coding. did you properly unzip helloworld.zip to appropriate folder on your website? if so, how can you get a 404 error? you can give me your ftp account so I can check it for you. thanks. |
|
Pengtsen R http://www.bizmodules.net |
|
|
James Dillard Posts:90

 |
| 10/09/2008 8:38 PM |
|
| I just emailed you. Look for vibespace@yahoo.com |
|
|
|
|
Herb Benton Posts:6


 |
| 10/09/2008 10:53 PM |
|
I'm also trying to config the Demo product to run on my Windows XP machine. I also get the following error: Permission check failed, you are not able to upload any non-flv videos now. Generally this means ASPNET account(or Network_Service in windows server 2003) don't have Execute permission on /DekstopModules/UltraVideoGallery/Binaries folder. For further information please refer to "Installation guide" chapter in the User Guide. I visited the "Installation guide" section and there isn't anything listed that tells you how to configure the system - pretty much not helpfull. Anyways here is what I have done thus far: - right clicked on the Binaries folder > selected security > made sure that the PCNAME\ASPNET account was listed and gave it "Full Control" > Next I made sure that the "Network Service" also had Full Control. Ran the permission wizard again and still I get the following error: Permission check failed, you are not able to upload any non-flv videos now. Generally this means ASPNET account(or Network_Service in windows server 2003) don't have Execute permission on /DekstopModules/UltraVideoGallery/Binaries folder. For further information please refer to "Installation guide" chapter in the User Guide. I would like to use this module on my site but first I would like to see it run on my machine - Help please!!! |
|
|
|
|
James Dillard Posts:90

 |
| 10/10/2008 4:45 PM |
|
I'm pretty sure I uploaded the files to the correct directory. Herb, Did you have execute permissions set properly? |
|
|
|
|
Pengtsen R Posts:5417

 |
| 10/10/2008 9:23 PM |
|
| Herb Benton, what's your trust level? is it set to full trust(unristricted)? |
|
Pengtsen R http://www.bizmodules.net |
|
|
Pengtsen R Posts:5417

 |
| 10/10/2008 10:20 PM |
|
ok, there is a progress, /desktopmodules/ultravideogallery/binaries/helloworld/helloworld.aspx do exist, but it seems work, I guess some components on your website handled this request so it returns a 404 error, however, I'm not able to find out what component handled it. so, I uploaded helloworld.aspx to your root folder, an error is fired when helloworld try to invoke a exe fie, you can visit /HelloWorld.aspx to see the detailed error message, please contact your hosting company to see why there is such an error, if they do give you full trust, and do grant network serveice account execute permission on your website, you shouldn't get such an error. thanks. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Herb Benton Posts:6


 |
| 10/11/2008 2:32 PM |
|
Take a look in my prior post ...
I have given the module complete total full control from the top of the hiearchy to the binary folder. I couldn't give the module any more control other than sending you the password and username to my machine and allowing you to log on.
My big question is why the module needs complete Full Control (Unrestricted) - that actually seems a bit scary...
Anyways, I have given the ASP.NET account full control and I still get the error.
I have the demo using DNN 4.5 on a Windows XP box with SP2 running under IIS.
I hope that helps you. |
|
|
|
|
Pengtsen R Posts:5417

 |
| 10/11/2008 8:13 PM |
|
yes, this is a limitation of UVG, but UVG do need it, without it UVG is not able to convert videos to flv format. however, if you dont' have full trust you can use UVG Converter instead, which doesn't require any special permission. in your case, is there a way to connect to your computer so I can take a look? thank you. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Jeff Blanks Posts:56

 |
| 10/13/2008 8:00 PM |
|
Herb, Have you added FLV to your mime types? |
|
My DNN Projects: NortheastOK.com, goBlanks.com |
|
|
James Dillard Posts:90

 |
| 10/13/2008 8:10 PM |
|
My hosting company reccomended that I put the bonary folder in the CGi-bin. But, I'm not sure what to say to that. I would simply go with power DNN but a 1GB volume is almost nothing and paying 50.00 for a shared account seems a bit high. For that much I may as well setup my own box. |
|
|
|
|
James Dillard Posts:90

 |
| 10/13/2008 8:11 PM |
|
| bonary=binary |
|
|
|
|
Jeff Blanks Posts:56

 |
| 10/13/2008 8:15 PM |
|
I hear ya, I've been doing a search for host providers that will support UVG (with not much luck), and I'm not too keen on using powerDNN due to the cost. I'd rather have a shared host then upgrade to a (semi) dedicated server when needed. |
|
My DNN Projects: NortheastOK.com, goBlanks.com |
|
|