ok, after too many attemps I just found that is not "my problem"
The problem is.. my host. Don´t know why or how but kinda
was not working in my web hosting service.
If I run a webserver on my pc, this mod works great. exactly same
config, same db/db names/users/pass, same files as my remote host.
Remote host: Roster works, with addons and all the thing. also phpbb and everything else I tried works, but this mod wasn´t.
Keep getting a blank (no errors) topic.
But.. after all.. and with persistence (alot) managed to solve my problem.
The solution to my problem:
First, manually changed my forum to use mysql4 (in config.php > $dbms = 'mysql4';)
Then, open mysql4.php
FIND
- Code: Select all
//
// Constructor
//
function sql_db($sqlserver, $sqluser, $sqlpassword, $database, $persistency = true)
REPLACE WITH
- Code: Select all
//
// Constructor
//
function sql_db($sqlserver, $sqluser, $sqlpassword, $database, $persistency = false)
I´m a new, n00b, whatever you want. Don´s ask me what that does..
My guess.. some hosts (like mine) has a silent db_connect flood protection. or whatever.. but is working now :p