Warning: Undefined variable $result in /var/www/html/tallyweb/modules/pss/crm/kb/search/CKBTallyHelpSearchM.php on line 1103
error T0003: file '%s' is loaded already.
Type search words and press enter
"Use Edit Log for transactions/masters, and digital signature for invoices/reports with Release 2.1. Download NOW!"
https://help.tallysolutions.com/docs/td9rel54/td9/troubleshooting/error_code_0003.htm

error T0003: File '%s' is loaded already.

Cause

This error occurs when a TDL file(%s) is included more than once as a part of another TDL file.

Solution

Remove the repeated inclusions of the file.

Example

The file myreports.tdl is included twice in the file Main.tdl as given below:

[Include: myreports.tdl]

[Include: myreports.tdl]

When the file Main.tdl is compiled, the message error T0003: file 'myreports.tdl' is loaded already. appears.