Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
919 views
in Q2A Core by

When I am opening admin panel by domain/admin/general site is getting hanged and not opening after hitting this page(domain/admin/general) and without hitting admin page site works very cool.

In console these errors are coming.

http://domain/url/test/%24%26-_~%23%25%5C%40%5E%2A%28%29%3D%2…%5B%60%27%3B%3A%7C%22.%7B%7D%2C%3C%3E%3F%23+%CF%80%C2%A7%C2%BD%D0%96%D7%A9 

Failed to load resource: the server responded with a status of 404 (Not Found)

http://domain/?qa=url/test/%24%26-_%7E%23%25%5C%40%5E%2A%28%2…%5B%60%27%3B%3A%7C%22.%7B%7D%2C%3C%3E%3F%23+%CF%80%C2%A7%C2%BD%D0%96%D7%A9 Failed to load resource: the server responded with a status of 406 (Not Acceptable)

http://domain/index.php/url/test/%24%26-_~%23%25%5C%40%5E%2A%…%5B%60%27%3B%3A%7C%22.%7B%7D%2C%3C%3E%3F%23+%CF%80%C2%A7%C2%BD%D0%96%D7%A9 Failed to load resource: the server responded with a status of 404 (Not Found)

http://domain/?qa=url&qa_1=test&qa_2=%24%26-_%7E%23%25%5C%40%…%5B%60%27%3B%3A%7C%22.%7B%7D%2C%3C%3E%3F%23+%CF%80%C2%A7%C2%BD%D0%96%D7%A9 Failed to load resource: the server responded with a status of 406 (Not Acceptable)

http://domain/index.php?qa=url&qa_1=test&qa_2=%24%26-_%7E%23%…%5B%60%27%3B%3A%7C%22.%7B%7D%2C%3C%3E%3F%23+%CF%80%C2%A7%C2%BD%D0%96%D7%A9 Failed to load resource: the server responded with a status of 404 (Not Found)

http://domain/url/test/qa-plugin/my-followers-widget/qa-my-followers-widget-styles.css Failed to load resource: the server responded with a status of 404 (Not Found)

http://domain/url/test/qa-theme/SnowFlat/qa-styles.css?1.7.0 Failed to load resource: the server responded with a status of 404 (Not Found)

%24%26-_~%23%25%5C%40%5E%2A%28%29%3D%21%28%29%5D%5B%60%27%3B%3A%7C%22.%7B%7D%2C%3C%3E%3F%23+%CF%80%C2%A7%C2%BD%D0%96%D7%A9:7 GET http://domain/index.php/url/test/qa-theme/SnowFlat/qa-styles.css?1.7.0 

%24%26-_~%23%25%5C%40%5E%2A%28%29%3D%21%28%29%5D%5B%60%27%3B%3A%7C%22.%7B%7D%2C%3C%3E%3F%23+%CF%80%C2%A7%C2%BD%D0%96%D7%A9:20 GET http://domain/index.php/url/test/qa-plugin/my-followers-widget/qa-my-followers-widget-styles.css 

http://domain/url/test/qa-content/jquery-1.11.2.min.js Failed to load resource: the server responded with a status of 404 (Not Found)

http://domain/url/test/qa-content/qa-page.js?1.7.0 Failed to load resource: the server responded with a status of 404 (Not Found)

I have updated the q2a code with the latest version. 

please help , facing this issue from a long time even not able to update anything.

by
did you tried removing all files from the pluggins folder?
by
please share your site link
by
yes , but nothing happening. even I have removed all code and db and installed again still same issue. :( please help me not able to access admin panel.

1 Answer

+1 vote
by

I have resolved the problem by commenting this line .

 <iframe> line (admin/admin-default.php. line 986 ). 

Now admin panel is working fine and URL structure looks fine if there is any other dependence by commenting this line so pls let me know.

by
hello,
please help me. I'm having the same issue on my new question2answer install. i cant access my admin panel. please how did you solve the problem?
...