Return to Control Panel0 array_key_exists(): Argument #2 ($array) must be of type array, Joomla\CMS\Object\CMSObject given
Please Log in or Create an account to join the conversation.
Call stack#FunctionLocation1()JROOT/libraries/src/Log/Logger/FormattedtextLogger.php:2872Joomla\CMS\Log\Logger\FormattedtextLogger->initFile()JROOT/libraries/src/Log/Logger/FormattedtextLogger.php:1683Joomla\CMS\Log\Logger\FormattedtextLogger->addEntry()JROOT/libraries/src/Log/Log.php:3204Joomla\CMS\Log\Log->addLogEntry()JROOT/libraries/src/Log/Log.php:1665Joomla\CMS\Log\Log::add()JROOT/libraries/src/MVC/Controller/BaseController.php:8786Joomla\CMS\MVC\Controller\BaseController->holdEditId()JROOT/libraries/src/MVC/Controller/FormController.php:4237Joomla\CMS\MVC\Controller\FormController->edit()JROOT/libraries/src/MVC/Controller/BaseController.php:7028Joomla\CMS\MVC\Controller\BaseController->execute()JROOT/administrator/components/com_users/users.php:219require_once()JROOT/libraries/src/Component/ComponentHelper.php:40210Joomla\CMS\Component\ComponentHelper::executeComponent()JROOT/libraries/src/Component/ComponentHelper.php:37711Joomla\CMS\Component\ComponentHelper::renderComponent()JROOT/libraries/src/Application/AdministratorApplication.php:10112Joomla\CMS\Application\AdministratorApplication->dispatch()JROOT/libraries/src/Application/AdministratorApplication.php:15913Joomla\CMS\Application\AdministratorApplication->doExecute()JROOT/libraries/src/Application/CMSApplication.php:22514Joomla\CMS\Application\CMSApplication->execute()JROOT/administrator/index.php:51 Return to Control Panel0 Cannot write to log file.
/home/www/ncnc/libraries/src/Log/Logger/FormattedtextLogger.php:287
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
It's just telling you that a field used to be a field type that had options (e.g. select, radio, multicheckbox) and now its type does not support options, but those options still exist in _comprofiler_field_values database table. It's perfectly fine to ignore this.But i'd like to know more about resolving the db warning that the db check tool in cb responded:
I'm guessing you live_site is incorrect in configuration.php then. It should be set to '' for empty string. Alternatively maybe you hardcoded in image paths in some of your HTML and you'll need to fix those. CB doesn't have any control over this when dynamically rendering images as we just use what Joomla tells us is the domain via live_site.My images have come up broken in the back end and in the emails that are being sent out to users during registration. I did just change from a subdomain to an actual domain.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.