I have uninstalled the module and I am getting this error when trying to edit weblogs, as well as when I add a new weblog it says to assign it to structure, but it is uninstalled any ideas?
MySQL ERROR:
Error Number: 1146
Description: Table ‘db.exp_structure_settings’ doesn’t exist
Query: SELECT * FROM exp_structure_settings WHERE site_id = 1 AND var LIKE ‘type_weblog_%’ ORDER BY var ASC
I just updated to 1.2.1, and am also getting a php notice:
Notice: Undefined variable: node in /path/to/mod.structure.php on line 93
I noticed that it only happens when I’m logged into the control panel in the same browser, and it always goes away when I clear my session cookies or log out. I’m not skilled enough in php, but the fact that it doesn’t think $node is defined makes me wonder if something isn’t getting loaded properly (maybe a require?)
Thanks, Travis, for a great module!
Luke
Great Module
I’m at the last phase of assigning access privileges to an admin group through Members and Groups › Member Groups › Edit Member Group › Admin > Module Access Privileges but unless the account is a super admin the message I recieve is “You are not authorized to access this page”
Any ideas?
I have uninstalled the module and I am getting this error when trying to edit weblogs, as well as when I add a new weblog it says to assign it to structure, but it is uninstalled any ideas? MySQL ERROR: Error Number: 1146 Description: Table ‘db.exp_structure_settings’ doesn’t exist Query: SELECT * FROM exp_structure_settings WHERE site_id = 1 AND var LIKE ‘type_weblog_%’ ORDER BY var ASC
Sorry, probably obvious, but what did you do to fix this - same error here.
So - is there a good way to migrate a site that uses the Structure module? I normally copy over the entire DB (all tables except the sites table, which causes chaos because of the host specific settings).
When you copy all the tables over to another install, you have to manually go through each and every page and on the structure tab set the parent correctly, otherwise things start to break.
Any thoughts? I’m busy manually going through and doing it now, but in the future it would be nice to have a way that isn’t so time-consuming - especially for large sites.
Thanks!
I have uninstalled the module and I am getting this error when trying to edit weblogs, as well as when I add a new weblog it says to assign it to structure, but it is uninstalled any ideas? MySQL ERROR: Error Number: 1146 Description: Table ‘db.exp_structure_settings’ doesn’t exist Query: SELECT * FROM exp_structure_settings WHERE site_id = 1 AND var LIKE ‘type_weblog_%’ ORDER BY var ASCSorry, probably obvious, but what did you do to fix this - same error here.
Answering my own question as was blindingly obvious: Be sure to uninstall both the module and extension.
I added something to the documentation many people have PMed me about or asked in this thread, so I thought I’d add here to help. People have asked about conditionally displaying markup surrounding the nav_sub tag. Here’s how you do it:
{if '{exp:structure:nav_sub}' != ""}
<div id="extra-markup">
{exp:structure:nav_sub}
</div>
{/if}
I am getting this error when trying to go into settings in the structure module, btw I do have the pages module un-installed.
MySQL ERROR:
Error Number: 1146
Description: Table 'dvorg_cms.exp__structure_settings' doesn't exist
Query: SELECT * FROM exp__structure_settings WHERE site_id = 1 AND var LIKE 'type_weblog_%' ORDER BY var ASC
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.