jkling
Forum Replies Created
-
Hi Veronica,
if I get you right, I can do it all on my own as long as I understand the systematic.
No worries about some hidden misfunction ??thx
Forum: Plugins
In reply to: [WP Blog Post Layouts] Select a categoryHello
Selectbox in Gutenberg
https://snipboard.io/26fbSC.jpgConsole backend
https://snipboard.io/5Zjbx1.jpgCategories
https://snipboard.io/Pu1Vno.jpgConsole backend: after I have deactivated all plugins
https://snipboard.io/UhO51r.jpgNext I have changed theme from Kahuna (free version) to Twenty Nineteen. All the same.
Would you like the credentials for the staging site?
Best regrads
JürgenDoes this mean the old ini file in the cache is still in use,
even if I change the code or even delete the file?Hurray!
I found one old site of mine without SSL. And all you wrote, came out true.
ThxThx
PS.: And some paid plugins update automatically as long as the lincence is valid.
Forum: Plugins
In reply to: [Contact Form 7] conflict with name and valueI have studied the docs and stackoverflow before I have posted my request.
But if you have 2 equal values, always the output is always the first name-value-pair of those, even the second is selected.When I switch the order, the results come with the same pattern.
[select* restaurant first_as_label
“W?hle den Empf?nger aus:|—”
“Juergen|kling@kab***net.at”
“Ratte|pinky@kab***i.at”
“Pinky|pinky@kab***i.at” ]`#3
[raw_restaurant] -> pinky@kab***i.at
[restaurant] -> RatteI have solved this with a workaround.
—–Form—
[hidden my_selceted_name id:my_selceted_name]
[select* my_select id:my_selectt first_as_label
“Select:|—”
“name-a|value-a”
“name-b|value-b”
“name-c|value-c” ]—– JS —————
jQuery(‘#my_select’).on(‘change’, function(){
var mySelectName = jQuery(this).find(‘option:selected’).text();
mySelectName = jQuery.trim(mySelectName);
jQuery(‘#my_selceted_name’).val(mySelectName );
/* console.log(my_selceted_name); */
});——- email if option “c” is selected ——————-
[my_select] = name-b
[_raw_my_select] = value-c
[my_selceted_name] = name-c`Forum: Plugins
In reply to: [Tickera - WordPress Event Ticketing] Short Code for button does not workThank you. My fault.
The new ticket type was still a draft. Now it works.
But now I have a much harder problem.
When I click continue at payment summery this errors occureWarning: Cannot modify header information – headers already sent by (output started at /my-root/wordpress/wp-content/themes/hello-elementor/header.php:14) in /my-root/wordpress/wp-includes/pluggable.php on line 1265
Warning: Cannot modify header information – headers already sent by (output started at /my-root/wordpress/wp-content/themes/hello-elementor/header.php:14) in /my-root/wordpress/wp-includes/pluggable.php on line 1268
This happens no matter which theme. Hello may be the cleanest I can get.
The error messages just flashes. Then the table is loaded but not the continue button.
I have deactivated all plugins.
If I can handle the free version, I am lokking forward for the pro.
Best regards
JürgenI am using NJFW for about 3 years on many wordpress websites without any security problems. AFAIK 7G won’t raise a conflict, but it will be redundant.
Do you mean just an additional tool or realy another layer? Where should this layer be placed.Hi, I do not have to test it this way, because when the phpinfo.php is protected against guests with the scaring shield of the Ninja Logo, this is a true sign of a impregnable fortress!
But later on I will check out the NFW_STATUS. Maybe there occure some unexpected numbers.
Meanwhile I have migrated a wordpress site with NJFW in FullWAF successfully without any problems. Of Course the duplicator plugin could not add the auto_prepend_file directive to the servers php.ini. So at first the FW was disabled.
After I have fixed the php.ini, the overview startet from the scratch.
At this time the Fw should allready be running. I am sorry, that I have not checked this out. Anyway. In the next step this error message occured:NinjaFirewall detected that the PHP auto_prepend_file directive seems to be used by another application: "myroot"/wp-content/nfwlog/ninjafirewall.php. Because NinjaFirewall needs to use that directive, it will override it.
I selected php.ini and next. Et voilà the next steps have been skipped and the FW was running, without a new php.ini in “myroot”.
No problem at all, because the manually adjustment of the server ini is easy and works well. Nevertheless an remarkable fun fact.
I do not understand, why your FW does not appear in the best rankings for security plugins beside these bloated “you know who” plugins.
Best wishes
??
Your were very quick with your answer, though I had some time to study all settings of NinjaFirewall. As you say, I could not find anything, that screams for 7G.
thxI cannot delete the epmtpy directive, because the editor generates the file.
No entry leads to:auto_prepend_file =
But now I have uploaded an empty file, to put a value on the right side.
This is the protocoll:
1. global ini; auto_prepend_file = foe.txt (empty file)
2. call phpinfo.php; echos auto_prepend_file = foe.txt
3. install firewall from repository
4. check no local php.ini in the root
5. run Full WAF setup
6. new local php.ini in the root set by the NJ firewall
7. Test Firewall
8. Error
9. call phpinfo.php; echos auto_prepend_file = my server-path/wp-content/nfwlog/ninjafirewall.php
10. call phpinfo.php in an other browser as guest, firewall is running
Sorry , your request cannot be processed.
For security reasons, it was blocked and logged.Again the ini does what it has todo. It delivers the right value and the server delivers the file to the phpengine.
I am pretty sure that conditions to raise the error cannot deal with the situation.
if (! defined('NFW_STATUS') || NFW_STATUS != 20 ) { echo '<div class="error settings-error"><p>'. __('Error: The firewall is not loaded.', 'ninjafirewall'). '</p></div> <h3>'. __('Suggestions:', 'ninjafirewall'). '</h3>
I found two times in your script defined(‘NFW_STATUS’) = 20 and about 10 times an other status. But then I have stopped my investigations.
In the whole plugin directory there is only the .htninja.sample and now .htninja.
Maybe this is important for you.I have tried user.ini, but this is not supported by the server.
There is no problem with the php.ini in the subdomain.
It overwrites the auto_prepend_file directive from the global php.ini perfectly.
The phpinfo() function gives back the value(path) of the local php.ini and the prepended file is interpreted by php.Only the firewall acts strange.
I have checked the whole path until firewall.php is loaded.
And as you see, it is loaded.
The backend shows an error message.
The admin is blocked from the phpinfo but not from the backend at the same time.As soon as I restore my solution with the custom auto_prepend_loader.php all woks fine.
This is a very pure demo site without content or other plugins.
If you like, I can send you the credentials for wp and ftp
to your helpdesk https://nintechnet.com/helpdesk/By now I have deleted the plugin to start from scratch.
Hi,
you are right. I can see it now. But the plugin is linked to your company in the backend.
https://snag.gy/woLaKH.jpgIf there are no relations between you an XIBO ltd, you may tell them to change the link. But I wonder that you do not know the tool, as you gave it a rating in this comparision
https://updraftplus.com/wordpress-backup-plugin-comparison/However, I will post my request again in the forum where it belongs to.
https://www.ads-software.com/support/plugin/backupwordpress/