// Available options: TFS_02, TFS_03
// TFS 0.2 = TFS_02
// TFS 0.3 = TFS_03 (If ur using 0.3.6, set $config['salt'] to false)!
// TFS 0.4 = TFS_03
// TFS 1.0 = TFS_10 (Under developement)
$config['TFSVersion'] = 'TFS_10';
Looks like you're not using TFS 1.x?
Set the correct TFS version in config.php.
Code:// Available options: TFS_02, TFS_03 // TFS 0.2 = TFS_02 // TFS 0.3 = TFS_03 (If ur using 0.3.6, set $config['salt'] to false)! // TFS 0.4 = TFS_03 // TFS 1.0 = TFS_10 (Under developement) $config['TFSVersion'] = 'TFS_10';
Thanks man, now when that is worked out, I got another problem.That is a problem with the layout. Check layout/sub.php and add the missing pages.
I don't know if this is the layout you're using but might be worth a read: http://otland.net/threads/znote-aac-tibiacom-template.191625/page-4
Turn off emails: https://github.com/Znote/ZnoteAAC/blob/master/config.php#L522-L532
What happens when you try to register an account or login?
Does the account work on the website but not on the server? If so you need to change your server (TFS) password type to sha1 in config.lua.
$config['mailserver'] = array(
'register' => false, // Send activation mail
'accountRecovery' => false, // Recover username or password through mail
'host' => "mailserver.znote.eu", // Outgoing mail server host.
'securityType' => 'ssl', // ssl or tls
'port' => 465, // SMTP port number - likely to be 465(ssl) or 587(tls)
'username' => '[email protected]', // Likely the email address
'password' => 'emailpassword', // The password.
'debug' => false, // Enable debugging if you have problems and are looking for errors.
'fromName' => $config['site_title'],
);
<?php
// Available options: TFS_02, TFS_03
// TFS 0.2 = TFS_02
// TFS 0.3 = TFS_03 (If ur using 0.3.6, set $config['salt'] to false)!
// TFS 0.4 = TFS_03
// TFS 1.0 = TFS_10 (Under developement)
$config['TFSVersion'] = 'TFS_03';
// As far as I know, OTX is based on TFS_03, so make sure TFS version is configured TFS_03
$config['CustomVersion'] = false;
Why if I ask? The subs are workingFirst make a backup of your sub.php then change your sub.php to this one
https://github.com/Znote/ZnoteAAC/blob/master/sub.php