ini0r
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Cannot add or change featured imageIt was an issue with the theme an updated fixed it.
Forum: Plugins
In reply to: [The Events Calendar] Cannot add or change featured imageplease remove this post
- This reply was modified 1 year, 3 months ago by ini0r.
Forum: Plugins
In reply to: [The Events Calendar] Cannot add or change featured imageI made more tests and found that version 6.9.0 was working as expected from my backups.
With this version I can remove, add & change featured image on events.
Forum: Plugins
In reply to: [WP Auto Updater] Mail notification missing subject & test bodyIt seems that when translations notifications are disabled a blank mail is still sent with no subject.
Forum: Plugins
In reply to: [WPS Hide Login] NOT working with wp 5.8Yep in my case the issue was present because no .htaccess was present in the wp root folder.
Thanks for the follow-up.
Forum: Plugins
In reply to: [WPS Hide Login] NOT working with wp 5.8Hi @agitnaeta
when you setup WP for the first time a
.htaccessfile is generated in the root folder of your WP install, please note that this file need to be readable by your web-server so give it the appropriates rights & owner, please find the content :# BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress- This reply was modified 4 years, 9 months ago by ini0r.
Forum: Plugins
In reply to: [WPS Hide Login] NOT working with wp 5.8Seems related to the fact that my setup was missing a .htaccess file in the root folder.
- This reply was modified 4 years, 9 months ago by ini0r.
Forum: Fixing WordPress
In reply to: Can’t update any post or pages since 5.1Hi,
thanks for your reply.
I did not install any form of security plugin, even disabling all of the installed plugin doesn’t solve the issue.
I did not changed anything regarding this REST API so I don’t understand why it is suddenly not working.
At my knowledge the latest change was the 5.1 update, before I could update or change pages & posts..
This new editor is added by 5.1 update ?
SOLVED : Found that my .htaccess file was not owned by webserver user, fixing this allowed me to udate & change post/pages again.
Thanks for your help !
- This reply was modified 7 years, 3 months ago by ini0r.
Forum: Fixing WordPress
In reply to: Can’t update any post or pages since 5.1Hi kartiks16,
thanks for your message.
Unfortunately changing permalink doesn’t help, so since the 5.1 update I can’t update any post or page.
Why there’s 404 on my logs when I try to edit a page ?
Forum: Fixing WordPress
In reply to: Can’t update any post or pages since 5.1Disabled all plug-ins -> no luck, event previewing a page does not work anymore !
Using your pasted code here seems to solve the error on source (can you confirm ?)
For the record here’s the exact string I first pasted into CMP :
<!-- Matomo --> <script type="text/javascript"> var _paq = _paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="https://analytics.octarine.io/"; _paq.push(['setTrackerUrl', u+'piwik.php']); _paq.push(['setSiteId', '15']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code -->On validation <script> and <!– where stripped so I don’t know where’s is the bug, thanks a lot !
Thanks for that quick reply, just done copy-paste again do you still see the error ?
@niteo Thank you a lot !