On Jul 16, 5:31 am, Ralf Schmitt <[email protected]> wrote:
> On Wed, Jul 15, 2009 at 12:58 PM, google<[email protected]> wrote:
>
> password authentication currently does not work. Is this wiki password
> protected?
No, there is no password protection for read access - only for write
access. Permissions that have been explicitly set are as follows:
$wgGroupPermissions['user']['collectionsaveasuserpage'] = true;
$wgGroupPermissions['autoconfirmed']['collectionsaveascommunitypage']
= true;
$wgGroupPermissions['*']['read'] = true;
$wgGroupPermissions['*']['createaccount'] = false;
$wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['*']['createpage'] = false;
$wgGroupPermissions['*']['createtalk'] = false;
$wgGroupPermissions['*']['writeapi'] = false;
$wgGroupPermissions['user']['createaccount'] = true;
$wgGroupPermissions['emailconfirmed']['edit'] = true;
I have tried changing the writeapi to true, but this didn't resolve
the problem.
Correction: The original post was the stdout/stderr output from mw-
render, not the mw-render.log.rl file itself. The contents of the mw-
render.log.rl are substantially similar to the following:
font not found: arphic/uming.ttc
font not found: ttf-sil-ezra/SILEOT.ttf
font not found: ttf-farsiweb/nazli.ttf
font not found: unfonts/UnBatang.ttf
font not found: ttf-thai-arundina/ArundinaSans.ttf
font not found: ttf-telugu-fonts/lohit_te.ttf
font not found: ttf-devanagari-fonts/Sarai_07.ttf
font not found: ttf-indic-fonts-core/lohit_pa.ttf
font not found: ttf-oriya-fonts/lohit_or.ttf
font not found: ttf-malayalam-fonts/AnjaliOldLipi.ttf
font not found: ttf-kannada-fonts/Kedage-n.ttf
font not found: ttf-bengali-fonts/LikhanNormal.ttf
font not found: ttf-indic-fonts-core/lohit_ta.ttf
font not found: linux-libertine/LinLibertine_Re.ttf
1% 2009-07-17T04:46:43 mwlib.utils.info >> fetching 'http://
www.example.com/w/api.php?action=query&meta=siteinfo&format=json'
2009-07-17T04:46:44 mwlib.options.warn >> Both --print-template-
pattern and --print-template-prefix (deprecated) specified. Using --
print-template-pattern only.
2009-07-17T04:46:44 mwlib.utils.info >> fetching 'http://
www.example.com/w/api.php?redirects=1&titles=MediaWiki:PDF+Template+Blacklist&format=json&action=query&rvprop=content&prop=revisions'
2009-07-17T04:46:44 mwapidb.error >> Could not get template blacklist
article u'MediaWiki:PDF Template Blacklist'
fatal: could not get siteinfo [[Failure instance: Traceback: <type
'exceptions.ValueError'>: No JSON object could be decoded
/usr/local/lib/python2.6/dist-packages/Twisted-8.2.0-py2.6-linux-
i686.egg/twisted/internet/defer.py:328:_runCallbacks
/usr/local/lib/python2.6/dist-packages/mwlib-0.11.2-py2.6-linux-
i686.egg/mwlib/twisted_api.py:142:done
/usr/local/lib/python2.6/dist-packages/Twisted-8.2.0-py2.6-linux-
i686.egg/twisted/internet/defer.py:243:callback
/usr/local/lib/python2.6/dist-packages/Twisted-8.2.0-py2.6-linux-
i686.egg/twisted/internet/defer.py:312:_startRunCallbacks
--- <exception caught here> ---
/usr/local/lib/python2.6/dist-packages/Twisted-8.2.0-py2.6-linux-
i686.egg/twisted/internet/defer.py:328:_runCallbacks
/usr/lib/python2.6/json/__init__.py:307:loads
/usr/lib/python2.6/json/decoder.py:319:decode
/usr/lib/python2.6/json/decoder.py:338:raw_decode
]]
retrying: could not fetch 'http://www.example.com/w/api.php?
redirects=1&tllimit=500&format=json&revids=15&prop=revisions|templates|
images&action=query&imlimit=500&rvprop=ids'
error: could not get siteinfo
Any further suggestions very welcome. Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"mwlib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/mwlib?hl=en
-~----------~----~----~----~------~----~------~--~---