We have moved to Github. Please open tickets there.

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#1461 closed Defect (fixed)

Plugin enable/disable problem in r3835

Reported by: izap Owned by:
Priority: critical Milestone: Elgg 1.7
Component: Core Version: Github Master
Severity: critical Keywords:
Cc: brettp Difficulty:

Description

I just installed [svn:3835]. It has fixed installation problem of missing token. But now it is not allowing me to enable/disable any existing plugin and redirected me back to the dashboard.

Change History (9)

comment:1 follow-up: Changed 3 years ago by brettp

This is due to a 3rd party plugin overriding the admin area. If you know which one it is, could you tell me? If you don't, can you please email me the output from a diagnostics report?

comment:2 Changed 3 years ago by thomas

After installing [svn:3836] it is possible to disable a plugin, but it's still not possible to enable any plugin.

comment:3 follow-up: Changed 3 years ago by brettp

(In [svn:3838]) Refs #1450, Refs #1461, Refs #1460: Install now clears out views caches.

comment:4 Changed 3 years ago by thomas

I think you only have to add 'admin/plugins/enable' to the exceptions

$exceptions = array(

'systemsettings/install',
'admin/plugins/disable',
'admin/plugins/enable',

);

comment:5 in reply to: ↑ 1 Changed 3 years ago by izap

Replying to brettp:
Hi,

well i did clean installation and there wasn't any other 3rd party plugin. I was completely fresh installation. After first login, i just clicked "Administration > Tool Administration" enable "crontrigger" plugin. and i got this problem.

This is due to a 3rd party plugin overriding the admin area. If you know which one it is, could you tell me? If you don't, can you please email me the output from a diagnostics report?

comment:6 in reply to: ↑ 3 Changed 3 years ago by izap

Hi,

I tried this again, revision is upgrade to 3839. But yet i am not able enable/disable plugins. Now i am getting "Form is missing token or ts fields" message when i click on "enable" button.

Thanks
Replying to brettp:

(In [svn:3838]) Refs #1450, Refs #1461, Refs #1460: Install now clears out views caches.

comment:7 Changed 3 years ago by izap

After update to the revision 3838. i am able to diable plugins but can not enable them again.
Thanks

comment:8 Changed 3 years ago by brettp

  • Resolution set to fixed
  • Status changed from new to closed

(In [svn:3840]) Fixes #1450, Fixes #1461: Using $_SERVERREQUEST_URI? to pull in GET params on apache servers.

comment:9 Changed 3 years ago by izap

Yes brett,

It's working fine. Thanks

Note: See TracTickets for help on using tickets.