firehold
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can not edit nor make a new page after 6.7If there are errors which are displayed please post them here.
If not try to activate the debugstatus in the config.php.
Forum: Fixing WordPress
In reply to: Can’t log inI already told you the steps to do.
I dont know where yopu are hosting your site so its not possible to tell you exactly how to accessing it.
But when installing wordpress you should have already used a FTP-Connection. you could use this one again. In the main directory of wordpress there is a file calledconfig.php
download it and edit the line at the bottom$debugstatus = true;
change that to
$debugstatus = false;
save the file and upload it to your hoster.
If you have a hoster where youn installed WordPress with an installation wizard of the hoster you should be able to open a WebFTP or Fileexplorer in the administration of your hoster. There you can also find the config.php and edit it then there in the explorer like i wrote below.
Forum: Fixing WordPress
In reply to: Lost Dashboard accessWhats the reason for not going on the latest recommended PHP Version?
Do you have custom made code which could not work anymore?Plugins which are still getting updated by the creators should all work fine after updating them.
Forum: Fixing WordPress
In reply to: Can’t log inOpen the config.php via FTP.
change $debugstatus = true; to false.
Then you can login and updating the plugins.
Forum: Developing with WordPress
In reply to: Auto Update to 6.7 now WarningsHey @threadi ,
thank you very much for the very fast reply. Deactivating the debig was the way to go. i was able to login again and updated all themes and plugins.
The problem is, that some Notices and Warnings remain also after the updates.
In the frontend i get following errors:
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the
updraftplus
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at theinit
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for thewordpress-seo
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at theinit
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /wp-includes/functions.php on line 6114
Warning: Cannot modify header information - headers already sent by (output started at/wp-includes/functions.php:6114) in /wp-content/plugins/borlabs-cookie/classes/Cookie/Frontend/CookieBlocker.php on line 81In the backend i get:
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the thegem-elements-elementor domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the updraftplus domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /wp-includes/functions.php on line 6114
Warning: Cannot modify header information - headers already sent by (output started at /wp-includes/functions.php:6114) in /wp-admin/includes/misc.php on line 1438
Warning: Cannot modify header information - headers already sent by (output started at /wp-includes/functions.php:6114) in /wp-includes/functions.php on line 7137
Warning: Cannot modify header information - headers already sent by (output started at /wp-includes/functions.php:6114) in /wp-admin/admin-header.php on line 9Additional ALL umlauts like ?, ?, ü are now broken. How to fix that?
What was that for a crappy update?EDIT: The umlauts problem ist just with debug status active, so that is no real problem because after the warnings etc. are fixed it should be fine
- This reply was modified 3 months, 4 weeks ago by firehold. Reason: The umlauts problem ist just with debug status active, so that is no real problem because after the warnings etc. are fixed it should be fine
Forum: Fixing WordPress
In reply to: Plugin for local image optimisation?@a2hostingrj thank you very much for your answer.
Does this plugins also implements srcsets for different images sizes?
Many Greets
Forum: Fixing WordPress
In reply to: Upload and Password protect .exe fileThank you for your answer.
I know i can upload any file via FTP into a folder, but then wordpress and the download manager plugins cant work with it to hide the path.I want to hide the download path and only make the download acessable with a password.
Forum: Themes and Templates
In reply to: [Zakra] Client Slider doesnt workHello,
thanks for your reply.
I sent the link via chat support.Thanks
Forum: Themes and Templates
In reply to: [Zakra] Top Header Social IconsHello,
thank you very much for your answer.
In some forum posts there was the Information that you can change the right top header social icons/links with widgets.Meanwhile i found them in
Appearance > Customizer > Theme-Options > Header > Header Top Bar
So thank you for your help, solved.
Forum: Themes and Templates
In reply to: [Zakra] Settings after Elementor update?Hey,
thank you for your answer.
I found the solution already.
I just had to set site width to from 1140 to 1244 .The icons which i ment was missing, cause Elementor just installed
Fontawesome Solid, Fontawesome Regular and Fontawesome Brands.
The Packs Fontawesome Light and Fontawesome Duotone are not installed and just can be added with Pro Version.So thank you but its solved
Forum: Developing with WordPress
In reply to: Plugin – current user not set – user id 0Thank you so much for your detailed answer and explanation.
I dont know whats happened but after some trys i set the action hook back to init and now all works fine. I can use the user id inside of my class without a special template site. Also the shortcode works.
Im very happy. Thank you so much for all your help!
Forum: Developing with WordPress
In reply to: Plugin – current user not set – user id 0Thank you so much for your help!
So when i understand correctly “init” is still too early?
Is there a hook you can recommend which already has loaded user object but before loading content? Because i need a shortcode registration which needs to fires before the content is loaded or not?The solution with the filters seems like a nice little hack, but isnt it wrong or not mentioned?
It feels not good, not valid, like hardcoding…- This reply was modified 5 years, 10 months ago by firehold.
Forum: Developing with WordPress
In reply to: Plugin – current user not set – user id 0Thank you for your answer bcworkz
The output in a seperate template-file works for me too.Unfortunatelly i need the user-ID in my MyPlugin class and there the value is still 0.
Also directly after the class in the plugin-file im not able to call the id.
So what i have to do, to work with the userid inside my class?Thank you very much in advance.
- This reply was modified 5 years, 10 months ago by firehold.
Forum: Developing with WordPress
In reply to: Plugin – current user not set – user id 0Thank you very much. So when i read correctly “init” instead of “plugins_loaded” would load after user is initialize.
Unfortunatelly this doesnt solve my issue. Am i wrong at some point?Forum: Developing with WordPress
In reply to: init plugin without construct?Thank you so much, that looks much more clear than the code before. So in plugin setup i can declare all my vars i need in the class.
Manny thanks