Quote Originally Posted by thomaswhiteeagle View Post
did that. added the content to configure.php. except the 2 lines in the readme file dont exist in confgure.php on 1.5.5f. now it almost works but when I click the image link I get this: File "/home/xxxxx/public_html/xxxx/DIR_WS_IMAGESuploads/2.png" does not exist (254)

THAT I was able to get working by changing
PHP Code:
define('DIR_WS_UPLOADS'DIR_WS_IMAGES 'uploads/'
to
PHP Code:
  define('DIR_WS_UPLOADS'images '/uploads/'); 
After that, everything worked fine.