Code: Select all
@require_once( dirname( dirname( __FILE__ ) ) . DIRECTORY_SEPARATOR . 'xcore.php' );Code: Select all
require_once( dirname( dirname( __FILE__ ) ) . DIRECTORY_SEPARATOR . 'xcore.php' );Moderators: Developer, Contributor
Code: Select all
@require_once( dirname( dirname( __FILE__ ) ) . DIRECTORY_SEPARATOR . 'xcore.php' );Code: Select all
require_once( dirname( dirname( __FILE__ ) ) . DIRECTORY_SEPARATOR . 'xcore.php' );Code: Select all
Warning: require_once(D:\xampp\htdocs\mantis\xcore.php) [function.require-once]: failed to open stream: No such file or directory in D:\xampp\htdocs\mantis\admin\install.php on line 31
Fatal error: require_once() [function.require]: Failed opening required 'D:\xampp\htdocs\mantis\xcore.php' (include_path='.;D:\xampp\php\pear\') in D:\xampp\htdocs\mantis\admin\install.php on line 31Code: Select all
APPLICATION WARNING #100: Configuration option "session_validation" not found.
APPLICATION WARNING #100: Configuration option "class_path" not found.
SYSTEM WARNING: require_once(MantisPlugin.class.php) [function.require-once]: failed to open stream: No such file or directory
Fatal error: require_once() [function.require]: Failed opening required 'MantisPlugin.class.php' (include_path='D:\xampp\htdocs\mantis\core\;D:\xampp\htdocs\mantis\library;.;D:\xampp\php\pear\') in D:\xampp\htdocs\mantis\core\plugin_api.php on line 33Code: Select all
APPLICATION WARNING #100: Configuration option "session_validation" not found.
APPLICATION WARNING #100: Configuration option "class_path" not found.
APPLICATION WARNING #100: Configuration option "default_timezone" not found.
APPLICATION WARNING #100: Configuration option "mantis_config_table" not found.
APPLICATION WARNING #100: Configuration option "mantis_config_table" not found.Code: Select all
Config File Exists but Database does not.
POSSIBLE PROBLEM
Bad config_inc.php?It was late in the evening, someone dropped an x by mistakeTesterMatt wrote: I noticed that your code referenced "xcore.php" instead of "core.php",
Code: Select all
die ($g_class_path);Code: Select all
Notice: Undefined variable: g_class_path in D:\xampp\htdocs\mantis\config_defaults_inc.php on line 172* Extract the tarball into a clean directory; do NOT extract into an existing
installation, as some files have been moved or deleted between releases