I get these errors after logging into Admin area.
Code: Select all
PHP Warning: main(/aaa_newsite/include/inc_ext/ss_image/ss_image.class.php): failed to open stream: No such file or directory in E:\web\charlierorg\htdocs\aaa_newsite\include\inc_lib\imagick.convert.inc.php on line 34
PHP Warning: main(): Failed opening '/aaa_newsite/include/inc_ext/ss_image/ss_image.class.php' for inclusion (include_path='.;c:\php4\pear') in E:\web\charlierorg\htdocs\aaa_newsite\include\inc_lib\imagick.convert.inc.php on line 34
PHP Warning: main(/aaa_newsite/phpwcms_template/inc_default/startup.php): failed to open stream: No such file or directory in E:\web\charlierorg\htdocs\aaa_newsite\phpwcms.php on line 409
PHP Warning: main(): Failed opening '/aaa_newsite/phpwcms_template/inc_default/startup.php' for inclusion (include_path='.;c:\php4\pear') in E:\web\charlierorg\htdocs\aaa_newsite\phpwcms.php on line 409
Code: Select all
(include_path='.;c:\php4\pear')
Thanks in advance for any help you can offer.
--dean
My set up:
Installed 1.2.1 onto:
Code: Select all
system: Windows NT WEB108 5.2 build 3790
server: Microsoft-IIS/6.0
php: v4.3.4
path: /aaa_newsite
php.ini: register_globals = Off ->
safe_mode = Off ->
Code: Select all
// database values
$phpwcms["db_host"] = "mysql01.sitehost.com";
$phpwcms["db_user"] = "username";
$phpwcms["db_pass"] = "userpass";
$phpwcms["db_table"] = "databasename";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;
// site values
$phpwcms["site"] = "http://website.com/";
// paths
$phpwcms["DOC_ROOT"] = $_SERVER['DOCUMENT_ROOT'];
$phpwcms["root"] = "aaa_newsite"; //default: ""
// Try to check and uncomment the DOCUMENT_ROOT if you have problems
// often neccessary on IIS or default MacOS X webserver settings
// Do not use backslash "\" on Windows - always replace "\" by "/"
//$_SERVER['DOCUMENT_ROOT'] = '';