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 ---