Skip to Content Skip to Menu

Two issues under Jommla! 1.6.3 and with UddeIm 2.4

  • xillibit
  • xillibit
  • OFFLINE
  • Posts: 21
  • Thanks: 4
  • Karma: 2
13 years 4 months ago #166541 by xillibit
Hello,

I have encountered two issues with Uddeim 2.4 under Joomla! 1.6.3 :

- When i call the Uddeim API and the method mainVersion(), i have some undefined variables :

Notice: Undefined variable: checkversion in C:\wamp\www\joomla-1.6.3\components\com_uddeim\uddeim.api.php on line 59
Notice: Undefined variable: checkhotfix in C:\wamp\www\joomla-1.6.3\components\com_uddeim\uddeim.api.php on line 60
Notice: Undefined variable: versionstring in C:\wamp\www\joomla-1.6.3\components\com_uddeim\uddeim.api.php on line 61

- I don't know if i have missed something, but when i want to access uddeim in backend i see the following sql error :

JDatabaseMySQL::query: 1054 - Unknown column 'id' in 'field list' SQL=SELECT count(id) FROM jos_community_msg_recepient

Call stack
# Function Location
1 JAdministrator->dispatch() C:\wamp\www\joomla-1.6.3\administrator\index.php:47
2 JComponentHelper::renderComponent() C:\wamp\www\joomla-1.6.3\administrator\includes\application.php:154
3 require_once() C:\wamp\www\joomla-1.6.3\libraries\joomla\application\component\helper.php:152
4 uddeIMshowSettings() C:\wamp\www\joomla-1.6.3\administrator\components\com_uddeim\admin.uddeim.php:374
5 JDatabaseMySQLi->loadResult() C:\wamp\www\joomla-1.6.3\administrator\components\com_uddeim\admin.uddeim.php:1990
6 JDatabaseMySQLi->query() C:\wamp\www\joomla-1.6.3\libraries\joomla\database\database\mysqli.php:355
7 JError::raiseError() C:\wamp\www\joomla-1.6.3\libraries\joomla\database\database\mysqli.php:230
8 JError::raise() C:\wamp\www\joomla-1.6.3\libraries\joomla\error\error.php:179

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
13 years 4 months ago #166546 by slabbi
These are bugs indeed :(

The fixes are quite simple:

admin.uddeim.php line 1985 change to:
Code:
case 13: $sql = "SELECT count(*) FROM #__community_msg_recepient"; break;

uddeim.api.php add one line after line 57:
Code:
global $checkversion, $checkhotfix, $versionstring;

These fixes will be part of uddeIM 2.4 hotfix 1.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum