Re: [MediaWiki-l] Image not visible

2017-01-05 Thread Brian Wolff
Hi. It appears you have 404 thumbnail handling partially set up, which is messing things up because it needs to be either fully setup or not at all. (I come to this conclusion because thumb.php can render images, but images are not being rendered on parse or on 404 hit. Additionally, there are mul

Re: [MediaWiki-l] SyntaxHighlight_GeSHi MediaWiki 1.28.0 Fatal error: Class ‘Symfony\Component\Process\ProcessBuilder’ not found

2017-01-05 Thread Phil Legault
Finally got it to install and had to download the latest SyntaxHighlight_GeSHi as well. Thanks for your help From: MediaWiki-l on behalf of Martin Urbanec Sent: Thursday, January 5, 2017 1:01 PM To: MediaWiki announcements and site admin list Subject: Re: [Med

Re: [MediaWiki-l] SyntaxHighlight_GeSHi MediaWiki 1.28.0 Fatal error: Class ‘Symfony\Component\Process\ProcessBuilder’ not found

2017-01-05 Thread Martin Urbanec
I think pygments should be used. Martin Dne čt 5. led 2017 15:47 uživatel Phil Legault napsal: > > I get this error installing with pip > > Could not find a version that satisfies the requirement pygmentize (from > versions: ) > > > > From: MediaWiki-l on beha

Re: [MediaWiki-l] Image not visible

2017-01-05 Thread Martin Urbanec
Have you access to the error log? Is there something after the upload? You also can follow https://www.mediawiki.org/wiki/Manual:How_to_debug and try to find any error message. Martin čt 5. 1. 2017 v 17:02 odesílatel napsal: > Le 2017-01-05 16:34, Martin Urbanec a écrit : > > Root access is req

Re: [MediaWiki-l] Image not visible

2017-01-05 Thread herve
Le 2017-01-05 16:34, Martin Urbanec a écrit : Root access is required for changing ownership. User can change only the mode. Try to change the mode to 777 temporarily (just for the test, if this is permission problem) of all files and directories in images directory recursively. Sorry that's

Re: [MediaWiki-l] Image not visible

2017-01-05 Thread Martin Urbanec
Root access is required for changing ownership. User can change only the mode. Try to change the mode to 777 temporarily (just for the test, if this is permission problem) of all files and directories in images directory recursively. Martin čt 5. 1. 2017 v 16:22 odesílatel napsal: > Le 2017-01-

Re: [MediaWiki-l] Image not visible

2017-01-05 Thread herve
Le 2017-01-05 16:03, Martin Urbanec a écrit : Is webserver the owner? If not so, please change the ownership settings. Please how I know that ? I've only web hosting with php and ftp. ___ MediaWiki-l mailing list To unsubscribe, go to: https://list

Re: [MediaWiki-l] Image not visible

2017-01-05 Thread Martin Urbanec
Is webserver the owner? If not so, please change the ownership settings. Martin čt 5. 1. 2017 v 15:58 odesílatel napsal: > Le 2017-01-05 15:48, John a écrit : > > What are the directory permissions on images/thumb/c/ > > > > > > 705 for /dicof/w/imag

Re: [MediaWiki-l] Image not visible

2017-01-05 Thread herve
Le 2017-01-05 15:48, John a écrit : What are the directory permissions on images/thumb/c/ 705 for /dicof/w/images/thumb/c. ... I try in english : owner : read/write/exec groupe : nothing public : read/exec.

Re: [MediaWiki-l] Image not visible

2017-01-05 Thread herve
Le 2017-01-05 15:20, Martin Urbanec a écrit : Does it work if you reupload the file again? Does it work if you upload the file a little bit smaller? It's same : http://drivrsdu.fr/dicof/w/index.php/Fichier:On_vous_g%C3%AAne_y%27a_rien_a_faire.jpg The 800x600 is in http://drivrsdu.fr/dicof

Re: [MediaWiki-l] Image not visible

2017-01-05 Thread John
What are the directory permissions on images/thumb/c/ On Thu, Jan 5, 2017 at 9:20 AM, Martin Urbanec wrote: > Does it work if you reupload the file again? Does it work if you upload the > file a little bit smaller? > > Martin > > čt 5. 1. 2017 v 15:17

Re: [MediaWiki-l] SyntaxHighlight_GeSHi MediaWiki 1.28.0 Fatal error: Class ‘Symfony\Component\Process\ProcessBuilder’ not found

2017-01-05 Thread Phil Legault
I get this error installing with pip Could not find a version that satisfies the requirement pygmentize (from versions: ) From: MediaWiki-l on behalf of Martin Urbanec Sent: Thursday, January 5, 2017 9:24 AM To: MediaWiki announcements and site admin list S

Re: [MediaWiki-l] SyntaxHighlight_GeSHi MediaWiki 1.28.0 Fatal error: Class ‘Symfony\Component\Process\ProcessBuilder’ not found

2017-01-05 Thread Martin Urbanec
Yes, pygments is needed. Does pip install pygments work? If not so, try yum install python-pygments instead. Martin čt 5. 1. 2017 v 15:13 odesílatel Phil Legault napsal: > It's in the core build of MediaWIki 1.28.0, I do not get an error > installing it I just enabled it using > require_once("$

Re: [MediaWiki-l] Image not visible

2017-01-05 Thread Martin Urbanec
Does it work if you reupload the file again? Does it work if you upload the file a little bit smaller? Martin čt 5. 1. 2017 v 15:17 odesílatel napsal: > Le 2017-01-05 14:58, Martin Urbanec a écrit : > > If you connect to the FTP server can you see > > /dicof/w/images/thumb/c/c7/On_vous_gêne2.jp

Re: [MediaWiki-l] Image not visible

2017-01-05 Thread herve
Le 2017-01-05 14:58, Martin Urbanec a écrit : If you connect to the FTP server can you see /dicof/w/images/thumb/c/c7/On_vous_gêne2.jpg/320px-On_vous_gêne2.jpg in it? No, there is no c7 directory in /dicof/w/images/thumb/c ___ MediaWiki-l mailing l

Re: [MediaWiki-l] SyntaxHighlight_GeSHi MediaWiki 1.28.0 Fatal error: Class ‘Symfony\Component\Process\ProcessBuilder’ not found

2017-01-05 Thread Phil Legault
It's in the core build of MediaWIki 1.28.0, I do not get an error installing it I just enabled it using require_once("$IP/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php"); When I try to go to MediaWIki:Common.js I get Fatal error: Class 'Symfony\Component\Process\ProcessBuilder' n

Re: [MediaWiki-l] Image not visible

2017-01-05 Thread herve
Le 2017-01-05 14:40, Bartosz Dziewoński a écrit : The URL http://drivrsdu.fr/dicof/w/images/thumb/c/c7/On_vous_gêne2.jpg/800px-On_vous_gêne2.jpg is displaying a 404 error page rather than the image. Presumably your rewrite rules are misconfigured. Thank you for help. On my site, there is no c7

Re: [MediaWiki-l] SyntaxHighlight_GeSHi MediaWiki 1.28.0 Fatal error: Class ‘Symfony\Component\Process\ProcessBuilder’ not found

2017-01-05 Thread Martin Urbanec
Hi Phil, SyntaxHighlight_GeSHi doesn't exist anymore, its name has changed to SyntaxHighlight. What mean "having trouble installing Pygmentize"? What error message you get from the installer? Martin čt 5. 1. 2017 v 14:54 odesílatel Phil Legault napsal: http://www.ryadel.com/en/mediawiki-syntaxh

Re: [MediaWiki-l] Image not visible

2017-01-05 Thread Martin Urbanec
If you connect to the FTP server can you see /dicof/w/images/thumb/c/c7/On_vous_gêne2.jpg/320px-On_vous_gêne2.jpg in it? Martin čt 5. 1. 2017 v 14:57 odesílatel napsal: > Le 2017-01-05 14:37, Martin Urbanec a écrit : > > Hi, > > I guess https://www.mediawiki.org/wiki/Manual:$wgMaxImageArea can

Re: [MediaWiki-l] Image not visible

2017-01-05 Thread Martin Urbanec
I think it wasn't generated at all because http://drivrsdu.fr/dicof/w/images/c/c7/On_vous_g%C3%AAne2.jpg work as http://drivrsdu.fr/dicof/w/ does. Martin Urbanec čt 5. 1. 2017 v 14:41 odesílatel Bartosz Dziewoński napsal: > The URL > > http://drivrsdu.fr/dicof/w/images/thumb/c/c7/On_vous_gêne2.

Re: [MediaWiki-l] Image not visible

2017-01-05 Thread herve
Le 2017-01-05 14:37, Martin Urbanec a écrit : Hi, I guess https://www.mediawiki.org/wiki/Manual:$wgMaxImageArea can be helpful in this case. Tell here the result please! Thanks for your help ! In my LocalSettings.php I have : $wgMaxImageArea = 10e7; But it doesn't work for me.

[MediaWiki-l] SyntaxHighlight_GeSHi MediaWiki 1.28.0 Fatal error: Class ‘Symfony\Component\Process\ProcessBuilder’ not found

2017-01-05 Thread Phil Legault
http://www.ryadel.com/en/mediawiki-syntaxhighlight_geshi-extension-issue-upgrading-1-26-2/ [http://www.ryadel.com/wp-content/uploads/2016/08/Composer-php-logo.jpg] How to fix MediaWiki SyntaxHighlight 'Pro

Re: [MediaWiki-l] Image not visible

2017-01-05 Thread Bartosz Dziewoński
The URL http://drivrsdu.fr/dicof/w/images/thumb/c/c7/On_vous_gêne2.jpg/800px-On_vous_gêne2.jpg is displaying a 404 error page rather than the image. Presumably your rewrite rules are misconfigured. -- Bartosz Dziewoński ___ MediaWiki-l mailing list

Re: [MediaWiki-l] Image not visible

2017-01-05 Thread Martin Urbanec
Hi, I guess https://www.mediawiki.org/wiki/Manual:$wgMaxImageArea can be helpful in this case. Tell here the result please! Best, Martin Urbanec čt 5. 1. 2017 v 14:32 odesílatel napsal: > Hi, > > On my wiki this image is not visible : > http://drivrsdu.fr/dicof/w/index.php/Fichier:On_vous_g%C3%

[MediaWiki-l] Image not visible

2017-01-05 Thread herve
Hi, On my wiki this image is not visible : http://drivrsdu.fr/dicof/w/index.php/Fichier:On_vous_g%C3%AAne2.jpg I must clic on the first link http://drivrsdu.fr/dicof/w/images/c/c7/On_vous_g%C3%AAne2.jpg with text Fichier:On vous gêne2.jpg and I see the image. Why ? How I can resolv that ?