For the complete documentation index, see llms.txt. This page is also available as Markdown.

Using e107 handlers

For using e107 handlers (functionality) you need to include class2.php in efiction script.

Example (fix path related to your efiction installation)

if (!defined('e107_INIT'))
{
	require_once(__DIR__.'/../../class2.php');
}

This can be a temporary and not recommended solution. The eFiction code is outdated and they say it is not safe.

Last updated