mantisbt 1.2.0rc1
PHP 5.2.9-2
MySQL 5.1.33
I am getting this error in any page I try to execute (admin/index.php, check.php).
It looked like the installation worked (the db has been created).
Any idea how to correct this error? I displayed the values of the variables
being used in the statement:
Thanks,
Don
--------------------------------------------------------
t_docroot = C:/@_dev/wamp/www
t_file_path = C:/mantisbt/config_defaults_inc.php
Warning: preg_match() [function.preg-match]: Unknown modifier '_' in C:\mantisbt\config_defaults_inc.php on line 136
Possible Whitespace/Error in Configuration File - Aborting. Output so far follows:
string(272) "t_docroot = C:/@_dev/wamp/www
t_file_path = C:/mantisbt/config_defaults_inc.php
Warning: preg_match() [function.preg-match]: Unknown modifier '_' in C:\mantisbt\config_defaults_inc.php on line 136
"
Installation error: Warning: preg_match() [function.preg-mat
Moderators: Developer, Contributor
Re: Installation error: Warning: preg_match() [function.preg-mat
I got this error too, you may have empty lines at the end of your config. The parser that handles the configs for 1.2 seems to be more picky.
Re: Installation error: Warning: preg_match() [function.preg-mat
That's it.
Empty line at the end of config-inc.php makes a trouble.
Empty line at the end of config-inc.php makes a trouble.