Forum
List Manager Support
List Manager supportForums
No se permite escribir sin estar logado. Por favor, login
Doesnt seem to work. 07.01.2015 23:11
Hi i am having trouble generating my list i have created it on the backend and assigned it to a menu but when i click on it i get the following error:
Call stack
# Function Location
1 JApplicationCms->execute() C:\xampp1\htdocs\Joomla\index.php:40
2 JApplicationSite->doExecute() C:\xampp1\htdocs\Joomla\libraries\cms\application\cms.php:251
3 JApplicationSite->route() C:\xampp1\htdocs\Joomla\libraries\cms\application\site.php:231
4 JApplicationSite->authorise() C:\xampp1\htdocs\Joomla\libraries\cms\application\site.php:752
Call stack
# Function Location
1 JApplicationCms->execute() C:\xampp1\htdocs\Joomla\index.php:40
2 JApplicationSite->doExecute() C:\xampp1\htdocs\Joomla\libraries\cms\application\cms.php:251
3 JApplicationSite->route() C:\xampp1\htdocs\Joomla\libraries\cms\application\site.php:231
4 JApplicationSite->authorise() C:\xampp1\htdocs\Joomla\libraries\cms\application\site.php:752
Re: Doesnt seem to work. 08.01.2015 09:17
Hi,
As you said the error is throwing when menu item is created and trace log is showing files not related with component. Did you try to add a menu item assigned to other item type than List Manager?
Regards,
Moonsoft Team
www.moonsoft.es
As you said the error is throwing when menu item is created and trace log is showing files not related with component. Did you try to add a menu item assigned to other item type than List Manager?
Regards,
Moonsoft Team
www.moonsoft.es
Re: Doesnt seem to work. 08.01.2015 12:54
Great it worked. The option to copy from a database is intended to be used as a one-time migration. After that, list manager uses its own db table and its able to modify and add new records to it, so both tables can't be syncronized automatically.
If you need to handle your database data, maybe you can take a look to Table manager extension. It links to your database table so you will be handling your real data, reflecting any change and/or updating data in real time.
http://www.moonsoft.es/en/tablemanager-en
Thanks, regards
Moonsoft Team
www.moonsoft.es
If you need to handle your database data, maybe you can take a look to Table manager extension. It links to your database table so you will be handling your real data, reflecting any change and/or updating data in real time.
http://www.moonsoft.es/en/tablemanager-en
Thanks, regards
Moonsoft Team
www.moonsoft.es