• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

AAC ERROR NO ZNOTE AAC

douglas321

New Member
Joined
Oct 17, 2015
Messages
21
Reaction score
0
string(84) "SELECT created, hide_char, comment FROM znote_players WHERE player_id = 3;"
(query - SQL error)
Type: select_single (select single row from database)

Table 'database.znote_players' doesn't exist



I do not know how to solve! Someone to help.
 
Solution
You are missing the Znote AAC tables in your database.

See step 3 and 4 of the installation instructions:

Installation instructions
1: Extract the .zip file to your web directory (Example: C:\UniServ\www\ ) Without modifying config.php, enter the website and wait for mysql connection error. This will show you the rest of the instructions as well as the mysql schema.

2: Edit config.php and:

  • modify $config['ServerEngine'] with correct TFS version you are running. (TFS_02, TFS_03, TFS_10).
  • modify $config['page_admin_access'] with your admin account username(s).
3: Before inserting correct SQL connection details, visit the website ( http://127.0.0.1/ ), it will generate...
You are missing the Znote AAC tables in your database.

See step 3 and 4 of the installation instructions:

Installation instructions
1: Extract the .zip file to your web directory (Example: C:\UniServ\www\ ) Without modifying config.php, enter the website and wait for mysql connection error. This will show you the rest of the instructions as well as the mysql schema.

2: Edit config.php and:

  • modify $config['ServerEngine'] with correct TFS version you are running. (TFS_02, TFS_03, TFS_10).
  • modify $config['page_admin_access'] with your admin account username(s).
3: Before inserting correct SQL connection details, visit the website ( http://127.0.0.1/ ), it will generate a mysql schema you should import to your OT servers database.

4: Follow the steps on the website and import the SQL schema for Znote AAC, and edit config.php with correct mysql details.

5: IF you have existing database from active OT server, enter the folder called "special" and convert the database for Znote AAC support ( http://127.0.0.1/special/ )

6: Enjoy Znote AAC. You can look around HERE for plugins and resources to Znote AAC, for instance various free templates to use.

7: Please note that you need PHP cURL enabled to make Paypal payments work.

8: You may need to change directory access rights of /engine/cache to allow writing.
 
Solution
Back
Top