Topic on Extension talk:Scribunto

LuaError : The syntax for the file, directory, or volume name is incorrect.

2
185.148.164.248 (talkcontribs)

I have a lua error for all notice implementation (except css) in my luarror.log I got this message in my log :

The syntax for the file, directory, or volume name is incorrect.

I check every article and except for the css article all have errors (like 1 or 3).

so here is my configuration for scribunto :

wfLoadExtension( 'Scribunto' );

$wgScribuntoEngineConf['luastandalone']['luaPath'] = 'C:\xampp\htdocs\mediaWikiTest\mediawiki-1.37.1\extensions\Scribunto\includes\engines\LuaStandalone\binaries\lua5_1_5_Win64_bin\lua5.1.exe';

$wgScribuntoDefaultEngine = 'luastandalone';

$wgScribuntoEngineConf['luastandalone']['errorFile'] = 'C:\xampp\htdocs\mediaWikiTest\mediawiki-1.37.1\extensions\Scribunto\luaError.log';

185.148.164.248 (talkcontribs)

OK my bad, I am dump so ignore this I resolved it, I don't know how to read documentation...