slabbi / uddeIM

udde Instant Messages (uddeIM) - Instant Messages System for Mambo and Joomla
11 stars 8 forks source link

com_uddeim_j5 latest error: 0 syntax error, unexpected variable "$css" #72

Closed jojo12 closed 2 weeks ago

jojo12 commented 2 weeks ago

| Function | Location

-- | -- | -- 1 | () | JROOT\administrator\components\com_uddeim\admin.uddeim.php:110 2 | require_once() | JROOT\libraries\src\Dispatcher\LegacyComponentDispatcher.php:71 3 | Joomla\CMS\Dispatcher\LegacyComponentDispatcher::Joomla\CMS\Dispatcher{closure}() | JROOT\libraries\src\Dispatcher\LegacyComponentDispatcher.php:73 4 | Joomla\CMS\Dispatcher\LegacyComponentDispatcher->dispatch() | JROOT\libraries\src\Component\ComponentHelper.php:361 5 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\AdministratorApplication.php:150 6 | Joomla\CMS\Application\AdministratorApplication->dispatch() | JROOT\libraries\src\Application\AdministratorApplication.php:195 7 | Joomla\CMS\Application\AdministratorApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:306 8 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\administrator\includes\app.php:58 9 | require_once() | JROOT\administrator\index.php:32

slabbi commented 2 weeks ago

Seems to be introduced with @joomod css changes. A ")" was missing. Fixed.

joomod commented 2 weeks ago

yes, sorry, but not the bracket was missing it was a double file_exsits function (copy&paste is easy but danerous :))

slabbi commented 2 weeks ago

It was. See here

grafik

joomod commented 2 weeks ago

exactly, but you can also see the double file_exists :) which was my real error