Benoit Lathiere <[EMAIL PROTECTED]> wrote:
> Hi !
>
> yes, it's me...
(hey folks, if Benoit ask for me , say I am not present )
;)
> I used "update-snippet-admin.sql" to upgrade snippet section in my oldadminsite..
> SQL import is OK.
> But when I go in nippet section and create a new snippetdir, error "undefined
> function
> snippetdir_name()" appears.
> After checking update-snippet-admin.sql, something seems wrong.
> In the SQL script, there is an UPDATE on "element" #34 ("code-global" inehrited) to
> add new
> functions like snippetdir_name().
> But I don't have any element #34. My "code-global" has ID #12 !!
You should have code-init with this ID.
Originally code-global has 34 ID , while code-init 12.
That's why You have these errors. You call function which should be defined in
code-global
and it is not. Try to fix that manually.
Piotras
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]