You still coming to the Backend?
Which version of WebsiteBaker is installed?
What does the config.php look like? Please mask the access data
Yes, logging into the backend works fine still.
I'm using version 2.12.1, have tried the upgrade to 2.12.2 but the unzip.php failed and the upgrade.php won't run so this is looking more like a PHP problem?
The config looks like so ;
<?php
/*
*** auto generated config file for 2.12.2
****[WebsiteBaker]****
*** created at 2020-07-06 02:56:55 America/Chicago
*/
// define('DEBUG', false);
define('DB_TYPE', 'mysql');
define('DB_HOST', 'localhost');
define('DB_PORT', '3306');
define('DB_NAME', '*********');
define('DB_USERNAME', '********');
define('DB_PASSWORD', '********');
define('DB_CHARSET', 'utf8_unicode_ci');
define('TABLE_PREFIX', '');
define('WB_URL', '
https://frantik-web.co.uk'); // no trailing slash or backslash!!
define('ADMIN_DIRECTORY', 'admin'); // no leading/trailing slash or backslash!! A simple directory name only!!
require __DIR__.'/framework/initialize.php';
// --- end of file ----------------------------------
Hi, please take a look:
https://forum.WebsiteBaker.org/index.php/topic,31729.msg222070.html#msg222070
Maybe it helps.
I actually found this when searching. It fixed another problem I had but not this one. I also had to # out the old entries in the .htaccess file for older versions of PHP.
HostGator had switched from using PHP Selector tool in CPanel to MultiPHP Manager.