?
avatar gocha-gochitashvili
gocha-gochitashvili
5 May 2017

Steps to reproduce the issue

Update Joomla! to version 3.7 from 3.6.5

Expected result

Everything is fine

Actual result

  1. Fatal error: Call to a member function logAddLogger() on null in ...../libraries/fof/include.php
  2. include_once( '/usr/www/users/...../includes/framework.php' ) .../api.php:9
  3. require_once( '/usr/www/users/...../libraries/cms.php' ) .../framework.php:23
  4. include_once( '/usr/www/users/...../libraries/fof/include.php' )
  5. System information (as much as possible)

Additional comments

We have api.php and in 3.6.5 worls perfect, but when update we get this messages.
included files in our api:

define('_JEXEC', 1);
define('JPATH_BASE', realpath('../'));
define('KPATH_ADMIN', JPATH_BASE . '/administrator/components/com_kunena');
ini_set('display_errors', '1');
error_reporting(1);
define('JDEBUG', 1);
include_once JPATH_BASE . '/includes/defines.php';
include_once JPATH_BASE . '/includes/framework.php';
include_once JPATH_BASE . '/libraries/joomla/factory.php';
include_once JPATH_BASE . '/components/com_community/libraries/core.php';
include_once JPATH_BASE . '/components/com_community/libraries/messaging.php';
include_once JPATH_BASE . '/libraries/kunena/bootstrap.php';
include_once JPATH_BASE . '/components/com_kunena/models/category.php';
avatar gocha-gochitashvili gocha-gochitashvili - open - 5 May 2017
avatar joomla-cms-bot joomla-cms-bot - change - 5 May 2017
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 5 May 2017
avatar franz-wohlkoenig franz-wohlkoenig - change - 5 May 2017
Category com_plugins
avatar PhilETaylor
PhilETaylor - comment - 5 May 2017

Please test PR #15843

avatar franz-wohlkoenig franz-wohlkoenig - change - 6 May 2017
Status New Closed
Closed_Date 0000-00-00 00:00:00 2017-05-06 04:23:14
Closed_By franz-wohlkoenig
avatar joomla-cms-bot joomla-cms-bot - change - 6 May 2017
Closed_By franz-wohlkoenig joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 6 May 2017
avatar joomla-cms-bot
joomla-cms-bot - comment - 6 May 2017
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 6 May 2017

closed as having PR #15843


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15827.

Add a Comment

Login with GitHub to post a comment