Hi!
Ok found the issue! I feel bad because I made some terrible errors during this upgrade and troubleshoot steps... but well, that's how we learn!

So, first I don't know why but I was unable to understand how to update the postgres db with the right information for the url. It's just like my brain think it's a strange db format and I never notice the 2 columns.. maybe it's because it's different than the way mysql show the databases/columns but I was completely lost with this update! I soon as you tell me the right string I have understand my error.
So, the refereceURL was fixed. I have also modified my vhost config to have the ip goes directly to the phpmyfaq folder.
But it was still not working and have a blank page...
What the logs says at that point?
Code: Select all
192.168.4.5 - - [12/Jul/2016:13:17:22 -0400] "GET /phpmyfaq/ HTTP/1.1" 200 11513
192.168.4.5 - - [12/Jul/2016:13:17:23 -0400] "GET /phpmyfaq/assets/js/libs/modernizr.min.js HTTP/1.1" 404 238
Ok then, accessing the root of the site is working but it seems that it can't find the file /phpmyfaq/assets/js/libs/modernizr.min.js.
I have try to locate that file and see that in fact it was not where it supposed to be! Strange...
So at the end I decided to backup my current installation, unzip the 2.9.2 archive version, copy the files according to the documentation, fix the perms and.. TADA!!! It works!
So I guess that I have done a bad migration earlier.
Now everything is working fine and I am so happy!
Thanks again!
R.