Manage Columns:Config option "enable_relationship" not found

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
ndevine
Posts: 3
Joined: 30 Mar 2010, 17:20

Manage Columns:Config option "enable_relationship" not found

Post by ndevine »

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
chiky
Posts: 11
Joined: 12 Sep 2006, 22:00
Contact:

Re: Manage Columns:Config option "enable_relationship" not f

Post by chiky »

Any solutions to this? I got the same issue
ndevine
Posts: 3
Joined: 30 Mar 2010, 17:20

Re: Manage Columns:Config option "enable_relationship" not f

Post by ndevine »

We still have the issue, haven't been able to figure it out so we are stuck with the default columns.
absolute
Posts: 2
Joined: 19 Jul 2010, 19:23

Re: Manage Columns:Config option "enable_relationship" not f

Post by absolute »

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;
ndevine
Posts: 3
Joined: 30 Mar 2010, 17:20

Re: Manage Columns:Config option "enable_relationship" not f

Post by ndevine »

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! :?
atrol
Site Admin
Posts: 8555
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Manage Columns:Config option "enable_relationship" not f

Post by atrol »

You should update to 1.2.1, maybe this helps because there are also bugs fixed related to manage configuration page
Please use Search before posting and read the Manual
Post Reply