Topic on Extension talk:CheckUser

201.53.12.98 (talkcontribs)

I get this error using SSH

"1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=InnoDB' at line 25 (localhost)".
wikirio@wikirio.com.br [~/public_html/extensions/CheckUser]# run php install.php
-jailshell: run: command not found
Mormegil (talkcontribs)

You are supposed to “run php install.php”, mind the formatting, :-) i.e. write just

wikirio@wikirio.com.br [~/public_html/extensions/CheckUser]# php install.php

without the “run”.