Jump to content

John Heenan

Members
  • Posts

    79
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by John Heenan

  1. Additional Information: Blesta version 5.6.0-b2 using ioncube-loader for PHP 8.1 PHP version: 8.1.13 MySQL version: MariaDB 10.3.35
  2. Additional Information: Blesta version 5.6.0 using ioncube-loader for PHP 8.1 PHP version: 8.1.13 MySQL version: MariaDB 10.3.35
  3. Setting PHP debug in Blesta 5.6.0 editing config/blesta.php to below // PHP error_reporting. 0 to disable error reporting, -1 to to show all errors // Consult php's documentation for additional options Configure::errorReporting(-1); // Override minPHP's debugging setting. true to enable debugging, false to disable it Configure::set('System.debug', true); always results in error message starting with below in browser, making Blesta unsuable with PHP debug. Something went wrong. Return type of Minphp\Session\Handlers\PdoHandler::open($savePath, $name) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice. Return type of Minphp\Session\Handlers\PdoHandler::open($savePath, $name) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice on line 65 in ...../blesta/vendors/minphp/session/src/Handlers/PdoHandler.php UnknownException::setErrorHandler Line 232 ...../blesta/vendors/monolog/monolog/src/Monolog/ErrorHandler.php Monolog\ErrorHandler->handleError Line 10
  4. I replaced the three default 5% markups in TLD Sync with nothing instead of 0 (to be interpreted as 0). If this was an issue, I would have expected Blesta to complain or replace them with 0. It didn't. After this TLD sync failed to work and errors such as following were generated: general. ERROR log reports: 2022-12-18T09:23:54.705204+00:00] general.ERROR: Uncaught Exception TypeError: "Unsupported operand types: string / float" at ....../blesta/plugins/domains/lib/tld_sync.php line 141 {"exception":"[object] (TypeError(code: 0): Unsupported operand types: string / float at ....../blesta/plugins/domains/lib/tld_sync.php:141)"} Blesta version: 5.6.0-b2
×
×
  • Create New...