My b2evolution Version: 3.3
I just got done with a lengthy online chat with my domain's host (startlogic.com) since I am unable to get b2evo's installer to connect to its mySQL server. The tech I spoke with checked all the settings & connections on his end, and directed me to contact the software vendor since "The application is not able to read the database." Help!
Hi anplica. Welcome to the forums :)
There are a few different ways to install this thing. I usually use Fantastico to create the database, then grab the /conf/basic_config.php file so I have the connection info, then pop it into the version I want to install. There is also a way that the wikimanual talks about where you chmod /conf/basic_config.php and give it the database connection info online. Finally, one might manually create a database then either pre-edit the file or use the online method.
So! Which way are you installing this thing? Cuz basically it'll boil down to 4 or actually 7 lines in /conf/basic_config.php that need to be right for it to install. The first 4 are really critical for the database stuff.
Have you or can you pre-edit that file before uploading it? For my installations (including the one time where I actually made the database myself) my 'user' and 'name' are a match. 'host' is always localhost for me.
Two more lines that need to be right, but are not the connection problem you're having, are
Finally, if you edit the file before uploading it make sure you change
to a 1.
Hope it helps!