Title: autotutorial's Replies - page 20 | 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 - 286 through 300 (of 706 total)

[←](https://wordpress.org/support/users/autotutorial/replies/page/19/?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)…
[19](https://wordpress.org/support/users/autotutorial/replies/page/19/?output_format=md)
20 [21](https://wordpress.org/support/users/autotutorial/replies/page/21/?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/21/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [ini_set without init_get check and disabled php functions](https://wordpress.org/support/topic/ini_set-without-init_get-check-and-disabled-php-functions/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/ini_set-without-init_get-check-and-disabled-php-functions/#post-12143829)
 * some shared hosting prevent the use of some functions for security reasons, even
   if I disagree it is your care to enable log_errors display_startup_errors display_errors
   and error_log in development ..
    Otherwise inserting controls means slowing down
   the execution of the code. from wordpress 5.2 there is the possibility of recovering
   fatal errors error_get_last (). I’ve never tried it if it works without enabling
   the error .. a simple error handler is captured independently of the fact that
   error_reporting is turned off … From php 7 the errors are transformed into exceptions(
   if something doesn’t capture them first). set_error_handler does not make the
   screen display appear, with php7 it means that error_get_last is always null 
   even if it encounters a fatal error. debug.log errors generated by the WP_DEBUG
   constant are all related to wordpress …
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [MariaDB authentication does not work when MariaDB is integrated with pam+ldap](https://wordpress.org/support/topic/mariadb-authentication-does-not-work-when-mariadb-is-integrated-with-pamldap/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/mariadb-authentication-does-not-work-when-mariadb-is-integrated-with-pamldap/#post-12143803)
 * > The server requested authentication method unknown to the client
 * the php client interfaces to the Mysqlnd C library (connector) which does not
   support other authentication methods besides the native one … I hope I have been
   clearer.
    For PHP 7.4 have support with caching_sha2_password (that is, besides
   the native method) [https://github.com/php/php-src/commit/4f06e67ad2201390ed35a9ea6288a00c0b04782b#commitcomment-32356655](https://github.com/php/php-src/commit/4f06e67ad2201390ed35a9ea6288a00c0b04782b#commitcomment-32356655)
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [MariaDB authentication does not work when MariaDB is integrated with pam+ldap](https://wordpress.org/support/topic/mariadb-authentication-does-not-work-when-mariadb-is-integrated-with-pamldap/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/mariadb-authentication-does-not-work-when-mariadb-is-integrated-with-pamldap/#post-12143754)
 * [@rodrigorenie](https://wordpress.org/support/users/rodrigorenie/) currently 
   php can be accessed through libraries and through Mysqlnd you can only use it
   
   mysql_native_password (without plugin) [https://mysqlserverteam.com/upgrading-to-mysql-8-0-default-authentication-plugin-considerations/](https://mysqlserverteam.com/upgrading-to-mysql-8-0-default-authentication-plugin-considerations/).
   [https://www.php.net/manual/en/mysqli.requirements.php](https://www.php.net/manual/en/mysqli.requirements.php)
 *   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-12143404)
 * the contents the url are stored in the database, after setting the new url (home
   and siteurl), with a plugin you have to search for and replace the old url in
   the new one. (otherwise the post has the old name).
    [Plugins or script for change url](https://wordpress.org/support/article/moving-wordpress/#changing-your-domain-name-and-urls)
 * Diagnosing errors, there is also a link to recover a javascript error.
    [Error](https://wordpress.org/support/topic/read-this-first-wordpress-5-3-master-list/#post-12124044)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error](https://wordpress.org/support/topic/fatal-error-3334/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-3334/#post-12143287)
 * It is not a theme present in the wordpress repository I looked at and you are
   using version 7.6 (with Git-alpha folder but your style.css indicates Git-master
   means that the your folder should be changed to Git-master) instead the current
   theme is 12.2 but I believe you use a customized version so you can turn to where
   you downloaded this theme.
    If you can access the panel deactivate and switch
   to one of the predefined themes otherwise with an ftp client go to wp-content/
   themes/Git-alpha/ and rename it to wp-content/themes/old_Git_alpha/
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why my links show as /?page_id=xx ? my permalinks is set up as post](https://wordpress.org/support/topic/wordpress-why-my-links-show-as-page_idxx-my-permalinks-is-set-up-as-post/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/wordpress-why-my-links-show-as-page_idxx-my-permalinks-is-set-up-as-post/#post-12143163)
 * I’m glad you solved it
    `https://yourdomain.com/wp-admin/post.php?post=1283&action
   =edit` if you go to edit this id which post/page is it referring to?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why my links show as /?page_id=xx ? my permalinks is set up as post](https://wordpress.org/support/topic/wordpress-why-my-links-show-as-page_idxx-my-permalinks-is-set-up-as-post/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/wordpress-why-my-links-show-as-page_idxx-my-permalinks-is-set-up-as-post/#post-12143031)
 * [@dragonita](https://wordpress.org/support/users/dragonita/) :
    Go to your homepage(
   [https://yourdomain.com/](https://yourdomain.com/)) choosing the spanish language
   click on the green card link. your home link has this value [https://yourdomain.com/carta-verde/](https://yourdomain.com/carta-verde/)(
   this OK with es language)
 * Go to your homepage ([https://yourdomain.com/](https://yourdomain.com/)) choosing
   the english language click on the green card link.
    your home link has this value
   [https://yourdomain.com/?p=1283](https://yourdomain.com/?p=1283) (this error 
   404 if you have en/ suffiss from your url).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Website debug php warning for coblocks](https://wordpress.org/support/topic/website-debug-php-warning-for-coblocks/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/website-debug-php-warning-for-coblocks/#post-12142937)
 * the first warning tells you that it cannot find this file /var/www/wp-content/
   plugins/coblocks/src/blocks/post-carousel/block.json (/var/www) is your root 
   directory.
    This file is with the coblocks plugin, it may be that it must create
   it but it does not have the right permissions or that file has been deleted. 
   Contact the support of this plugin. `https://wordpress.org/plugins/coblocks/#
   installation`
 * > Installation
   >  Upload the coblocks folder to your /wp-content/plugins/ directory
   > or alternatively upload the coblocks.zip file via the plugin page of WordPress
   > by clicking ‘Add New’ and selecting the zip from your computer. Install and
   > activate the Gutenberg WordPress plugin. Activate the CoBlocks WordPress plugin
   > through the ‘Plugins’ menu in WordPress. Use CoBlocks blocks on your next page
   > or post.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Double URL in every link](https://wordpress.org/support/topic/double-url-in-every-link/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/double-url-in-every-link/#post-12142876)
 * Phpmyadmin (for MySQL)
    wp_base , wp_blogs, wp_options e wp_2_options. copy the
   two url’s (home , siteurl) in this thread. I see your site or wp-admin correct.
   change browser or use chrome’s private mode.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Update wordpress](https://wordpress.org/support/topic/update-wordpress-14/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/update-wordpress-14/#post-12142672)
 * Server
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Update wordpress](https://wordpress.org/support/topic/update-wordpress-14/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/update-wordpress-14/#post-12142606)
 * your server cannot communicate to https (ssl) url.
 *   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-12142600)
 * If you not have this file wp-includes/kses.php function wp_kses_normalize_entities
   not exists.
    [Updating](https://wordpress.org/support/article/updating-wordpress/#step-1-replace-wordpress-files)
 *   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-12142499)
 * Column wp_site, wp_blogs (wp_options and wp_2_options)?
    If you created your 
   network from example.com your wp-config.php is correct (currently you use multisite
   subdomain). Please your htaccess.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Complicated Multi-site / Multi-network Help](https://wordpress.org/support/topic/complicated-multi-site-multi-network-help/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/complicated-multi-site-multi-network-help/#post-12141466)
 * It is difficult to recommend something if you do not have all the code you have
   your eyes on, for example the multinetwork plugin (not updated for a long time)
   allows you to use more than one network and make multisite variables dynamic (
   in wp-config.php the plugin indicates not to use COOKIE_DOMAIN constant)
    without
   plugins you can create secondary sites on subdomain (except the www). The best
   way is to try Network1 domain1.tld secondary site sub1.domain.tld Metwork2 domain2.
   tld secondary site sub2.domain.tld
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Complicated Multi-site / Multi-network Help](https://wordpress.org/support/topic/complicated-multi-site-multi-network-help/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/complicated-multi-site-multi-network-help/#post-12141350)
 * The multisite uses url rewriting rules and this indicates a type of htaccess 
   for subdirectories and another type of htaccess for subdomains … at the same 
   time they cannot be used.
    With the installation on subdomain or subdirectory
   the cookie from the network is accessible to all the subdomains. Different speech
   when mapping a domain Network domain.tld Secondary site (subdomain) ns1.domain.
   tld Mapping (secondary site of one network) any.domain.com If the mapping is 
   different from the network domain, you will encounter a cookie block. This `define('
   COOKIE_DOMAIN', $_SERVER['HTTP_HOST']);` for mapping from subdirectories and `
   define('COOKIE_DOMAIN', '');` for mapping subdomain.

Viewing 15 replies - 286 through 300 (of 706 total)

[←](https://wordpress.org/support/users/autotutorial/replies/page/19/?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)…
[19](https://wordpress.org/support/users/autotutorial/replies/page/19/?output_format=md)
20 [21](https://wordpress.org/support/users/autotutorial/replies/page/21/?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/21/?output_format=md)