12
           
            
                
     
    
    Hi all, 
thanks for any help :)
@davidl2 
Sorry for some strange words, but our useally place to such info was down.
Ok it was to errors (for me dba) very hard to find.
Short
1) define('XOOPS_ROOT_PATH', '/') ;)
2) # is not // in PHP ;)
Long
1) for mirc.home.pl/xoops XOOPS_ROOT_PATH should be '/xoops'
 for xoops.pl XOOPS_ROOT_PATH should be '/'
2) on such definition
 #define('XOOPS_URL', 'http://www.
.pl');
 define('XOOPS_URL', 'http://www..pl');
XOOPS_URL will be http://www..pl right?
With this 2 errors I was complety lost, but now its work...
dap