reduxframework / redux-framework

Redux is a simple, truly extensible options framework for WordPress themes and plugins!
http://redux.io
Other
1.74k stars 583 forks source link

Metabox undefined index after latest Redux update #805

Closed maarcin closed 10 years ago

maarcin commented 10 years ago

Hi guys,

I get

 Notice: Undefined index: domain in /Applications/MAMP/.../extensions/metaboxes/extension_metaboxes.php on line 446

above metaboxes in admin panel after latest update of Redux Framework.

Update: nevermind, I just saw that all translations were changed. @dovy When are You planning to update Metaboxes Extension?

Best Marcin

kprovance commented 10 years ago

Eh, yeah. We found out recently that those lovely folks over at Envato disapprove of using variables in translations. The update we recently pushed undid that. It appears there is a line on the entensions_metabox.php needs to be updated.

Find the line that contains $this->args['domain'] and change it to 'redux-framework'. This will fix it until an update to metaboxes can be pushed.

Thanks!

dovy commented 10 years ago

I will release the newest working metaboxes in 1 hour. Sorry for that. It was due to themeforest requirements.

maarcin commented 10 years ago

@kprovance @dovy

No problem, I fixed that right away, just wanted to let You guys know.

Best Marcin