nopCommerce Docker

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
Trying out to install nop on Docker, app is running but can't complete installation

error is
Setup failed: XML parsing: line 1, character 38, unable to switch the encoding

Any ideas what is causing it?

setting it up with
servername: nopcommerce_database
databasename: nopdb

sql user: sa
password: default from compose

Am i missing something?
5 years ago
Use
<?xml version="1.0" encoding="UTF-16"?>

Instead of

<?xml version="1.0" encoding="UTF-8"?>

Works for me
5 years ago
catalin wrote:
Use
<?xml version="1.0" encoding="UTF-16"?>

Instead of

<?xml version="1.0" encoding="UTF-8"?>

Works for me


Hey, yeah. We got it running late yesterday, removed the encoding attribute made it work. Will try with the UTF-16 aswell.

Did you have any troubles with the bundling while running it on Linux Containers? Just tried it out and it cant find the bundles, will look more into it today tho.
4 years ago
catalin wrote:
Use
<?xml version="1.0" encoding="UTF-16"?>

Instead of

<?xml version="1.0" encoding="UTF-8"?>

Works for me


where is this updated at?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.