Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
–2 votes
972 views
in Q2A Core by

I installed q2a v1.8 (just the core so no extra themes and/or plugins). I go to "Admin", then "Layout", and tick "Custom HTML in <head> section of every page:" and I put 

<script>

</script>

there, when I click on save options, it redirects me to http://mydomain.com/index.php?qa=admin&qa_1=layout where "page not found" is shown.

and then when I go back to "Admin" and then "Layout", ""Custom HTML in <head> section of every page:" is not ticked and there is nothing inside the text box so it really means that the changes I made were not even saved.

Why are there so much bugs?

1 Answer

+1 vote
by
Are you sure you typed the code correctly? When I put a blank script tag nothing goes wrong.

You said it redirects you to index.php?qa=admin&qa_1=layout

What is the URL of the page when you first loaded it? (ie the admin page with the form) Is it the same? Or are you using SEO-friendly URLs like /admin/layout ?
...