- Joined
- Mar 12, 2001
- Location
- Southern CA
After setting up phpBB, the server never got past creating phpBB tables, so the next day I tried again.. Evidently the tables are already there so I need to delete the DB and start again. Admins tell me to run php script or use phpMyAdmin (which I was going to install anyways) to delete the tables.
----------------------------------------------------------------------------
Testing DB Connection...DB Connection Good!
Selected database harrison...Database Selected!
Creating phpBB tables an inserting default data...
Creating table cat ERROR! Could not create table. Reason: Table 'catagories' already exists
-----------------------------------------------------------------------------
SOOO I load up phpMyAdmin, and follow the directions, and now I get this:
-----------------------------------------------------------------------------------
Warning: Unable to access ./libraries/auth/.auth.lib.php in /home3/harrison/public_html/phpMyAdmin/libraries/common.lib.php on line 337
Warning: Failed opening './libraries/auth/.auth.lib.php' for inclusion (include_path='') in /home3/harrison/public_html/phpMyAdmin/libraries/common.lib.php on line 337
Fatal error: Call to undefined function: pma_auth_check() in /home3/harrison/public_html/phpMyAdmin/libraries/common.lib.php on line 338
---------------------------------------------------------------------------------
This sucks when I don't know what's going on...At least with programming I can ask a fellow student.
Here nobody knows php!
----------------------------------------------------------------------------
Testing DB Connection...DB Connection Good!
Selected database harrison...Database Selected!
Creating phpBB tables an inserting default data...
Creating table cat ERROR! Could not create table. Reason: Table 'catagories' already exists
-----------------------------------------------------------------------------
SOOO I load up phpMyAdmin, and follow the directions, and now I get this:
-----------------------------------------------------------------------------------
Warning: Unable to access ./libraries/auth/.auth.lib.php in /home3/harrison/public_html/phpMyAdmin/libraries/common.lib.php on line 337
Warning: Failed opening './libraries/auth/.auth.lib.php' for inclusion (include_path='') in /home3/harrison/public_html/phpMyAdmin/libraries/common.lib.php on line 337
Fatal error: Call to undefined function: pma_auth_check() in /home3/harrison/public_html/phpMyAdmin/libraries/common.lib.php on line 338
---------------------------------------------------------------------------------
This sucks when I don't know what's going on...At least with programming I can ask a fellow student.
Here nobody knows php!