MyBB Community Forums

Full Version: Issue with install
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am running nginx and maria DB, on a CentOS7 server.
Getting the following issue when running the install : 


Warning [2] require_once(/home/nginx/domains/anomaly.ws/public/testing/inc/db_.php): failed to open stream: No such file or directory - Line: 2430 - File: install/index.php PHP 5.6.20 (Linux)

File
Line
Function/install/index.php
2430
errorHandler->error
/install/index.php
2430
db_connection
/install/index.php
1639
db_connection
/install/index.php
168
populate_tables


I have checked against the FAQ and done some googling but have yet to find the answer Sad. I am working on a big project merging 2 decently large forum boards together, so far mybb has been the only forum ive found to openly support the two different forums and their versions. Pumped to try it Smile

Things ive tried : triple checked the SQL credentials, completely deleted and re-downloaded/uploaded files.

Thanks for all the help everyone.
check if you have config.php file in inc folder and check whether it is writable (CHMOD 777)

and ensure that inc folder consists of db_mysql.php , db_mysqli.php files
this solved it. thanks a ton!