My /admin/dump_invoices.php3 wouldn't cooperate with me for the longest
time, until I discovered that it was looking for columns in the account
table that didn't exist.  It was expecting to find a column named
"FirstName", when most likely it was actually supposed to use the column
"Name_First", ect.  I've checked, and the build.sql from the 1.0
release, and the build.sql from the nightly tarball from the 26th create
the same account table, and both dump_invoices.php3 files expect the
same columns that didn't exist.  I changed the file to look for the
correct column, and now it works.  The query I changed is the query that
is being run on line 291.

I just wanted to call attention to this, so that nobody else has the
same troubles I did.


--Aaron Paetznick
Network Engineer
Tech Management, Inc.






------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to