The error messages look something like this and are usually different file names, depending on what I am trying to do (for example, this one occurred after I tried to create a new article):
Here is my config.inc.php file:Warning: main(/mnt/web_i/d35/s04/b01e3c39/web-2005/content//include/inc_front/content.article.inc.php): failed to open stream: No such file or directory in /mnt/web_i/d35/s04/b01e3c39/www/web-2005/content/include/inc_front/content.func.inc.php on line 196
Code: Select all
// database values
$phpwcms["db_host"] = "MYSQLHOST";
$phpwcms["db_user"] = "username"; //the correct username is here
$phpwcms["db_pass"] = "*****"; //masked for security
$phpwcms["db_table"] = "table"; //the correct table is here
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;
// site values
$phpwcms["site"] = "http://www.DOMAIN.com/"; //company-confidential, but the right domain is there
$phpwcms["admin_email"] = "webmaster@DOMAIN.com";
// paths
$phpwcms["root"] = "web-2005/content";
$phpwcms["file_path"] = "phpwcms_filestorage";
$phpwcms["file_tmp"] = "phpwcms_tmp";
$phpwcms["templates"] = "phpwcms_template";
$phpwcms["dir_thlist"] = "thumb_list";
$phpwcms["dir_preview"] = "thumb_preview";
$phpwcms["content_path"] = "content";
$phpwcms["cimage_path"] = "images";
$phpwcms["ftp_path"] = "phpwcms_ftp";
// content values
$phpwcms["file_maxsize"] = 2097152;
$phpwcms["content_width"] = 538;
$phpwcms["img_list_width"] = 100;
$phpwcms["img_list_height"] = 75;
$phpwcms["img_prev_width"] = 538;
$phpwcms["img_prev_height"] = 400;
$phpwcms["max_time"] = 1800;
// other stuff
$phpwcms["compress_page"] = 0;
$phpwcms["imagick"] = 0;
$phpwcms["imagick_path"] = "";
$phpwcms["use_gd2"] = 1;
$phpwcms["rewrite_url"] = 0;
$phpwcms["wysiwyg_editor"] = 1;
$phpwcms["phpmyadmin"] = 1;
$phpwcms["default_lang"] = "en";
$phpwcms["charset"] = "iso-8859-1";
$phpwcms["allow_remote_URL"] = 0;
$phpwcms["gt_mod"] = 0;
$phpwcms["jpg_quality"] = 75;
$phpwcms["sharpen_level"] = 1;
$phpwcms["allow_ext_init"] = 1;
$phpwcms["allow_ext_render"] = 1;
// dynamic ssl encryption engine
$phpwcms["site_ssl_mode"] = '0';
$phpwcms["site_ssl_url"] = '';
$phpwcms["site_ssl_port"] = '443';