|
|
 |
Joined: 8/29/2010
Posts: 73
|
|
|
I've done a clean install of the newest busines directory. When attempting to add a listing as a premium user it gives me the following error..
I created the folder manually (0\BizDirectory\Images\) and uploaded all the image files that came with the directory to that folder.
Error: Sign Up is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Could not find a part of the path 'E:\inetpub\vhosts\freebrideguide.com\httpdocs\Portals\0\BizDirectory\Images\'. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'E:\inetpub\vhosts\freebrideguide.com\httpdocs\Portals\0\BizDirectory\Images\'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode) at System.Web.HttpPostedFile.SaveAs(String filename) at System.Web.UI.WebControls.FileUpload.SaveAs(String filename) at Smith.SignUp.btnPreSubmit_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---
|
|
|
|
 |  |
|
|
 |
 |
Joined: 3/11/2010
Posts: 1979
|
|
|
I just tested this on our demo site http://www1.smith-consulting.com/ and its working. What version of the directory module are you running?
-Scott
Scott Kelly
Project Manager
|
|
|
|
 |  |
|
|
 |
Joined: 8/29/2010
Posts: 73
|
| |
 |  |
|
|
 |
Joined: 8/29/2010
Posts: 73
|
|
|
Also for reference I clicked on the review deal and tried to test that on one of your links and it gave me the following error on your website:
A critical error has occurred.
Unable to cast object of type 'System.Web.UI.WebControls.ImageButton' to type 'System.Web.UI.WebControls.Button'.
|
|
|
|
 |  |
|
|
 |
Joined: 8/29/2010
Posts: 73
|
|
|
Anyone have any luck on this issue?
|
|
|
|
 |  |
|
|
|
I'm having the same issue (using v1.3 on DNN v5.1.1).
Can't believe this post hasn't received a straight answer yet!
|
|
|
|
 |  |
|
|
 |
 |
Joined: 3/11/2010
Posts: 1979
|
|
|
I will test this out and postback with my findings.
-Scott
Scott Kelly
Project Manager
|
|
|
|
 |  |
|
|
 |
Joined: 8/29/2010
Posts: 73
|
|
|
I truly believe your support is far less than satisfactory. If you won't support your products, then take them off DNN/Snowcovered. I guess I'll head over to the review panels.
|
|
|
|
 |  |
|
|
|
We're in the same boat, but i guess we've taken our frustration in another direction. We use a few other Smith items like SmithCart and have had wonderful success with it and with support on it. For this directory system, we needed it ASAP fast for a client project and went ahead with the install and setup, and then for the missing items (like the manager!) have created XMOD replacements and workarounds. Actually, it's a pretty nice setup we've made, we'll likely turn it into a tutorial for xmod later this year.
|
|
|
|
 |  |
|
|
 |
 |
Joined: 3/11/2010
Posts: 1979
|
|
|
Im having trouble replicating it on my dev build I think it might be related to the domain name with the period “freebrideguide.com” in the actual path of the file. Can you confirm which listing type the image upload works or doesnt work on:
Also, if you create the folder specified in the error moessage off your portal root before you upload the image does it still give you an error?
-Scott
Scott Kelly
Project Manager
|
|
|
|
 |  |
|
|
 |
 |
Joined: 3/11/2010
Posts: 1979
|
|
|
I setup a new demo site for the business directory here http://www1.smith-consulting.com/SignUp.aspx
I installed DNN 5.6.1 and installed the latest business directory v1.3 (emailed you the module)
I setup all the modules on separate pages and configured them. I created 2 free listings and 2 premium listings and did not get any errors saving images.
Also create a page to test passing the categoryid in the querystring to filter the category. Here is the link to the page that links categories http://www1.smith-consulting.com/SignUp.aspx . Passing the categoryid in the url to filter listings works also and I did not receive any errors.
As I said on the phone Friday possible causes for the image upload issue on your server could be the following:
- Permissions issues on the folder not having write access
- Permisions issue not allowing the module to create the folder for the images
- Your domain name with a “period” being in the path – sometimes a period in the path can cause issues
- Invalid file extension or file extension not allowed when uploading images
To pass the categoryid in the url should be in the following format:
http://www1.smith-consulting.com/Search.aspx?categoryid=3
To isolate the issue on your live portal I recommend creating a sandbox with a new dnn 5.6.1 instance and installing the module I sent you and test. If it works in your sandbox it will tell you that something is out of sync in your install, could be with dnn, the database or the module .
Scott Kelly
Project Manager
|
|
|
|
 |  |
|
|
 |
Joined: 1/1/0001
Posts: 0
|
|
|
This error is common to users.
|
|
|
|