I may be wrong here…but I don’t think this is meant to be a replacement for EE’s Pages module. I think it is supposed to be a companion. I think all it does is handle the creation of navigation.
That makes it even sweeter. It is a good thing to stay with core functions as much as possible. Tome module gets the job done but is quite quirky. I hope LG does a more elegant job.
Ok guys….
It doesn’t look like I will have much time to write the docs up properly or do much more work on this extension in the near future (lots of client work).
So I am going to put it up here for 24hrs so you can all download and test it and provide feedback.
I’m planning to sell this module so this is more like beta testing as it is not feature complete.
Good luck to those who monitor the forums 😊
Update: – REMOVED THE DOWNLOAD –
Nope… unfortunately not…
I generally have pages that point to those template groups as a work around…
Basically If ee2.0 diesn’t include a nice navigation module I will build a full powered one with the ability to create links in the navigation that point to any url you want with or without an entry. For now though this is just a quick module that should do “most” of the basic things people require even if you need to add a couple of blank pages.
Ok guys…. It doesn’t look like I will have much time to write the docs up properly or do much more work on this extension in the near future (lots of client work). So I am going to put it up here for 24hrs so you can all download and test it and provide feedback. I’m planning to sell this module so this is more like beta testing as it is not feature complete. Good luck to those who monitor the forums 😊
Thanks Leevi. I’ll give it a spin over the weekend!
Hmmm. I’m getting these errors.
Warning: Invalid argument supplied for foreach() in … /modules/lg_navigation/lib/lib.lg_navigation.php on line 194
Warning: Invalid argument supplied for foreach() in … /modules/lg_navigation/lib/lib.lg_navigation.php on line 287
MySQL ERROR: Error Number: 1052 Description: Column ‘entry_id’ in where clause is ambiguous Query: SELECT t.entry_id as entry_id, t.title as title, t.url_title as url_title, n.title as menu_title, n.url as alt_url, n.order as sort_order, n.show_in_nav as show_in_nav, n.parent_id as parent_id FROM `exp_weblog_titles` t LEFT JOIN `exp_lg_navigation` n USING (entry_id) WHERE entry_id IN (173) ORDER BY parent_id, sort_order, title
Ideas?
Hmmm. I’m getting these errors.Warning: Invalid argument supplied for foreach() in … /modules/lg_navigation/lib/lib.lg_navigation.php on line 194Warning: Invalid argument supplied for foreach() in … /modules/lg_navigation/lib/lib.lg_navigation.php on line 287MySQL ERROR: Error Number: 1052 Description: Column ‘entry_id’ in where clause is ambiguous Query: SELECT t.entry_id as entry_id, t.title as title, t.url_title as url_title, n.title as menu_title, n.url as alt_url, n.order as sort_order, n.show_in_nav as show_in_nav, n.parent_id as parent_id FROM `exp_weblog_titles` t LEFT JOIN `exp_lg_navigation` n USING (entry_id) WHERE entry_id IN (173) ORDER BY parent_id, sort_order, titleIdeas?
Try updating the sql to:
SELECT t.entry_id as entry_id, t.title as title, t.url_title as url_title, n.title as menu_title, n.url as alt_url, n.order as sort_order, n.show_in_nav as show_in_nav, n.parent_id as parent_id FROM `exp_weblog_titles` t LEFT JOIN `exp_lg_navigation` n USING (entry_id) WHERE t.entry_id IN (173) ORDER BY parent_id, sort_order, title
What were you trying to do when this error occurred? Which version of MYSQL are you using? Which version of PHP?
What were you trying to do when this error occurred?
I had removed Tome module and extensions. I had reinstalled the Pages module. I had installed the LG Navigation module and extension. I had selected a specific Weblog in your extension.
When I clicked on Publish > Weblog, or Edit> Weblog > Entry, I received the first two errors above the top black bar. When I clicked on the Update button, I received the bottom error.
Which version of MYSQL are you using?
I am using EEHosting. MySQL 4.1.20-log.
Which version of PHP?
PHP Version 5.1.6
Also, where would I make the SQL change you recommended?
Hmmm. I’m getting these errors.Warning: Invalid argument supplied for foreach() in … /modules/lg_navigation/lib/lib.lg_navigation.php on line 194Warning: Invalid argument supplied for foreach() in … /modules/lg_navigation/lib/lib.lg_navigation.php on line 287MySQL ERROR: Error Number: 1052 Description: Column ‘entry_id’ in where clause is ambiguous Query: SELECT t.entry_id as entry_id, t.title as title, t.url_title as url_title, n.title as menu_title, n.url as alt_url, n.order as sort_order, n.show_in_nav as show_in_nav, n.parent_id as parent_id FROM `exp_weblog_titles` t LEFT JOIN `exp_lg_navigation` n USING (entry_id) WHERE entry_id IN (173) ORDER BY parent_id, sort_order, titleIdeas?
Correct me if I am wrong, but I believe that error appears when you have no pages setup with the EpxressionEngine pages module. So this error is appearing because it is trying to do something with things that do not exist.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.