OK, problem solved, thank you very much for advice.
Solution for those with same problem "no / in image paths":
check your includes/configure.php file and check if DIR_FS_CATALOG is correct.
I had:
I changed it to:PHP Code:
define('DIR_FS_CATALOG', '/');
and it worked.PHP Code:
define('DIR_FS_CATALOG', '');
Bookmarks