Topic on Extension talk:SocialProfile

Mdyug (talkcontribs)

Hi, my MW 1.36.1 When I tried to update /mw-config/ during installation, these lines appeared:

[YR64okI6arQg2ZzT9fMgxQAByRs] /mw-config/?page=ExistingWiki Exception: Unable to open file /home/bh458/public_html/extensions/SocialProfile/extension.json: filemtime(): stat failed for /home/bh458/public_html/extensions/SocialProfile/extension.json Backtrace: from /home/bh458/public_html/includes/registration/ExtensionRegistry.php(176)

  1. 0 /home/bh458/public_html/includes/GlobalFunctions.php(52): ExtensionRegistry->queue(string)
  2. 1 /home/bh458/public_html/LocalSettings.php(194): wfLoadExtension(string)
  3. 2 /home/bh458/public_html/includes/installer/Installer.php(669): require(string)
  4. 3 /home/bh458/public_html/includes/installer/WebInstallerExistingWiki.php(29): Installer::getExistingLocalSettings()
  5. 4 /home/bh458/public_html/includes/installer/WebInstaller.php(269): WebInstallerExistingWiki->execute()
  6. 5 /home/bh458/public_html/mw-config/index.php(82): WebInstaller->execute(array)
  7. 6 /home/bh458/public_html/mw-config/index.php(40): wfInstallerMain()
  8. 7 {main}

Please tell me what could be the problem? I write in Localsettings.php wfLoadExtension( 'SocialProfile' );

Ciencia Al Poder (talkcontribs)
Mdyug (talkcontribs)

This can be converted to: ... Here Sorry, MW 1.36.1work (!)with require_once "$IP/extensions/SocialProfile/SocialProfile.php"; Thank you ! I'm a newbie...