XF 2.3 Problem Adding to Page_Container Template

SelamT

Active member
Hi,

I want to add a js code to the Page_Container Template. However, when saving, the warning in the picture appears and does not allow me to save.
What should I do to overcome this problem?

1723073455592.webp
 
Solution
1723109206664.webp

This has come up hundreds of times.

A simple search would have led you to this.

/js/xf/core-compiled.js?_v=8b7c00a9

this file shows error. but I am not at all familiar with these issues

Error: <!DOCTYPE html><html lang="en"><head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>403 Forbidden</title> <link rel="stylesheet" href="/error_docs/styles.css"></head><body><div class="page"> <div class="main"> <h1>Server Error</h1> <div class="error-code">403</div> <h2>Forbidden</h2> <p class="lead">You do not have permission to access this document.</p> <hr/> <p>That's what you can do</p> <div class="help-actions"> <a href="javascript:location.reload();">Reload Page</a> <a href="javascript:history.back();">Back to Previous Page</a> <a href="/">Home Page</a> </div> </div></div></body></html> core-compiled.js:44:23

:(
 
Is there a setting to disable on the CloudFlare side?
I modified the template of a different add-on, no problem.
but it never accepts a change I made to the page_container template.
 
1723109206664.webp

This has come up hundreds of times.

A simple search would have led you to this.

 
Solution
Back
Top Bottom