autotutorial
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Varnish issueForum: Fixing WordPress
In reply to: Media Folders on the ServerForum: Networking WordPress
In reply to: WP multisite – media library setupif you started with a previous multisite 3.5 it is normal to view the file folder https://wordpress.org/support/article/multisite-network-administration/
advanced administration you can set your own path from your network upon modification. Network management -> sites -> modification -> settings.
It is also possible to change the predetermined directory with or without a multi-site to support a media folder inside the wp-content folder without initial and final slashes.
define('UPLOADS','wp-content/media');Organize my uploads into month- and year-based folders – Check this box if you wish to organize your uploads into folders based on the year and the month of the upload. As of 3.5, wp-content/uploads is the default path setting for the uploads folder
With multisite I don’t find this setting on average but maybe you are luckier. For multisite in the advanced administration set a zero for use yearmonrh if you don’t want folders by year and month
Hi welcome, can you report the error that GUTERBANG prints to you?
Instruction for backup https://codex.wordpress.org/WordPress_Backups so if something goes wrong you can go back
Try what is written here including the javascript solution.
https://wordpress.org/support/topic/page-post-updating-failed-wordpress-5-2-rest-api-context-query-parameter/#post-11521572If you don’t use guterbang or set up graceful URLs in permalinks (remember to memorize which use of the permalinks you use so after you can go back without errors http 404.), will the problem be solved?
if you have disabled all the plugins and set the default theme, there is some javascript error that will surely be caused by a cache.Note* Please for the next few times write your problem on a new topic and if you use a plugin or theme the most appropriate section will be the support section dedicated to them.
If you write in a solved topic it is difficult to check new messages and your help request may not be read.Forum: Fixing WordPress
In reply to: Broken image links after migration from wordpress.comif you still have the original xml file this plugin does the trick (as you said the domain name and the path must be the same as the destination site) https://wordpress.org/plugins/demomentsomtres-wp-export/
Note* if you have the xml file intact, you can delete the content on the destination site.
I would like to try a test with the plugin on a free account (different domain name and not in the same machine used for the new wordoress installation).
For wordpress 5.2 php requirements 5.6.20
Install a plugin that modifies the path in the database and checks if everything works.If it works, don’t delete the xml file but delete wordpress in your free account and then install the plug-in in the new wordpress domain and this time without using plugins that modify the path since the domain is the same.
Back-up https://codex.wordpress.org/WordPress_Backups
change of the path, change of the domain name or https or port different from that of the installation or new wordpress folder with further explanation in the use of plugins to modify the url in the database. https://wordpress.org/support/article/moving-wordpress/#changing-your-domain-name-and-urls the maximum correspondence from old to new domain is obtained without final slash example serch http://www.olddomain.com to http://www.newdomain.com.Forum: Plugins
In reply to: [WooCommerce] woocommerce plugin causes redirect loopBuongiorno caro dottore deve istruire il suo firewall, Ninjafirewall in Firewall Policies->Advance Policies può impostare CSP, HSTS e altro, se usa il file .htninja verrà eseguito prima che le richieste arrivino a WordPress.
puoi ottenere maggior supporto https://wordpress.org/support/plugin/ninjafirewall/ per i problemi dovuti a NinjaFirewall altresì controlli il log situato /wp-content/nfwlog/ per conoscere se le richieste sono bloccate dal proprio firewall.Forum: Fixing WordPress
In reply to: Multisite images not working anymore.I’m sorry, I don’t know how to import a network.
Each flag is enclosed in square brackets, L indicates not to continue reading the instructions theoretically does not read the rewrite for uploads.
If you remove my rule and from the secondary site click on the image icon, will you indicate the url (obviously remotely)?
Maybe I could find other solutions and, if necessary, change the core.
Meanwhile, I’m glad you solved it. 🙂Forum: Plugins
In reply to: [WooCommerce] woocommerce plugin causes redirect loopGood evening, I’m sorry you haven’t solved yet.
I kindly ask you to ask your host to check for php errors, if there is any firewall, if CDN, https is also CDN?
in case of problems must paste the error text so that we can identify the real problem.You uses the NinjaFirewall plugin,
In the case it has a CDN (it can also be its https) I propose you how to create a script for the NinjaFirewall.
First of all it must not connect by proxy or use compression from its broweser (this also uses proxy)
create a test.php file<?php print_r($_SERVER);if this script shows a single ip address its https service is not CDN likewise compares the value of its public ip https://whatismyipaddress.com/ with the variable $_SERVER[‘REMOTE_ADDR’]
now you can delete the file test.phpWith the unset statement it is canceling CSP, forgive me I believe instead it suffers from problems due to CORS (Ajax), that is, the domain does not correspond exactly with that of the request.
Note* Since it uses HSTS it cannot return to http until the last browser has exceeded the limit set in htaccess.
Forum: Plugins
In reply to: [WooCommerce] woocommerce plugin causes redirect loopHave you declared two different errors confirming that if you install WooCoomerce plugin https://wordpress.org/plugins/woocommerce/ and plugin WooCommerce PayPal Checkout Payment Gateway https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ these errors no longer appear?
Fatal error: Uncaught Error: Call to undefined function get_woocommerce_currency() in /var/www/newkml/wordpress/wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-settings.php:293 Stack trace: #0 /var/www/newkml/wordpress/wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-plugin.php(354): WC_Gateway_PPEC_Settings->currency_has_decimal_restriction() #1 /var/www/newkml/wordpress/wp-includes/class-wp-hook.php(286): WC_Gateway_PPEC_Plugin->activate('') #2 /var/www/newkml/wordpress/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters('', Array) #3 /var/www/newkml/wordpress/wp-includes/plugin.php(465): WP_Hook->do_action(Array) #4 /var/www/newkml/wordpress/wp-admin/plugins.php(177): do_action('activate_woocom...') #5 {main} thrown in /var/www/newkml/wordpress/wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-settings.php on line 293the WooCommerce plugin runs all other WooCommerce support families
Klarna On-Site Messaging for WooCommerce plugin
Requires either Klarna Checkout for WooCommerce or Klarna Payments for WooCommerce to be installed.the second error you posted refers to a function that exists only with the active WooCoomerce plugin and I say maybe there’s some permission error.
[Fri May 17 12:22:01.189191 2019] [php7:error] [pid 13144] [client 95.216.136.47:43558] PHP Fatal error: Uncaught Error: Call to undefined function wc_get_base_location() in /var/www/newkml/wordpress/wp-content/plugins/klarna-onsite-messaging-for-woocommerce/klarna-onsite-messaging-for-woocommerce.php:156\nStack trace:\n#0
https://plugins.trac.wordpress.org/browser/woocommerce/trunk/includes/wc-core-functions.php#L1100
I’m sorry for your problem and I really want to help you but I can only to advise backup https://codex.wordpress.org/WordPress_Backups , to empty the cache hosting, cache plugins, CDN cache, browser cache.
My intervention is not to be understood as the solution to its problem that will be solved by WooCommerce experts, we are just chatting and I hope without offending it 🙂- This reply was modified 7 years ago by autotutorial.
Forum: Fixing WordPress
In reply to: Multisite images not working anymore.https://wordpress.org/plugins/woocommerce/ this plugin as required requires wordpress 4.7 or higher but I don’t think it offers support for current versions 4.7 higher when the first installation was less than 3.5 (file paths change).
Forum: Fixing WordPress
In reply to: cURL error 28 and REST-API call failure in Site Health CheckcURL 7.29.0 this version dates back to 6 years ago while php 7.3 in December 2018.
make sure the certificate checks locally if the pem file is present. https://curl.haxx.se/docs/releases.htmlForum: Fixing WordPress
In reply to: Multisite images not working anymore.When you need to upload files you have to remove the rule, this path is for the site 5 folder (secondary site) wp-content/blogs.dir/5/files/ a limit at your risk I could try two rules together for either the primary site or the single secondary site.
remove the rule load a file in the main site tell me what the local path is.
at 200% it is a problem of WooCommerce open the ticket and let us know if it supports an original installation prior to version 3.5 multisiteForum: Fixing WordPress
In reply to: Deleted wp_options table accidently.Change url without end slash wp_options https://www.hostdime.com/kb/plugins/servlet/mobile?contentId=2228429#content/view/2228429
Forum: Fixing WordPress
In reply to: Deleted wp_options table accidently.Forum: Fixing WordPress
In reply to: Deleted wp_options table accidently.Sorry wp-contents/debug.log.
Create new ADMIN https://wordpress.org/support/topic/admin-login-error-sorry-you-are-not-allowed-to-access-this-page/- This reply was modified 7 years ago by autotutorial.