Editing MediaWiki

From iFixWiki
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 28: Line 28:


Sometimes Solution 1 does not work and the error persists. In this case, make sure the file php.ini is in the home directory and has the correct code. Copy and paste the php.ini file to all the folders in the home directory, just the home directory you do not need to copy and paste it into the subfolders.<ref>https://www.mediawiki.org/w/index.php?title=Topic:Sdpbmy9q9e0ttp6k&topic_showPostId=sdqynq3665q16mov#flow-post-sdqynq3665q16mov</ref>
Sometimes Solution 1 does not work and the error persists. In this case, make sure the file php.ini is in the home directory and has the correct code. Copy and paste the php.ini file to all the folders in the home directory, just the home directory you do not need to copy and paste it into the subfolders.<ref>https://www.mediawiki.org/w/index.php?title=Topic:Sdpbmy9q9e0ttp6k&topic_showPostId=sdqynq3665q16mov#flow-post-sdqynq3665q16mov</ref>
== Google Workspace SMTP Relay does not work ==
When trying to setup Google Workspace SMTP Relay using TLS encryption, sending a test email through Special:Emailuser might yield the following error:
  Failed to connect to tls://smtp-relay.gmail.com:587 [SMTP: Failed to connect socket: (code: -1,
'''Solution'''
Use SSL encryption instead. Gmail will still send the emails through TLS encryption. Replace '''domain''' with your site's domain name.
  $wgSMTP = [
    'host'      => 'ssl://smtp-relay.gmail.com',
    'IDHost'    => 'domain.com',
    'localhost' => 'domain.com',
    'port'      => 465,
  ];


= References =
= References =
Please note that all contributions to iFixWiki are considered to be released under the Creative Commons Attribution Share Alike (see IFixWiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)