[ M3X Logo ]

M3X - An all purpose music-media catalogizer (C) 2000 The MadHouse Project


M3X-TEXT Error Messages

Message: Reason: Solution:
Invalid value: [value] An invalid value is specified. Look at the output of help [command] (where [command] is the same as the one who sent this message) to get some hints.
Invalid variable name: [variable] You tried to acces a variable that does not exist. Look at the output of help config to get a list of available variables.
Not enough arguments. You probably didn't give enough paramaters to a command. Look at the output of help [command] (where [command] is the same as the one who sent this message) to see its syntax.
Database is modified. Cannot load new one. The actual database is modified, therefore, a new one cannot be loaded. Either save the database, or set the database_state variable to unmodified.
Database has no filename. Cannot save it. You probably created a new database, and didn't give it a filename. Set the filename variable to the desired filename, and try again.
No database is open. There is no database opened the command could be performed on. Either create a new one, or load and existing database.
No such node. The node you tried to access does not exist. Step back one node, and list its contents with the ls command.
A database already exists. You tried to create a new database, while another one already exists. You can either close or save the old database before trying again.
Database is modified. Cannot close it. The database is modified. You can either save the database or - if you want to discard your changes - set the database_state variable to unmodified before trying again.
This is not allowed. You wanted to access the root node directly. Don't do it.
Invalid command: [command]. You tried to use a command not recognized by the parser. See the help command for a list of known commands.

<<<Previous Home
Up
Next>>>