137: Unknown x-module

This error message has been obsolete since version 27 of the Aneamal Translator. A related error message is 186: Module not found.

Legacy information

[x-…]->… at the start of a block is used to let an x-module handle a linked file and integrate it into the webpage. However, the x-module named in the file token [x-…] could not be found in your case.

Solution

The markup to let an x-module handle a linked file looks similar to this [x-foo]->… or [x-foo:argument]->… where foo is the name of the module. If you use such markup, the Aneamal Translator invokes the module by including the file /aneamal/x-foo/index.php or, if the former can not be read, /aneamal/x-foo.php. Neither file could be found or included in your case. Check that the x-module is located where it should be, the file permissions allow PHP to read it and you have not mistyped its name in your markup.