[ic] Building my demo cart with MySQL support

Jonathan.U jonslumiere at gmail.com
Mon Nov 15 06:20:20 EST 2004


Hi,

The line did exist in the main interchange.cfg config file.

however, when I start interchange by
# su -c "/usr/lib/interchange/bin/interchange -r" interch

# /etc/init.d/interchange status
interchange dead but subsys locked  <----- not started successfully

---- the message when I start interchange ---
bash: /root/.bashrc: Permission denied
The previous Interchange server was not running and probably
terminated with an error.
Sending debug to /var/log/interchange/debug.log.
Low traffic settings.
Calling UI......UI is loaded...
Interchange V5.3.0-200411140658
Configuring catalog demo1...Using MySQL,
DSN=dbi:mysql:test_demo1...table tree created: create table tree (
code INT PRIMARY KEY AUTO_INCREMENT,
parent_fld varchar(20),
mgroup varchar(255),
msort varchar(8),
page varchar(255),
form varchar(255),
name varchar(255),
description varchar(255),
inactive int not null default 0,
extended text,
next_line varchar(255),
indicator varchar(255),
exclude_on varchar(255),
depends_on varchar(255),
super varchar(255),
help_name varchar(255),
img_dn varchar(255),
img_up varchar(255),
img_sel varchar(255),
img_icon varchar(255),
url varchar(255),
member varchar(1)
)
-------- end of the message ---


On Sun, 14 Nov 2004 20:23:34 +0100, Davor Ocelic <docelic at mail.inet.hr> wrote:
> On Mon, 15 Nov 2004 03:00:57 +0800
> 
> 
> "Jonathan.U" <jonslumiere at gmail.com> wrote:
> 
> > Hi all,
> >
> > I am a new user to Interchange.
> > I've just successfully installed the Interchange 5.3.0-200411140658
> > with foundation demo. The demo "foundation" wotks just fine, but when
> > I tried to build my demo cart with MySQL support.. and wanted to
> > access to the cart, it just failed...
> >
> > The MySQL and the required libraries are installed and they're
> > supposed working fine.
> >
> > I've been trying to check the logs.. but no findings.
> > Could anyone help me on this? Many thanks in advance.
> >
> > - Jonathan
> >
> > [15/November/2004:02:43:30 +3200] - - START server (5632) (INET and UNIX)
> > 192.168.2.2 - - [15/November/2004:02:47:47 +3200] - /cgi-bin/demo1/
> > CGI mapping error: Undefined catalog: /cgi-bin/demo1 at
> > /usr/lib/interchange/lib/Vend/Server.pm line
> >  207.
> 
> Hi Jonathan,
> 
> If I am reading this correctly, your first problem is that your
> test catalog is not [properly] listed in the main interchange.cfg
> config file.
> 
> You need a line like this:
> Catalog demo1 /path/to/catalog/demo1 /cgi-bin/demo1
> 
> If you first get this right, then when you restart Interchange,
> you'll see something like "Configuring catalog demo1...Using
> MySQL database...done." and Interchange will try to create the
> database.
> 
> _______________________________________________
> interchange-users mailing list
> interchange-users at icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
> 


-- 
NEXOTA (Asian Division)
Address: 1-4 Youyong Rd., Pingjhen City, Taoyuan, Taiwan R.O.C.
E-mail: jonathan at nexota.com

NEXOTA Headquarter (U.S.A.)
Address: 5 Holmes St., Quincy, MA 02171, United States
E-mail: support at nexota.com
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- -- -- -- -- -- --
This communication may contain privileged and confidential
information. It is intended solely for the person/entity to whom it
was addressed. If you are not the intended recipient of this
communication, you are notified that any dissemination, disclosure,
copying, distribution is prohibited and you should delete it from your
system immediately.
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- -- -- -- -- -- --


More information about the interchange-users mailing list