Title: autotutorial's Replies - page 19 | WordPress.org

---

# autotutorial

  [  ](https://wordpress.org/support/users/autotutorial/)

 *   [Profile](https://wordpress.org/support/users/autotutorial/)
 *   [Topics Started](https://wordpress.org/support/users/autotutorial/topics/)
 *   [Replies Created](https://wordpress.org/support/users/autotutorial/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/autotutorial/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/autotutorial/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/autotutorial/engagements/)
 *   [Favorites](https://wordpress.org/support/users/autotutorial/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 271 through 285 (of 706 total)

[←](https://wordpress.org/support/users/autotutorial/replies/page/18/?output_format=md)
[1](https://wordpress.org/support/users/autotutorial/replies/?output_format=md) 
[2](https://wordpress.org/support/users/autotutorial/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/autotutorial/replies/page/3/?output_format=md)…
[18](https://wordpress.org/support/users/autotutorial/replies/page/18/?output_format=md)
19 [20](https://wordpress.org/support/users/autotutorial/replies/page/20/?output_format=md)…
[46](https://wordpress.org/support/users/autotutorial/replies/page/46/?output_format=md)
[47](https://wordpress.org/support/users/autotutorial/replies/page/47/?output_format=md)
[48](https://wordpress.org/support/users/autotutorial/replies/page/48/?output_format=md)
[→](https://wordpress.org/support/users/autotutorial/replies/page/20/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Replace images correctly](https://wordpress.org/support/topic/replace-images-correctly/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/replace-images-correctly/#post-12156093)
 * > I replaced a file, but it didn’t change!
   >  There are two main reasons this would
   > happen.
   > First, make sure you are not viewing a cached version of the file, especially
   > if you replaced an image. Press “Refresh” in your browser to make sure.
   > Second, if the file really looks unchanged, make sure WordPress has write permissions
   > to the files in your uploads folder. If you have ever moved your WP installation(
   > maybe when you moved it to a new server), the permissions on your uploaded 
   > files are commonly reset so that WordPress no longer has permissions to change
   > the files. If you don’t know how to do this, contact your web server operator.
 * Support here [https://wordpress.org/support/plugin/enable-media-replace/](https://wordpress.org/support/plugin/enable-media-replace/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [uploading media error](https://wordpress.org/support/topic/uploading-media-error-4/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/uploading-media-error-4/#post-12155749)
 * otherwise you have to check if from the wordpress installation folder and all
   subsequent folders have the same property … in an ftp client it translates into
   the registered always the same number for the owner.
    If all the folders and 
   files have the same number you need larger permissions or you have to change 
   the owner to all the folders or files if php wants to be the owner .. Surely 
   your hosting company knows how php works and who should be the owner … Ask them
   for support is not a WordPress problem.
 * in the case of reinstallation, reference is made to what is necessary to complete
   backup of the files and databases. Then having deleted each folder, files on 
   your server, otherwise not work with true permissions.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Problems with timezone when using new function wp_date()](https://wordpress.org/support/topic/problems-with-timezone-when-using-new-function-wp_date/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/problems-with-timezone-when-using-new-function-wp_date/#post-12155563)
 * [@guido07111975](https://wordpress.org/support/users/guido07111975/) sorry I 
   had forgotten, that you are using wp_date correctly.
    Edit is not recommended
   to set globally rather use DateTimeZone.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Problems with timezone when using new function wp_date()](https://wordpress.org/support/topic/problems-with-timezone-when-using-new-function-wp_date/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/problems-with-timezone-when-using-new-function-wp_date/#post-12155158)
 * the time function of php returns a timestamp independent of the offeset.
    date_format
   uses the offset of the php script you can solve globally From php 5.1 [https://www.php.net/manual/en/function.date-default-timezone-set.php](https://www.php.net/manual/en/function.date-default-timezone-set.php)
   intstead of setting for data_format from PHP 5.2.1 [https://www.php.net/manual/en/datetime.format.php](https://www.php.net/manual/en/datetime.format.php)
   PHP 5.2.0: For UTC if is timestamp: [https://www.php.net/manual/en/datetime.settimezone.php](https://www.php.net/manual/en/datetime.settimezone.php)
   For all eccept UTC if is timestamp DateTimeZone: [https://www.php.net/manual/en/datetime.construct.php](https://www.php.net/manual/en/datetime.construct.php)
   Example: `$date = new DateTime($time,new DateTimeZone("UTC"));` $time not timestamp.
   if globally imposed, functions like strtotime have the expected results (your
   scripts or other scripts executed after you).
 * > [Date/Time component improvements in WordPress 5.3](https://make.wordpress.org/core/2019/09/23/date-time-improvements-wp-5-3/)
 * 
    the real question is WordPress set always as UTC (globally) in the core? I 
   can’t answer because the documentation is missing.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Updating failed. Error message: The response is not a valid JSON response.](https://wordpress.org/support/topic/updating-failed-error-message-the-response-is-not-a-valid-json-response-2/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/updating-failed-error-message-the-response-is-not-a-valid-json-response-2/#post-12152607)
 * you cannot make a request from one domain to another domain ..
    Bad: Request:
   [http://domain.com](http://domain.com) To: [http://www.domain.com](http://www.domain.com)
 * Good:
    Request: [http://domain.com](http://domain.com) To: [http://domain.com](http://domain.com)
   I hope you’re fine 🙂 the block does not depend on wordpress but on the browser.
   There are plugins that add a header .. just for aesthetics it is not good to 
   add such headers.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [5.3 upgrade error](https://wordpress.org/support/topic/5-3-upgrade-error/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/5-3-upgrade-error/#post-12152285)
 * [@scmsteve](https://wordpress.org/support/users/scmsteve/) try disabling all 
   plugins switch to the default theme clear your cache plugin, clear your hosting
   cache, empty your cdn cache, clear your browser cache.
    Now use the private mode
   of chrome. does the problem exist now?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [5.3 upgrade error](https://wordpress.org/support/topic/5-3-upgrade-error/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/5-3-upgrade-error/#post-12152192)
 * [https://core.trac.wordpress.org/attachment/ticket/48593/mhshohel-fatalerrorfix.diff](https://core.trac.wordpress.org/attachment/ticket/48593/mhshohel-fatalerrorfix.diff)
   
   Applying this patch means you have to use this also with WordPress 5.3. each 
   update can cancel patch changes. I see that I can answer the ticket: /
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [uploading media error](https://wordpress.org/support/topic/uploading-media-error-4/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/uploading-media-error-4/#post-12152153)
 * Backup file and database [https://wordpress.org/support/article/wordpress-backups/](https://wordpress.org/support/article/wordpress-backups/)
   
   Download your WordPress version (default language en) [https://wordpress.org/download/releases/](https://wordpress.org/download/releases/)
   extract the zip file in a folder on your PC. Remove the wordpress folder, copy(
   not move) the wp-content / uploads or blog.dir folder to the folder you extracted.
   Copy your wp-config.php to the folder you extracted, copy your temp folder to
   the folder you extracted. copy your themes folder to the folder you extracted.
   copy your plugins folder to the folder you extracted. now create a zip file. 
   Probably your hosting allows you to install compressed archives and unzip them
   in your destination folder. Currently I believe you have problems with file ownership
   and / or permissions. If you add them via ftp the owner is the ftp user … set
   all directories to 775 and file 664 .. if you still have problems indicate the
   error .. contact your hosting to know if the php files must be owned ftp or created
   by php .. (in the second case it is possible to create them with php). Only if
   you have full back-up.
    -  This reply was modified 6 years, 6 months ago by [autotutorial](https://wordpress.org/support/users/autotutorial/).
      Reason: Edit
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Problems with DOMAIN_CURRENT_SITE value](https://wordpress.org/support/topic/problems-with-domain_current_site-value/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/problems-with-domain_current_site-value/#post-12152099)
 * Hi guys I hope you are okay, the domain mapping guide is referenced for a clean
   installation, without secondary sites it is your care to set the domains.
    If
   you want I can tell you how to get rid of your old installation to a new one (
   it means default language, suitable folder for secondary sites). Change domain
   [https://wordpress.org/support/topic/howto-domain-mapping-without-a-plugin-instructions/](https://wordpress.org/support/topic/howto-domain-mapping-without-a-plugin-instructions/)
   [@bcworkz](https://wordpress.org/support/users/bcworkz/) thank you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error:](https://wordpress.org/support/topic/fatal-error-3335/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-3335/#post-12151133)
 * From PHP 7.0 [https://github.com/WordPress/WordPress/blob/master/wp-includes/wp-db.php#L1673](https://github.com/WordPress/WordPress/blob/master/wp-includes/wp-db.php#L1673)
   all the mysql functions are removed, use mysqli instead.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Problems with DOMAIN_CURRENT_SITE value](https://wordpress.org/support/topic/problems-with-domain_current_site-value/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/problems-with-domain_current_site-value/#post-12150994)
 * `define( 'SUNRISE', 'on' );`
    this was used with a plugin before wordpress 4.5.
   [WordPress MU Domain Mapping](https://wordpress.org/plugins/wordpress-mu-domain-mapping/)
   Short answer
 * > Usually plugins are as the name suggests: plug in and go. But with the WordPress
   > MU Domain Mapping plugin, you have to manually install it. You need to put 
   > the domain_mapping.php file into the mu-plugins folder, and the sunrise.php
   > file into the wp-content folder. If you don’t have the mu-plugins folder already
   > on your system, simply create it underneath the wp-content folder.
 * Have you configured the domains with Cname or only ip? did you create the delete
   site file as indicated on the home page of that plugin?
    The code with the years
   changes is normal if you have problems, you should use the native method in WordPress
   4.5 (I don’t know how to indicate how to convert your existing domains). Bad:`
   define( 'DOMAIN_CURRENT_SITE', $_SERVER['HTTP_HOST'] );` Correct `define( 'DOMAIN_CURRENT_SITE','
   domain.tld' );` Only Network here (never ever secondary site).
 * [https://wordpress.org/support/topic/howto-domain-mapping-without-a-plugin-instructions/](https://wordpress.org/support/topic/howto-domain-mapping-without-a-plugin-instructions/)
   
   Then `define('COOKIE_DOMAIN', $_SERVER['HTTP_HOST']);` Or `define('COOKIE_DOMAIN','');`
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [How to search inside specific plugins support forum?](https://wordpress.org/support/topic/how-to-search-inside-specific-plugins-support-forum/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/how-to-search-inside-specific-plugins-support-forum/#post-12146553)
 * [https://wordpress.org/support/plugin/related-posts-by-taxonomy/](https://wordpress.org/support/plugin/related-posts-by-taxonomy/)
   
   search with `"phone"` [https://wordpress.org/search/%22phone%22+intext%3A%22Plugin%3A+Related+Posts+by+Taxonomy%22/?forums=1](https://wordpress.org/search/%22phone%22+intext%3A%22Plugin%3A+Related+Posts+by+Taxonomy%22/?forums=1)
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [How to search inside specific plugins support forum?](https://wordpress.org/support/topic/how-to-search-inside-specific-plugins-support-forum/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/how-to-search-inside-specific-plugins-support-forum/#post-12143901)
 * Name plugin space problem [https://wordpress.org/search/related-posts-by-taxonomy+gallery?forums=1](https://wordpress.org/search/related-posts-by-taxonomy+gallery?forums=1)
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Root domain redirected to wp-signup.php?new=example.com](https://wordpress.org/support/topic/root-domain-redirected-to-wp-signup-phpnewexample-com/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/root-domain-redirected-to-wp-signup-phpnewexample-com/#post-12143857)
 * every wordpress version uses a special type of htaccess, before WordPress 3.5
   or later with the multisito and with subdomain or subdirectory.
    What version
   of WordPress did you start with? You also have to paste the contents of the htaccess
   file, (we hope the tables are guaranteed). without information I can’t help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [PHP Fatal error: Call to undefined function wp_kses_normalize_entities()](https://wordpress.org/support/topic/php-fatal-error-call-to-undefined-function-wp_kses_normalize_entities/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/php-fatal-error-call-to-undefined-function-wp_kses_normalize_entities/#post-12143851)
 * if you find that type of error it means that the update has not been successful.

Viewing 15 replies - 271 through 285 (of 706 total)

[←](https://wordpress.org/support/users/autotutorial/replies/page/18/?output_format=md)
[1](https://wordpress.org/support/users/autotutorial/replies/?output_format=md) 
[2](https://wordpress.org/support/users/autotutorial/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/autotutorial/replies/page/3/?output_format=md)…
[18](https://wordpress.org/support/users/autotutorial/replies/page/18/?output_format=md)
19 [20](https://wordpress.org/support/users/autotutorial/replies/page/20/?output_format=md)…
[46](https://wordpress.org/support/users/autotutorial/replies/page/46/?output_format=md)
[47](https://wordpress.org/support/users/autotutorial/replies/page/47/?output_format=md)
[48](https://wordpress.org/support/users/autotutorial/replies/page/48/?output_format=md)
[→](https://wordpress.org/support/users/autotutorial/replies/page/20/?output_format=md)