Project

General

Profile

[Solved] unknown config-key

Added by matdakillah almost 15 years ago

Hi everyone,

I'm a newbie in lighty and I got a problem to do my own plugin...
I try to use a config key but in the error.log file, when I start lighty it appears this error :
WARNING : unknown config-key: myPlugin.test (ignored)

In my plugin I put this on the PATCH, in the config_values_t....
I don't know how to fix this...

If someone can help me please??

And sorry for my bad english..


Replies (2)

RE: unknown config-key - Added by stbuehler almost 15 years ago

Have a look at the SETDEFAULTS_FUNC functions of other modules.

RE: [Solved] unknown config-key - Added by gstrauss about 7 years ago

See mod_skeleton.c and make sure you call config_insert_values_global() in your SETDEFAULTS_FUNC

    (1-2/2)