Installed everything to see where Oliver was with the new release

. For some reason i am having trouble with the PHPWCMS understanding that i have it in a subdirectory called "cms1". I get the warning on most every page.
Code: Select all
Warning: main(/home/kixericp/public_html/include/inc_ext/ss_image/ss_image.class.php): failed to open stream: No such file or directory in /home/kixericp/public_html/cms1/include/inc_lib/imagick.convert.inc.php on line 34
Notice that the main warning message has no intervening directory between public_html and include...but it in the same message has it defined when trying to find the file. I went in and tried to set via the config and set the root
$_SERVER['DOCUMENT_ROOT'] = '/home/kixericp/public_html/cms1/';
..but still same messages.
I know this is development code so maybe it is broke...but i was wondering if someone had run into this.[/code]