Extension talk:OpenID/LQT Archive 1
This page is an archived LiquidThreads page. Do not edit the contents of this page. Please direct any additional comments to the current talk page. |
Archives
|
---|
First aid checklist
editstatus quo ante | your answer (my hints in italics) |
---|---|
Did the OpenID extension ever work before? | |
What constellation (version numbers of MediaWiki, OpenID, PHP see Special:Version on your wiki) has been known to work before? | |
Are you trying to use the extension from an intranet? | If you can, check the proxy and fire wall settings. Contact your intranet system administrator and ask if and what exactly they have changed recently. |
What has been changed on your system, and when? | |
Did you re-install, upgrade or move your MediaWiki installation recently? | We do know of problems of remains from different versions when mixing or upgrading from an unknown status. If you can, then delete your complete installation and the extension and try a fresh installation. |
When you installed OpenID extension manually after your MediaWiki, you need to run php update.php once before it can be used. Have you done it really?
|
If you are unsure, and want to be on the safe side, then run it now again. |
When did you notice the problem for the first time? |
Before posting a question and request for help here, please check the presence of prerequisites with a small file in one of your web accessible directories.
<?php
phpinfo();
?>
Access the phpinfo script with your web browser. Scrutinize the output very carefully, whether the following libraries are really installed, maybe as php module or as installed library. Look carefully through the whole output, what you are looking for might be at the end. If one of the modules is missing, please install the missing module, or recompile PHP to include the required modules to libphp5.so
). This is explained on the main page of the extension.
check the output of phpinfo(): library |
is support installed for this? |
---|---|
openssl | |
gmp | |
mcrypt | |
bzip2 |
Along with your question, please indicate versions from your wiki's version page
check your wiki's version page for component |
what version do you run? |
---|---|
MediaWiki version and revision | |
PHP | |
OpenID extension version and revision |
Please study the MediaWiki debug manual. Before reporting here, please always check your logfiles for obvious problems such as missing files due to wrong include paths and so. Add the following line temporarily to your LocalSettings.php and try to log in with OpenID
$wgDebugLogFile = "/tmp/{$wgSitename}-debug.log"; // my wiki's debug logfile - comment the line after use
check your logfile | are there fatal errors or warnings logged with relevance to OpenID extension, or MediaWiki? |
---|---|
/var/log/apache2/error_log | |
/var/log/messages | |
/tmp/<yourWikiSitename>-debug.log | look for lines starting with OpenID: |
After finishing the checklist tests, don't forget to
- remove the phpinfo script
- disable the debug logging
- remove the debug log file