Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot save template on page editor #531

Open
wpplumber opened this issue Apr 3, 2020 · 0 comments
Open

Cannot save template on page editor #531

wpplumber opened this issue Apr 3, 2020 · 0 comments

Comments

@wpplumber
Copy link

I had the template save operation working before while using an OOP architecture but when I moved the plugin code to this WP boilerplate I got the following message error!

image

Is it something with permission? I used the following route for backoffice page.

$router
	->register_route_of_type( ROUTE_TYPE::ADMIN)//ADMIN_WITH_POSSIBLE_AJAX )
	->with_controller( 'Admin_Settings@register_hook_callbacks' ) 
	->with_model( 'Admin_Settings' ) 
	->with_view( 'Admin_Settings' ); 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant