| |
Sorry, chatty today, the icacls C:\<website>\ /grant "IIS APPPOOL\ASP.NET v4.0":(OI)(M) /t call I made I feel is insecure, I plan go back and fix this by revoking permissions on all but the directories that NOPCommerce needs to run, does anyone know the best way I can go about determining this directory listing without trial and error? Here is my list so far: bin\ Plugins\ Plugins\bin Views\
Thanks
Posted:
one year ago
|
Note: the command icacls C:\<website>\ /grant "IIS APPPOOL\ASP.NET v4.0":(OI)(M) /t
only applies to IIS 7.5, previous versions are utilizing the NETWORK SERVICE
Posted:
one year ago
|
Thanks for the replies, here is what I discovered during a late night of troubleshooing regarding my issue. #1 Lesson learned with NOP Commerce 2.0: If you run into any issue during your install and try to re-install, forget it! Your install is toast, that means....
1) if you initially typo'd a password for the DB and the install fails, I found you must delete that database all together(or create a new one), and make sure to remove the settings.txt file under the Nop.Web\App_Code, then try again.
2) If you missed an APPPOOL grant on a directory and the install fails....do not attempt again, start fresh from source code and delete DB, and start again. FYI (The installer wants to create the Plugins directory on the root of the site, then drop the DLL's for the Plugins in Pugins\Bin, that is what got me and messed up something in a config, which led to my strange error. **The easiest way to avoid install issues regarding APPPOOL is to run the following as Administrator in the cmd (icacls C:\<website>\ /grant "IIS APPPOOL\ASP.NET v4.0":(OI)(M) /t)
I believe the error I was getting was because the installed crashed in loading some plugin because of some permissions issue, then the install did not gracefully exit, which left a config file in limbo....leading to the DLL issue...somehow.
Thanks for all your help though, it is appreciated
Posted:
one year ago
|
I am also getting the "real error"
Could not load type 'WsaData' from assembly 'PhpNetCore, Version=2.1.0.0, Culture=neutral, PublicKeyToken=0a8e8c4c76728c71' because it contains an object field at offset 396 that is incorrectly aligned or overlapped by a non-object field.
nordic, you mentioned you "UNINSTALLED" Phalanger 2.1 and it worked? or did you mean you installed it? I have tried installing it, previously I did not have it installed. I have also tried dropping the DLL PhpNetCore.dll into the Nop.Web\_bin_deployableAssemblies folder, and also had Nop.Core and Nop.Web referencing the assemblies...Nothing working, same error, any help would be greatly appreciated
Posted:
one year ago
|
I am looking to develop a Chase Paymentech Orbital Gateway module. Of course I would return any code developed back to the OSS community here. Here's the rub, while I have worked with the Chase paymentech SOAP API for a large retailer and am familiar with the API, (and relatively familiar with the certification process), I am a complete neophite when it comes to NopCommerce. I have purchased the NopCommerce documentation and will be immersing myself with that this week, but I would appreciate any advice or common pitfalls to avoid by anyone who has developed on NopCommerce. Also, if anyone has the same need to implement a Chase Paymentech Orbital Gateway module, and would like to help...I would be more than great-full.
Posted:
one year ago
|