Product export error

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 năm cách đây
Log level
Error
Short message
The remote server returned an error: (403) Forbidden.
Full message
System.Net.WebException: The remote server returned an error: (403) Forbidden.
   at System.Net.HttpWebRequest.GetResponse()
   at System.Net.WebClient.GetWebResponse(WebRequest request)
   at System.Net.WebClient.DownloadBits(WebRequest request, Stream writeStream)
   at System.Net.WebClient.UploadBits(WebRequest request, Stream readStream, Byte[] buffer, Int32 chunkSize, Byte[] header, Byte[] footer)
   at System.Net.WebClient.UploadValues(Uri address, String method, NameValueCollection data)
   at Nop.Services.Tasks.TaskThread.Run() in E:\nopCommerce\sources\src\Libraries\Nop.Services\Tasks\TaskThread.cs:line 65
IP address
Customer
Page URL
Referrer URL
Created on
9/7/2018 11:57:07 PM
4 năm cách đây
tigran_avdalyan wrote:
Log level
Error
Short message
The remote server returned an error: (403) Forbidden.
Full message
System.Net.WebException: The remote server returned an error: (403) Forbidden.
   at System.Net.HttpWebRequest.GetResponse()
   at System.Net.WebClient.GetWebResponse(WebRequest request)
   at System.Net.WebClient.DownloadBits(WebRequest request, Stream writeStream)
   at System.Net.WebClient.UploadBits(WebRequest request, Stream readStream, Byte[] buffer, Int32 chunkSize, Byte[] header, Byte[] footer)
   at System.Net.WebClient.UploadValues(Uri address, String method, NameValueCollection data)
   at Nop.Services.Tasks.TaskThread.Run() in E:\nopCommerce\sources\src\Libraries\Nop.Services\Tasks\TaskThread.cs:line 65
IP address
Customer
Page URL
Referrer URL
Created on
9/7/2018 11:57:07 PM



I have the exact same error on the log.  Any ideas?
4 năm cách đây
403 Forbidden means you accessing to something which is absolutely forbidden for some reason.

You can get more information about 403 from here.
In addition, this stack overflow question may also help you.
4 năm cách đây
koray wrote:
I have the exact same error on the log.  Any ideas?


One thing that the export could be doing is trying to read/write to the picture thumbs directory on export.  Do you have the correct permissions to this path?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.