Hello, Well, the find-slot-esd function is defined in weblocks (weblocks-util package : src/utils/clos.lisp) , and it is used in weblocks-stores (weblocks-clsql package : src/store/clsql/clsql.lisp).
weblocks-stores should it not be independant ? bellow a little patch : --- weblocks-stores-20131111-git/src/store/clsql/clsql.lisp 2013-12-07 17:36:34.000000000 +0100 +++ weblocks-stores-20131111-git/src/store/clsql/clsql-new.lisp 2013-12-07 17:37:03.000000000 +0100 @@ -90,7 +90,7 @@ ;;;;;;;;;;;;; (defun slot-db-info (class slot-name) "Returns clsql db-info structure." - (clsql-sys::view-class-slot-db-info (find-slot-esd class slot-name))) + (clsql-sys::view-class-slot-db-info (weblocks-util:find-slot-esd class slot-name))) (defun class-order-by-join-classes (class-name order-by) "Returns a list of class names that need to be selected to find Regards Le samedi 7 décembre 2013 12:02:01 UTC+1, Fred a écrit : > > Hello, > > i have recently updated weblocks from version weblocks-20121125-git > to version weblocks-20131111. > > i tried to load weblocks-clsql-demo from quicklisp but it seems to be > broken : > > ; SLIME 2013-11-10 > CL-USER> (ql:quickload "weblocks-clsql-demo") > > System "weblocks-clsql" not found > [Condition of type QUICKLISP-CLIENT:SYSTEM-NOT-FOUND] > > Moreover, my webapp works fine with weblocks-20121125-git but > don't with the latest version : > When i try to load a gridedit, i get the following error : > > Weblocks caught an errorDescription UNDEFINED-FUNCTION: The function > WEBLOCKS-CLSQL::FIND-SLOT-ESD is undefined. > > Is anyone could help ? > > Thnaks > -- You received this message because you are subscribed to the Google Groups "weblocks" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/weblocks. For more options, visit https://groups.google.com/groups/opt_out.
