Topic on Project:Support desk

syntax highlighter doesn't work properly

12
Aurquiel (talkcontribs)

Hello i have a issue with the syntax highlighter, take a look to my board

http://forumberserk.com/index.php?title=Algoritmos_Gen%C3%A9ticos_en_C%2B%2B

I don't know where is the problem, the extension is enable.

I am using this code

<syntaxhighlight lang="cpp" line='line'>

#ifndef AG_H

#define AG_H

class AG

{

public:

//Función constructora

AG(bool f_maximizar_o_minimiza, double long f_limite_superior,

double long f_limite_inferior, long long int f_presicion, double long f_probabilidad_de_cruce,

double long f_probabilidad_de_mutacion,unsigned long long int f_tamanio_de_poblacion,

unsigned long long int f_numero_de_generaciones);

private:

//Variables externas del programa, las toma en el constructor

bool maximizar_o_minimizar;

unsigned long long int presicion;

double long limite_superior;

double long limite_inferior;

double long probabilidad_de_cruce;

double long probabilidad_de_mutacion;

unsigned long long int tamanio_de_poblacion;

unsigned long long int numero_de_generaciones;

//Final

};

#endif // AG_H

</syntaxhighlight>

But doesn't work

MarkAHershberger (talkcontribs)

How did you install the syntaxhighlight extension? From a tarball or from git? if you set up a debug log file, does the log file show you anything?

Aurquiel (talkcontribs)

I just downloaded the mediawiki 1.28 from the official page, inside the script was the extension and it was enable during the installation. I tried to get work the debug file but always is empty.

I enable other debug, there are the outputs

LocalSettings.php:

error_reporting( -1 );

ini_set( 'display_errors', 1 );

$wgShowSQLErrors = true;

$wgDebugDumpSql  = true;

$wgDebugToolbar =TRUE;

$wgShowExceptionDetails=true;

$wgDevelopmentWarnings=TRUE;

$wgShowDebug =true;

index.php:

error_reporting( -1 );

ini_set( 'display_startup_errors', 1 );

ini_set( 'display_errors', 1 );

I GOT THIS

Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311

Aka sektor (talkcontribs)

"I just downloaded the mediawiki 1.28 from the official page"

In 1.28.0 and 1.28.1 have bug. Him fixed in 1.28.2:

- Due to a mistake in packaging, the releases 1.27.2 and 1.28.1 did not contain the fix for SyntaxHighlight_GeSHi. This new release does contain that fix.

Aurquiel (talkcontribs)

Strange that file has the necessary permissions 750

MarkAHershberger (talkcontribs)

/hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize has permissions 750? What happens if you give it the permissions 755?

201.208.246.96 (talkcontribs)

I change to 750 and tried 777, but same

Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311 Notice: Failed to invoke Pygments: sh: 1: /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/pygments/pygmentize: Permission denied [Called from SyntaxHighlight_GeSHi::highlight in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php at line 296] in /hermes/bosnaweb04b/b1925/ipg.camelloshakicom/14/includes/debug/MWDebug.php on line 311

Aurquiel (talkcontribs)

I also tried reinstall, but i have the same issue

MarkAHershberger (talkcontribs)

It may be that your hoster doesn't allow you to execute processes. You should talk to them.

Aurquiel (talkcontribs)

What are the names of the processes that should be executed?

Nbrouard (talkcontribs)

If your server uses SeLinux, please look at SELinux and permissions to pygmentize.--~~~~