Probably you are using your own server to render de books. I got this error once. I just went to terminal and typed #uname -n output: vm1.localdomain
in the collection.php I changed de variable $wgCollectionMWServeURL to $wgCollectionMWServeURL = 'http://vm1.localdomain:8899' 8899 is the default port that I used. If you are under a proxy server inside a firewall you won't be able to use the pediapress server unless you have access to the configuration of this firewall to permit input and outputs on 8899 -- 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.
