gambitph / Titan-Framework

The easiest to use WordPress option framework.
http://www.titanframework.net
377 stars 137 forks source link

admin-ajax.php with a status of 403 #385

Closed askaria closed 6 years ago

askaria commented 7 years ago

Hello.

When I createMetabox and write 'post_type' => 'post' http://prntscr.com/du9uwg admin-ajax in admin pages dont work: http://prntscr.com/du9tyg

Sorry for my English

bfintal commented 6 years ago

Confirmed. Adding a meta box:

$test = $titan->createMetaBox( array(
    'name' => 'test',
    'post_type' => 'post',
));

And saving a post quick edit resulted in a 403 error in the call to admin-ajax.php

diviengine commented 5 years ago

Is this resolved as I am still having this issue?

rob006 commented 5 years ago

@diviengine Seems like issue was fixed, but not yet released.

@bfintal Can you tag new release? 1.12.1 mas released 9 months ago, it would be great to have new release with this bugfix.

diviengine commented 5 years ago

@bfintal please :D