I just downloaded again. The archive file is “structure103.zip” but in it, file named mcp.structure.php is dated 11/3/08 and contains:
class Structure_CP {
var $version = '1.0.2';
var $structure;
ext.structure_ext.php is dated 12/1/08 and contains:
var $settings = array();
var $name = 'Structure Extension';
var $version = '1.0.2';
var $description = 'Adds Structure tab to publish and edit screens.';
I am having the same problem that tyssen had when deleting entries and getting an sql error.
MySQL ERROR:
Error Number: 1064
Description: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘AND rgt <= ORDER BY lft’ at line 3
Query: SELECT * FROM exp_structure WHERE lft >= AND rgt <= ORDER BY lft
I am using csvgrab plugin to import the entries to a weblog which is a listing for an entry in structure.
@Trinity Consulting are you getting the same error when deleting entries from a weblog NOT using the csvgrab plugin? Try that and let me know. The issue could be the plugin since it doesn’t append Structure data to the entries and right now Structure requires that since it manages ALL entries. A future version will change this.
@Tyssen
The settings issue was connected to “jQuery for the Control Panel” not being installed properly. The extension was active, but didn’t have the values configured to actually connect to the javascript files. I replaced with the default paths EE installs when activating the extension and everything is fine. Since it’s a required dependancy it couldn’t connect and was causing the setting to not save.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.