MyBB Community Forums

Full Version: config.default.php not in /inc?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I'm trying to locate config.default.php. Not seeing it in the /inc folder.

Any advice appreciated! Thx
The config.default.php file gets renamed to config.php during the installation.
Thanks. Hmm, I see nothing at http://prostudioforums.com/install

So, I apparently haven't installed it yet. I uploaded the "Upload" folder via FTP.

Not sure what the next move is.
You can find detailed instructions here: http://docs.mybb.com/1.8/install/
Yes, I have the instructions. Am stuck on locating any file named config.default.php or config.php

And not seeing anything at http://prostudioforums.com/install
It seems like you have uploaded the Upload folder itself instead of its contents only. You can simply move the contents of Upload to the directory above it using your FTP client.
OK, I found config.default.php and changed it to config.php

(2014-12-29, 04:15 PM)Devilshakerz Wrote: [ -> ]It seems like you have uploaded the Upload folder itself instead of its contents only.

Yep, that's what I did.

OK, I made some headway. Was having trouble getting the fields right on the database during the installation.

It finally took. Then I got this:


Table Creation

Connection to the database server and database you specified was successful.

Database Engine: MySQLi 5.1.68

The MyBB database tables will now be created.
MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1142 - DROP command denied to user 'C276050_dan'@'98.130.2.104' for table 'mybb_adminlog'
Query:
DROP TABLE IF EXISTS mybb_adminlog

Please contact the MyBB Group for technical support.

OK, it's up at http://prostudioforums.com/

Now to tweak. Thanks for your help!