[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
order.number error
The minivend battle continues.
:o)
I've actually gotten, insane or not, minivend to do what we require here.
My only remaining problem that I've got is the actual order processing. I
go into check out, fill out the form...tax and shipping works like a charm,
and then I enter the credit card info and click Place Order and get an error.
I check the error logs and it says
Runtime Error: Can't create /order.number: Permission Denied at (eval 19)
line 5.
Now, I see order.number in /home/httpd/catalogs/test/etc (test being the
test catalog I am running for dev purposes), and every directory along that
path is Owner and Group writable, and the catalog is owned to user
httpd:httpd, which is what minivend is running as.
So I'm at a loss as to why it would be erroring out. My only assumption
would be that it says "/order.number" and that it's somehow trying to write
it to my root directory?
Any ideas? I scanned the mailing list archive to see if this particular
error had been brought up but didn't see any. My apologies if this is a repeat.
Alex