We just upgraded from 1.0.7 to 1.2.0.
When attempting to use the new Manage Columns feature, the following displays at the top, above the Manage Columns area:
APPLICATION WARNING #100: Configuration option "enable_relationship" not found.
When we try to change the columns, it allows the request without error [Operation Successful], but the columns remain the same and do not get changed. This happens both for managing columns via My Account, or globally for all users.
We have the Relationships feature turned on, and there doesn't appear to be anything unusual with that feature.
Any ideas/help are appreciated!
Thanks
--------------------
Mantis: 1.2.0
PHP: 5.2.1
SQL: MySQL 5.0.37
OS: Windows 2003 server
Manage Columns:Config option "enable_relationship" not found
Moderators: Developer, Contributor
Re: Manage Columns:Config option "enable_relationship" not f
Any solutions to this? I got the same issue
Re: Manage Columns:Config option "enable_relationship" not f
We still have the issue, haven't been able to figure it out so we are stuck with the default columns.
Re: Manage Columns:Config option "enable_relationship" not f
I just ran into the same issue when upgrading from 1.1.4 to 1.2.1; I'm not sure why - this option isn't any docs - but adding the following line to config_inc.php solved it:
Code: Select all
$g_enable_relationship = ON;Re: Manage Columns:Config option "enable_relationship" not f
Ah..getting closer. Thanks for the tip. Now I'm no longer getting the warning message, but it's still not saving the columns. Just goes right back to the defaults! 
Re: Manage Columns:Config option "enable_relationship" not f
You should update to 1.2.1, maybe this helps because there are also bugs fixed related to manage configuration page