We are building a new web site for our company. We are going to use PHP for much of it. One of the features we wish to include is a forum run with PHPBB. In doing the install yesterday (Mac OSX, 3rd party server) using the install package and directions that come with PHPBB, I ran into several errors.
One Example...
"Could not insert board_startdate :: INSERT INTO phpbb_config
(config_name, config_value) VALUES ('board_startdate', 1050455494) :: 871::/Library/WebServer/WebSites/tbounds/public_html/forum/install/install.php"
There were several others, but all seemed to end with the fact they couldn't insert data into install.php.
I'm a real newbie at all this, so any ideas as to what to look for to fix this would be appreciated. BTW-I'm using GoLIve 6.0 to ftp in and (supposedly) change file permissions, etc.