My lessn instalation works fine here: http://maz.as/-
I also installed Lessn Pepper successfully, it shows up in my mint installation here: http://mint.kitizaidimai.lt.
I am on shared hosting.
But there is no data in lessn pepper. I read what others have written at this forum about similar problem here: haveamint.com/forum/troubleshooting/207 … post_10119
And I tried different ways to show path to my mint instalation. My hosting company says I have to show full path like this: /home/xxxx/domains/kitizaidimai.lt/public_html/mint
I tried these combinations, none worked:
define('MINT_ROOT', $_SERVER['DOCUMENT_ROOT'].'home/xxxx/domains/kitizaidimai.lt/public_html/mint/');
define('MINT_ROOT', $_SERVER['DOCUMENT_ROOT'].'/domains/kitizaidimai.lt/public_html/mint/');
define('MINT_ROOT', 'home/xxxx/domains/kitizaidimai.lt/public_html/mint/');
define('MINT_ROOT', '/domains/kitizaidimai.lt/public_html/mint/');