Page MenuHomePhabricator

Doxygen seems to have stopped updating again
Closed, ResolvedPublic

Description

Seems like it hasn't updated since the 4th

Can someone have a look?

Thanks


Version: unspecified
Severity: minor

Details

Reference
bz28470

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:36 PM
bzimport set Reference to bz28470.

bug 28389 claims that some syntax oddity is "derailing" doxygen; does that mean it's not completing its runs?

PHP Fatal error: Class 'MWInit' not found in /var/mwdocs/phase3/includes/normal/UtfNormalUtil.php on line 28

Was added to the autoloader (as a bit of a sanity check) in r85807, no luck as of yet...

Just move that include to Setup.php.

(In reply to comment #3)

Just move that include to Setup.php.

The include of Init.php?

(In reply to comment #4)

(In reply to comment #3)

Just move that include to Setup.php.

The include of Init.php?

No, the include causing the error, on line 28 of UtfNormalUtil.php:

require_once( MWInit::compiledPath( 'includes/normal/UtfNormalDefines.php' ) );

Less urgently, all the pseudo-maintenance scripts in includes/normal should be made into real maintenance scripts, so that they can continue to work.