I've installed Wi 1.0 today, running on linux, apache-2-21-r1 and php-5.3.8, and it looks great.
Unfortunately I get a lot of PHP Warning: include_once errors in my Wi logs, of which this is the first:
PHP Warning: include_once(/srv/webissues/all issues.inc.php): failed to open stream: No such file or directory in /srv/webissues/system/bootstrap.inc.php on line 85
I've searched the forums and haven't found anything. Does anyone have a quick answer before I paste in lots of error messages?
- Log in to post comments
OK, after a bit of troubleshooting I've found that the problem arises after submitting an issue, which raises an "Unexpected Error" message.
I think the associated error message in the Wi log is:
Note the improper formatting, with the space in stead of a slash, and the references to non-existent directory (all) and file (issues.inc.php) in this case.
It looks like some code, somewhere, is trying to create an instance of class "all issues". I have no idea why and I've never encountered such issue.
Regards,
Michał
That's only one of the errors. There are many more, like this one:
I enabled debug mode, and got this:
AHA! Progress.
Ensure you have MySQL configured as follows (/etc/my.cnf under the [mysqld] section):
Still getting this though: