NOFILENAMED
NOFILENAMED
search in php.ini for short_open_tag=Off and change it to short_open_tag=On The templates and the codes are old... I mean in newer php versions, the short tag is disabled :P
Give a look at ExternalCatalogSetup.cs Try to change line 66: ` return assetGroups.Exists(ag => ag.entries.Any(e => (e.IsFolder && e.SubAssets.Any(a => loc.Keys.Contains(a.guid))) || oc.Keys.Contains(e.guid))); ` to: ` return m_AssetGroups.Exists(ag => ag.entries.Any(e...
install npm. use npm to install the dependencies and setup this. search in package.json for: "test": "echo \"Error: no test specified\" && exit 1" replace it with this: "start": "node...