From: Keith B. <km...@km...> - 2003-08-25 22:00:27
|
Hi Phil - Yep, I found the 'missing' file. It actually looks like something (most likely permissions) did not setup correctly when I installed it. So, I've blown it away and reinstalled/ran the web-erp-new.sql script. Things appear to be working so much better. Please excuse my stupidity, Keith. Hi Keith, Chris I think has it... the file SalesOrderDetails.frm is actually used and created by MySQL as the detail for the table SalesOrderDetails. I don't understand too much about MySQL inner workings but this is one of the files required to define the table. Can you browse this table (SalesOrderDetails) in phpMyAdmin ? for whatever reason it must be corrupt or permissions dodgy. The easy way to fix it would be to drop the entire database and re-run the database creation script web-erp-demo.sql through mysql. Is MySQL running reliably? Has it got the correct permissions on the data files? ie mysql is the owner and the group for the data directory and all its contents. Phil Daintree |