Topic on Extension talk:Translate

JamesPoulson (talkcontribs)

Maybe I missed something during the installation.

This line:

include_once "$IP/extensions/Translate/Translate.php";

Leads to an exception saying that table revtag doesn't exist.

Any suggestions as to fix this? Does update.php or something need to be run?

Tuxxic (talkcontribs)

Hi, Have you tried to actually run update.php ? If a table doesn't exist, it will create it, most of the times.

JamesPoulson (talkcontribs)

Yes.

I don't have command-line access but did it through the browser.

The table was created and now it works fine.