5
Thank you Dj
Your example solved the notice.
Now there are no more issues in the error field for php debug.
I only have Queries left...
Queries
SELECT * FROM xoops_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data, sess_ip FROM xoops_session WHERE sess_id = 'ef391863a0187c8b17303a8bdb4622d6'
SELECT * FROM xoops_users WHERE uid=1
SELECT * FROM xoops_modules WHERE dirname = 'smartclient'
SELECT * FROM xoops_config WHERE (conf_modid = '3') ORDER BY conf_order ASC
SELECT * FROM xoops_group_permission WHERE (gperm_name = 'module_admin' AND gperm_modid = '1' AND (gperm_groupid = '1' OR gperm_groupid = '2'))
SELECT * FROM xoops_smiles
SELECT COUNT(*) FROM xoops_smartclient_client WHERE ((status = '2'))
SELECT * FROM xoops_smartclient_client WHERE ((status = '2')) ORDER BY title ASC LIMIT 0, 5
SELECT * FROM xoops_modules WHERE mid = 3
SELECT * FROM xoops_groups
Once I added Dj's code...
I updated the module in Mod Admin and Cleared Templates_c
The module still does not work.
When I try to "add a new client" I still get the...
Quote:
An error occurred. Client has not updated.
Now what should I do?