Topic on Extension talk:RatePage

Lotusccong (talkcontribs)

PHP 7.4.32, MW 1.39 , SMW 4.02.

When I run the php maintenance/update.php , it show the below error message

PHP Fatal error:  Uncaught Exception: Unable to open file /home/XX/ywfjctmfyw/public_html/extensions/RatePage/extension.json: filemtime(): stat failed for /XX/ywfjctmfyw/public_html/extensions/RatePage/extension.json in /XX/ywfjctmfyw/public_html/includes/registration/ExtensionRegistry.php:199

Stack trace:

#0 /XX/ywfjctmfyw/public_html/includes/GlobalFunctions.php(53): ExtensionRegistry->queue()

#1 /XX/ywfjctmfyw/public_html/LocalSettings.php(823): wfLoadExtension()

#2 /XX/ywfjctmfyw/public_html/includes/Setup.php(218): require_once('/home/XX')

#3 /XX/ywfjctmfyw/public_html/maintenance/doMaintenance.php(83): require_once('/home/XX.')

#4 /XX/ywfjctmfyw/public_html/maintenance/update.php(312): require_once('/home/XX')

#5 {main}

  thrown in /XX/ywfjctmfyw/public_html/includes/registration/ExtensionRegistry.php on line 199

Any ideas how to resolved it ?

Ostrzyciel (talkcontribs)

It seems like for some reason the extension is not in the /home/XX/ywfjctmfyw/public_html/extensions/RatePage directory, you could double-check that. Other than that – I don't know, I haven't yet tried RatePage with MW 1.39. I hope to find some time for this in February.

Lotusccong (talkcontribs)

Yes, I notice that the folfer name is Ratepage, after change to RatePage. Its working now.

TQVM.