happypea
Forum Replies Created
-
Forum: Plugins
In reply to: [Interactive Content – H5P] Can’t add new contentOk, thank you.
Where in the file do I check permissions/owners? How can I see it for each file? I don’t know where to look.Forum: Plugins
In reply to: [Interactive Content – H5P] Can’t add new contentYes, the file you mentioned exists.
How should I check it? Open the file, copy, and paste it here?
Forum: Plugins
In reply to: [Interactive Content – H5P] Can’t add new contentThere is wp-content/.htaccess that has below:
# BEGIN ShortPixelWebp
# The directives (lines) between “BEGIN ShortPixelWebp” and “END ShortPixelWebp” are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.# END ShortPixelWebp`
Forum: Plugins
In reply to: [Interactive Content – H5P] Can’t add new contentSo Wordfence has below in .htaccess file. (I changed some parts to *.)
Is this the reason?# Wordfence WAF
<IfModule LiteSpeed>
php_value auto_prepend_file ‘/home/****com/public_html/wordfence-waf.php’
</IfModule>
<IfModule lsapi_module>
php_value auto_prepend_file ‘/home/****com/public_html/wordfence-waf.php’
</IfModule>
<Files “.user.ini”>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Files># END Wordfence WAF
Forum: Plugins
In reply to: [Interactive Content – H5P] Can’t add new contentThank you for your reply.
My site has Wordfence and my host has Immunity 360 and Mod Security.
What kind of scripts(?) should I be looking for? (Is it safe to post the .htaccess code here publicly?)Also, how can I delete the link I posted above? I wasn’t thinking thoroughly about posting it publicly..
Forum: Plugins
In reply to: [Interactive Content – H5P] Can’t add new contentHi, thank you for your reply.
I see…
I got these from the browser console.JQMIGRATE: Migrate is installed, version 3.3.2 load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils&ver=6.0.2:5
jquery.js?ver=1.15.4:2Allow attribute will take precedence over ‘allowfullscreen’.
attr @ jquery.js?ver=1.15.4:2
h5peditor-metadata-author-widget.js:1Failed to load resource: the server responded with a status of 403 ()
h5peditor-metadata.js?ver=1.15.4:23Uncaught TypeError: H5PEditor.metadataAuthorWidget is not a function
at new MetadataForm (h5peditor-metadata.js?ver=1.15.4:23:486)
at ns.Form.processSemantics (h5peditor-form.js?ver=1.15.4:47:590)
at h5peditor-library-selector.js?ver=1.15.4:12:241
at h5peditor.js?ver=1.15.4:17:126
at h5peditor.js?ver=1.15.4:10:1
at script.onload (h5peditor.js?ver=1.15.4:2:181)
DevTools failed to load source map: Could not load content for chrome-extension://aajahhgggmjeoanmebkebnikpnfkbejb/js/Content.js.map: System error: net::ERR_BLOCKED_BY_CLIENTload-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils&ver=6.0.2:2 POST https://www.ttjpl.com/wp-admin/admin-ajax.php net::ERR_NAME_NOT_RESOLVED
As for .htaccess files, I remember adding some code to enforce https.