Paulo César Naves Mota <[email protected]> writes:

> Hello everybody,
>
>      I'd like to know how can I doing for configure the Extension Collection 
> on mediawiki?
>
>      I made download mwlib-635250ebebc7.tar.gz and installed normal.

You seem to have downloaded a snapshot from the obsolete hg
repository. We switched to git recently. The repositories can be found
here: http://code.pediapress.com/git/
(upgrading to the git version will most probably not help in your case)

>
>      I started mw-server ( mw-serve -d -i MyIP -l /var/log/mw-serve.log) and 
> when I clicked on Export to PDF
> on the page, this process finishing with status OK, but not have nothing the 
> PDF inside.
>
>      Someone help me?
>
>      Bellow, the following some messages:
>
> Take a look in this message first ( 1% fetching 1% fetching 1% fetching 
> 2009-09-01T17:03:30 rlwriter.warn >>
> [Errno 2] No translation file found for domain: 'mwlib.rl' ).
>
> mw-serve.log
>
> 2009-09-01T17:03:43 mwlib.serve.info >> render_status d7347b3b9d2353c3 rl
> MyIP - - [01/Sep/2009 17:03:43] "POST / HTTP/1.1" 200 74
>
> cat mw-render.log.rl
>
> 2009-09-01T17:03:29 mwlib.options.warn >> Both --print-template-pattern and 
> --print-template-prefix
> (deprecated) specified. Using --print-template-pattern only.
> font not found: ttf-sil-ezra/SILEOT.ttf
> font not found: arphic/uming.ttc
> 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%  
> /usr/lib64/python2.4/site-packages/mwlib-0.12.4-py2.4-linux-x86_64.egg/mwlib/metabook.py:217:
> DeprecationWarning: deprecated call get('mw_license_url')
>   if l.get('mw_license_url'):
> /usr/lib64/python2.4/site-packages/mwlib-0.12.4-py2.4-linux-x86_64.egg/mwlib/metabook.py:232:
> DeprecationWarning: deprecated call get('mw_rights_text')
>   if l.get('mw_rights_text'):
> /usr/lib64/python2.4/site-packages/mwlib-0.12.4-py2.4-linux-x86_64.egg/mwlib/metabook.py:233:
> DeprecationWarning: deprecated __getitem__ ['mw_rights_text']
>   wikitext = l['mw_rights_text']
> /usr/lib64/python2.4/site-packages/mwlib-0.12.4-py2.4-linux-x86_64.egg/mwlib/metabook.py:234:
> DeprecationWarning: deprecated call get('mw_rights_page')
>   if l.get('mw_rights_page'):
> /usr/lib64/python2.4/site-packages/mwlib-0.12.4-py2.4-linux-x86_64.egg/mwlib/metabook.py:236:
> DeprecationWarning: deprecated call get('mw_rights_url')
>   if l.get('mw_rights_url'):
> /usr/lib64/python2.4/site-packages/mwlib-0.12.4-py2.4-linux-x86_64.egg/mwlib/metabook.py:237:
> DeprecationWarning: deprecated __getitem__ ['mw_rights_url']
>   wikitext += '\n\n' + l['mw_rights_url']
> /usr/lib64/python2.4/site-packages/mwlib-0.12.4-py2.4-linux-x86_64.egg/mwlib/metabook.py:242:
> DeprecationWarning: deprecated call get('name')
>   retval.append(license(title=l.get('name', u'License'),
> creating nuwiki in 
> u'/var/cache/mw-serve/d/d7/d7347b3b9d2353c3/tmp9eP-ua/nuwiki'
> 1% fetching 1% fetching 1% fetching 1% fetching 1% fetching 1% fetching 1% 
> fetching 1% fetching 1% fetching
> 1% fetching 1% fetching Traceback (most recent call last):
>   File 
> "/usr/lib64/python2.4/site-packages/Twisted-8.2.0-py2.4-linux-x86_64.egg/twisted/internet/defer.py",
> line 328, in _runCallbacks
>     self.result = callback(self.result, *args, **kw)
>   File 
> "/usr/lib64/python2.4/site-packages/mwlib-0.12.4-py2.4-linux-x86_64.egg/mwlib/net/mwapi.py",
>  line
> 213, in done
>     d.callback(val)
>   File 
> "/usr/lib64/python2.4/site-packages/Twisted-8.2.0-py2.4-linux-x86_64.egg/twisted/internet/defer.py",
> line 243, in callback
>     self._startRunCallbacks(result)
>   File 
> "/usr/lib64/python2.4/site-packages/Twisted-8.2.0-py2.4-linux-x86_64.egg/twisted/internet/defer.py",
> line 312, in _startRunCallbacks
>     self._runCallbacks()
> --- <exception caught here> ---
>   File 
> "/usr/lib64/python2.4/site-packages/Twisted-8.2.0-py2.4-linux-x86_64.egg/twisted/internet/defer.py",
> line 328, in _runCallbacks
>     self.result = callback(self.result, *args, **kw)
>   File 
> "/usr/lib64/python2.4/site-packages/mwlib-0.12.4-py2.4-linux-x86_64.egg/mwlib/net/mwapi.py",
>  line 20,
> in loads
>     return json.loads(s)
>   File "/usr/lib64/python2.4/site-packages/simplejson/__init__.py", line 302, 
> in loads
>     return _default_decoder.decode(s)
>   File "/usr/lib64/python2.4/site-packages/simplejson/decoder.py", line 314, 
> in decode
>     obj, end = self.raw_decode(s, idx=_w(s, 0).end())
>   File "/usr/lib64/python2.4/site-packages/simplejson/decoder.py", line 332, 
> in raw_decode
>     raise ValueError("No JSON object could be decoded")
> exceptions.ValueError: No JSON object could be decoded

Is your wiki password protected? (Unfortunately mwlib does not show the
url we fetched here)

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to