Page 1 of 1

mysql

PostPosted: 31. January 2005 13:04
by crovax123
can anybody tell me how to make a database for phpbb forums on it???

PostPosted: 31. January 2005 13:30
by Ceelight
Do you have phpMyAdmin installed? Use this and choose "Create new database". Call it "phpBB" for example. The rest will make the install-script of phpBB.

PostPosted: 31. January 2005 13:36
by crovax123
thanks
now ihave another question
i have installed php nuke on it to but if i go to any page in it i receive the next errors

Warning: main(language/lang-.php) [function.main]: failed to open stream: No such file or directory in C:\apachefriends\xampp\htdocs\PHP-Nuke-7.6\html\mainfile.php on line 187

Warning: main() [function.include]: Failed opening 'language/lang-.php' for inclusion (include_path='.;c:\apachefriends\xampp\php\pear\') in C:\apachefriends\xampp\htdocs\PHP-Nuke-7.6\html\mainfile.php on line 187

Warning: get_lang(admin/language/lang-.php) [function.get-lang]: failed to open stream: No such file or directory in C:\apachefriends\xampp\htdocs\PHP-Nuke-7.6\html\mainfile.php on line 203

Warning: get_lang() [function.include]: Failed opening 'admin/language/lang-.php' for inclusion (include_path='.;c:\apachefriends\xampp\php\pear\') in C:\apachefriends\xampp\htdocs\PHP-Nuke-7.6\html\mainfile.php on line 203

Warning: head(themes//theme.php) [function.head]: failed to open stream: No such file or directory in C:\apachefriends\xampp\htdocs\PHP-Nuke-7.6\html\header.php on line 31

Warning: head() [function.include]: Failed opening 'themes//theme.php' for inclusion (include_path='.;c:\apachefriends\xampp\php\pear\') in C:\apachefriends\xampp\htdocs\PHP-Nuke-7.6\html\header.php on line 31

Fatal error: Call to undefined function themeheader() in C:\apachefriends\xampp\htdocs\PHP-Nuke-7.6\html\header


can anybody tel me wath it is?

PostPosted: 31. January 2005 14:13
by Wiedmann
phpNuke cannot connect to the database.

PostPosted: 31. January 2005 14:18
by crovax123
do you know what i can do about this??

PostPosted: 31. January 2005 15:31
by Ceelight
Do you use XAMPP? Have you checked whether mySQL is running? Did you give the servername (localhost) and the right user (root) to the install-script of phpNuke? What about the db-name? Is i it the right one?

Maybe just reinstall phpNuke and take care you use the right data...

Cee