Call Event Logging

Hi All,
Im having issue with CEL and im trying to reinstall it im getting this error CEL version 14.0.2.13

Downloading module ‘cel’
Processing cel
Verifying local module download…Verified
Extracting…Done
Download completed in 12 seconds
Creating cel if needed…
In utility.functions.php line 207:

Can not create cel table::

check database
Database changed
MariaDB [asterisk]> describe cel;
ERROR 1146 (42S02): Table ‘asterisk.cel’ doesn’t exist
MariaDB [asterisk]> CHECK TABLE cel;
±-------------±------±---------±-----------------------------------+
| Table | Op | Msg_type | Msg_text |
±-------------±------±---------±-----------------------------------+
| asterisk.cel | check | Error | Table ‘asterisk.cel’ doesn’t exist |
| asterisk.cel | check | status | Operation failed |
±-------------±------±---------±-----------------------------------+

It doesn’t exist there. It exists in asteriskcdrdb with the cdr table.

Cel table exists in asteriskcdrdb(FreePBX Default). Check your database, i think there is some issue with your database.
Thanks

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.