Frozen ? Posts:83

 |
| 09/06/2008 2:47 AM |
|
I am getting these errors lately since I upgraded my website from 4.6.4 to 4.8.4. The jpeg extension is allowed in the host setting and the website has not reached max disc space limitation.
File upload error, please ensure the extension of your uploaded file is allowed and your website doesn't rearch max disk space limitation
|
|
|
|
|
Pengtsen R Posts:5179

 |
| 09/06/2008 2:48 AM |
|
try to upload it directly to your album large folder in DNN File Manager, you will get more detailed error message. thanks. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Frozen ? Posts:83

 |
| 09/06/2008 2:48 AM |
|
| How do I do that? Thanks. |
|
|
|
|
Pengtsen R Posts:5179

 |
| 09/06/2008 2:50 AM |
|
click Manage, pick your album, you can find the "large" folder of your album, isn't? then try to uplaod a picture to this folder in DNN File Manager, I guess you are not able to do it. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Frozen ? Posts:83

 |
| 09/06/2008 3:04 AM |
|
| You mean as the host right? because I cannot do it as a registered user. Sorry for the obvious question but I don't know a lot about DNN and stuff. |
|
|
|
|
Pengtsen R Posts:5179

 |
| 09/06/2008 3:14 AM |
|
| host or admin, because you are gonna to access the Admin - File Manager page. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Frozen ? Posts:83

 |
| 09/06/2008 3:33 AM |
|
| It does not give any error but it does not upload the pic either. It's like It did nothing and I never asked it do anything. |
|
|
|
|
Frozen ? Posts:83

 |
| 09/06/2008 3:36 AM |
|
But this is what I see in the event error: FileColumnNumber: 0 Method: Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseOrThrow StackTrace: Message: System.Exception: Unhandled Error: ---> System.Web.HttpException: Client disconnected after receiving 76943 of 102179 bytes -- user probably cancelled upload. at Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseOrThrow() at Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseMultipart() at Brettle.Web.NeatUpload.FilteringWorkerRequest.GetKnownRequestHeader(Int32 index) at System.Web.HttpWorkerRequest.HasEntityBody() at System.Web.HttpRequest.GetEncodingFromHeaders() at System.Web.HttpRequest.get_ContentEncoding() at System.Web.HttpRequest.get_QueryStringText() at System.Web.HttpRequest.get_Url() at DotNetNuke.Common.Initialize.RunSchedule(HttpRequest request) at DotNetNuke.Common.Global.Global_BeginRequest(Object sender, EventArgs e) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace --- Source: Server Name: WEB16 and UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1 DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider ExceptionGUID: b706659d-1636-4e55-af85-3fe65c5da177 InnerException: Unhandled Error: FileName: FileLineNumber: 0 FileColumnNumber: 0 Method: Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseOrThrow StackTrace: Message: System.Exception: Unhandled Error: ---> System.Web.HttpException: Unhandled HttpException while processing NeatUpload child request ---> System.Web.HttpException: Client disconnected after receiving 76943 of 102179 bytes -- user probably cancelled upload. at Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseOrThrow() at Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseMultipart() at Brettle.Web.NeatUpload.FilteringWorkerRequest.GetKnownRequestHeader(Int32 index) at System.Web.HttpWorkerRequest.HasEntityBody() at System.Web.HttpRequest.GetEncodingFromHeaders() at System.Web.HttpRequest.get_ContentEncoding() at System.Web.HttpRequest.get_QueryStringText() at System.Web.HttpRequest.get_Url() at DotNetNuke.Common.Initialize.RunSchedule(HttpRequest request) at DotNetNuke.Common.Global.Global_BeginRequest(Object sender, EventArgs e) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace --- at Brettle.Web.NeatUpload.UploadHttpModule.Application_BeginRequest(Object sender, EventArgs e) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace --- Source: Server Name: WEB16 |
|
|
|
|
Frozen ? Posts:83

 |
| 09/06/2008 3:39 AM |
|
Web.Config Settings: httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="998192" requestLengthDiskThreshold="998192" executionTimeout="9999600" and neatUpload useHttpModule="true" defaultProvider="FilesystemUploadStorageProvider" maxNormalRequestLength="998192" |
|
|
|
|
Pengtsen R Posts:5179

 |
| 09/06/2008 3:53 AM |
|
| ok, can you move neatupload to the 1st line in httpModules section in your web.config? |
|
Pengtsen R http://www.bizmodules.net |
|
|
Frozen ? Posts:83

 |
| 09/06/2008 3:57 AM |
|
Like this? -- httpModules>
|
|
|
|
|
Frozen ? Posts:83

 |
| 09/06/2008 3:58 AM |
|
httpModules> !-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / --> add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" /> !--add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules" />--> add name="UploadHttpModule" type="Brettle.Web.NeatUpload.UploadHttpModule, Brettle.Web.NeatUpload" /> add name="RequestFilter" type="DotNetNuke.HttpModules.RequestFilter.RequestFilterModule, DotNetNuke.HttpModules" /> add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules" /> add name="Exception" type="DotNetNuke.HttpModules.Exceptions.ExceptionModule, DotNetNuke.HttpModules" /> add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnline.UsersOnlineModule, DotNetNuke.HttpModules" /> add name="DNNMembership" type="DotNetNuke.HttpModules.Membership.MembershipModule, DotNetNuke.HttpModules" /> add name="Personalization" type="DotNetNuke.HttpModules.Personalization.PersonalizationModule, DotNetNuke.HttpModules" /> add name="Aricie.DNNPaceMaker" type="Aricie.DNN.DNNPaceMaker.Business.PaceMaker" /> /httpModules> |
|
|
|
|
Pengtsen R Posts:5179

 |
| 09/06/2008 4:00 AM |
|
make sure this line: add name="UploadHttpModule" type="Brettle.Web.NeatUpload.UploadHttpModule, Brettle.Web.NeatUpload" is the first line in httpModules. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Frozen ? Posts:83

 |
| 09/06/2008 4:10 AM |
|
I still get this error :( File upload error, please ensure the extension of your uploaded file is allowed and your website doesn't rearch max disk space limitation |
|
|
|
|
Pengtsen R Posts:5179

 |
| 09/06/2008 4:14 AM |
|
now neatuplod is the 1st line, isn't it? what error did you get if you upload it file manager now? |
|
Pengtsen R http://www.bizmodules.net |
|
|
Frozen ? Posts:83

 |
| 09/06/2008 4:16 AM |
|
When I try the zip file it says To add a new record, you must upload a valid jpeg picture and when I try the jpg file it gives me the above error.. |
|
|
|
|
Pengtsen R Posts:5179

 |
| 09/06/2008 4:17 AM |
|
| I said to upload it in File Manager, what error did you get? |
|
Pengtsen R http://www.bizmodules.net |
|
|
Frozen ? Posts:83

 |
| 09/06/2008 4:54 AM |
|
As the host, I can uploaded the pic through the file manager and normally. But I cannot upload the same pic as a registered user! I get the above mentioned errors. Thanks for your time. |
|
|
|
|
Pengtsen R Posts:5179

 |
| 09/06/2008 5:06 AM |
|
well, in your previous posts you said you can't upload it even as host. now maybe you give me a host account, a normal user account, and tell me your gallery url so I can take a look. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Frozen ? Posts:83

 |
| 09/06/2008 5:10 AM |
|
Now, I get this error as the registered user: You have exceeded your personal disk quota in this gallery Yes, I could not upload pics as host either, but now I can. I will email you with the id and password. Thanks |
|
|
|
|