Today has been my first time really trying to jump in and make changes to tables in my Table Manager Admin area. I went in and imported a CSV file and went in to the edit the table and none of the changes I make are being applied to the table. An array (almost looks like something from a dev release... :] ) prints at the top of the page after I try to save my changes:
i.e.
Array ( [name] => 170 [desc] => dddd [order] => asc [column] => Array ( [0] => Array ( [data] => Course No. [weight] => 0 ) [1] => Array ( [data] => Course Title [weight] => 1 ) [2] => Array ( [data] => Hours [weight] => 2 ) ) [default] => 0 [tid] => 170 [op] => Save [form_build_id] => form-18e34a7530be37b5b1a2adbb05baa530 [form_token] => c761aa27bd47fd7d7c3f669a28395399 [form_id] => tablemanager_table_edit )
Any idea what's going on here?
This is a site that I upgraded from D5 running on an Apache2 OpenSUSE Server.
Comments
Comment #1
pobster commentedAfraid that's actually debug code as that part of the module was never written... I'm afraid currently the only way to edit a header would be to create a new table, go into the db table (using phpmyadmin or whatever) and swap the tid numbers around... I know that's a complete workaround but please remember that the branch 1 version of Tablemanager was never supposed to exist, I only wrote it as a favour for someone and so wasn't all that fussed about perfecting it! All my programming energies go into completing the branch 2 version which is better suited for larger tables.
Pobster
Comment #2
amariotti commentedGood to know.