Hi.
I'm migrating to the a new hosting. After installing Combu 2.1.14 on the new server, upon entering the address www.mysite.com/combu/admin/ (where "mysite.com" is my domain), I get a blank page. Any idea what it could be?
Thank you in advance.
A completely blank page is very strange, can you access the error log of your hosting (not the Combu log file, but the error log of the website, usually the providers give you this possibility in the hosting administration console)? And send the URL to me in a PM, or contact me on Skype for faster support.
FRANCESCO CROCETTI @ SKARED CREATIONS
For everyone else having this issue please check if your server has PHP 7 installed, the problem was that probably in PHP 7 they disabled the functions mysql_* and have enabled only PDO class and mysqli_* functions.
To fix this issue we have changed the functions in /lib/Database.php to use mysqli and uploaded the update directly in the version 2.1.14 on this website.
FRANCESCO CROCETTI @ SKARED CREATIONS