Loading...
 
 Error
  • Contact the site administrator. The index needs rebuilding.
Architecture / Installation

Architecture / Installation


Re: Re: fatal error during upgrade

posts: 1001 Canada
jstotz wrote:
jstotz wrote:
But that patch is broken and wouldn't do anything anyway. 7.1 will have a working one. There must be something else wrong though, normally the patch should just be ignored. You will probably experience other problems even if you skip it. Again, make sure your error reporting level reports warnings and notices if you want more clues of what could be going on.


I tried this again with 7.1 instead of 7.0 and I got the same error.

In the phpinfo() section of the XAMPP info page, error_reporting is set to 22519. Does this mean that error reporting is on or off? If it's off, how do I turn it on?


It depends on your PHP version. error reporting is not necessarily on or off, it's usually somewhere in between, which is why the value is so complicated. You seem to have warnings and notices disabled. See
http://www.php.net/manual/en/errorfunc.constants.php

To change the value, you need to change PHP configuration.

There are no comments at this time.