Whoa whoa, wait, you changed a column name? The bidid is used in other functions (for removing and referring to bids), and it's the primary key and index of the table. Don't change column names!!
Hey there,
When you run the installer, it generates it. It's not included by default. If it can't generate it, just create an empty file named "local.config.php" in your /core folder, and give it write permissions
Well, what stuff did you change? It doesn't suddenly stop working, did you revert all the files you changed? Perhaps you changed something in the navigation template which shows one menu if you're logged in and another if you're not?
What did you put for this line:
Config::Set('FUEL_DEFAULT_PRICE', 0.45);
The latest beta fixes a few bugs with the pricing. But try the release first to get your ACARS problem solved
Rev 711 - Added missing permissions field from installer20 June 2009, 7:02 amRev 711 - nabeel (1 file(s) modified)Added missing permissions field from installer~ /trunk/install/install.sqlSource: phpVMSDownload from http://downloads.phpvms.net
Also sounds like you were trying the beta as a clean install. I recommend going to the last released version first, then if you want to use a beta, then updating to the beta copy
"INSERT command denied to user 'flymelit_keith'@'localhost' for table 'phpvms_settings' (1142)"
That means that user doesn't have permission to do that to the database. You need to grant those permissions (however your host has you do that)
Then run the install (I'd say do it from scratch at this point). What version are you running?