[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
About mysql
Hi all:
I am new to both minivend and this list.
I try to use mysql with minivend, following
are files related. when I browse http://localhost/cgi-bin/simple/a
I got
Runtime error: Can't locate object method "array_query" via package "V
end::Table::GDBM" at /home/zb/mvend/lib/Vend/Data.pm line 408.
Could any one tell me what's wrong with config?
/home/zb/catalogs/simple/pages/a.html
<html>
[sql array] select * from test [/sql test]
</html>
/home/zb/catalogs/simple/catalog.cfg:
Database test test dbi:mysql:minivend:localhost:3306
Database test USER root
Database test PASS sqlMy
Database test COLUMN_DEF code=char(20), descriptions char(100), price
real
/home/zb/catalogs/simple/error.log
Runtime error: Can't locate object method "array_query" via package "V
end::Table::GDBM" at /home/zb/mvend/lib/Vend/Data.pm line 408.
Thans
zb