An error occurred during the processing of results.aspx page in search center, code blocks are not allowed in this file.
I tried <PageParserPath> but it is not working for me.
Please suggest me any other way to resolve this issue…
From your question,
I assume that you have changed the master page or that results.aspx page code blocks.
Refer following link for your solution: http://www.codeproject.com/Articles/120190/How-to-enable-code-blocks-in-Sharepoint-Works
You need to specify proper virtual path.
Be aware “AllowServerSideScript=”True” ” opens up all kinds of secruity and performance issues (and attacks) by anyone with SharePoint Designer permissions on the farm. (Not just a single site, but the entire web application.)
Hope this helps!