Title: autotutorial's Replies - page 22 | 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 - 316 through 330 (of 706 total)

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

 *   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-12137871)
 * ?p=1283
 *     ```
       <!-- DRAGONITA meter breadcrumbs -->
       <div class="breadcrumbs-container"><div class="inner-container"><p id="breadcrumbs"><span><span><a href="https://domain.example/" >Home</a> » <span class="breadcrumb_last" aria-current="page">Error 404: Page not found</span></span></span></p></div></div><!-- END DRAGONITA -->
       ```
   
 * Maybe Yoast Seo plugin have conflict with theme or plugin.
 * [Save for database](https://wordpress.org/support/article/settings-permalinks-screen/#save-changes)
 * When using a non-default language the url is not found, you have Spanish as the
   default while if you use the English language is added en / to the url this produces
   an error http 404, ask for support to your multilingual plugin
    [https://wpml.org/purchase/support-policy/](https://wpml.org/purchase/support-policy/)
    -  This reply was modified 6 years, 6 months ago by [autotutorial](https://wordpress.org/support/users/autotutorial/).
      Reason: Edit, problem multi language
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove default themes PERMANENTLY](https://wordpress.org/support/topic/remove-default-themes-permanently/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/remove-default-themes-permanently/#post-12136556)
 * themes from being installed on upgrade, explicitly define
    * CORE_UPGRADE_SKIP_NEW_BUNDLED
   as false. [https://core.trac.wordpress.org/browser/tags/5.3/src/wp-admin/includes/update-core.php#L810](https://core.trac.wordpress.org/browser/tags/5.3/src/wp-admin/includes/update-core.php#L810)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Invalid argument supplied for foreach() in class-wp-post-type.php](https://wordpress.org/support/topic/invalid-argument-supplied-for-foreach-in-class-wp-post-type-php/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/invalid-argument-supplied-for-foreach-in-class-wp-post-type-php/#post-12135109)
 * [https://wordpress.org/support/topic/warning-message-115/#post-12134170](https://wordpress.org/support/topic/warning-message-115/#post-12134170)
   
   are you two to receive the same error, have you installed wordpress via some 
   loader?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Position of multisite code in wp-config](https://wordpress.org/support/topic/position-of-multisite-code-in-wp-config/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/position-of-multisite-code-in-wp-config/#post-12134459)
 * [@mnatseah624](https://wordpress.org/support/users/mnatseah624/) wp-settings.
   php and wp-config.php are two distinct configurations, in your specific case 
   I can’t tell you if they are correct, I should encode all wordpress to see if
   the constant ones can exist in wp-settings.php.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Warning message](https://wordpress.org/support/topic/warning-message-115/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/warning-message-115/#post-12134170)
 * [https://github.com/WordPress/WordPress/blob/5.3-branch/wp-includes/class-wp-post-type.php#L526](https://github.com/WordPress/WordPress/blob/5.3-branch/wp-includes/class-wp-post-type.php#L526)
   
   Foreach only works with arrays and objects. may be a conflict of themes or pligin,
   set the default theme twenty * and disable your plugins, if this does not solve
   the problem you can check your php error log.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I am not able to create ay child theme with filezilla?permission denied!](https://wordpress.org/support/topic/i-am-not-able-to-create-ay-child-theme-with-filezillapermission-denied/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/i-am-not-able-to-create-ay-child-theme-with-filezillapermission-denied/#post-12134122)
 * On Windows [http://streetsmash.com/blog/2015/05/28/how-to-connect-filezilla-to-xampp/](http://streetsmash.com/blog/2015/05/28/how-to-connect-filezilla-to-xampp/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can’t access wp-admin Dashboard](https://wordpress.org/support/topic/cant-access-wp-admin-setting-page/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/cant-access-wp-admin-setting-page/#post-12134067)
 * Add this constant into wp-config.php before `require_once`
 *     ```
       //Without and slash
       define('WP_HOME', 'http://your domain.com');
       define('WP_SITEURL', 'http://your domain.com');
       ```
   
 * If you still can’t access it means that one or more of the following temporary
   problems is using a load balancer and / or a cache. Contact your hosting if you
   have never added this.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multisite Menus’ Error After Upgrade to 5.3](https://wordpress.org/support/topic/multisite-menus-error-after-upgrade-to-5-3/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/multisite-menus-error-after-upgrade-to-5-3/#post-12134008)
 * looks like a theme or plugin conflict, wp-admin/network/ is the netwotk while
   wp-admin/ is the default blog. WordPress 5.2 go to tools site health see if something
   is wrong, However it is a javascript conflict of your plugins with the default
   blog.
 * > [Using Your Browser to Diagnose JavaScript Errors](https://wordpress.org/support/article/using-your-browser-to-diagnose-javascript-errors/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [faulty redirect for /wp-admin/](https://wordpress.org/support/topic/faulty-redirect-for-wp-admin/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/faulty-redirect-for-wp-admin/#post-12133296)
 * I ask you for this information to create htaccess and the constants in wp-config.
   php right
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [faulty redirect for /wp-admin/](https://wordpress.org/support/topic/faulty-redirect-for-wp-admin/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/faulty-redirect-for-wp-admin/#post-12132865)
 * Without this constant this normal WordPress
    [Enable network for wp-config.php](https://wordpress.org/support/article/create-a-network/#step-4-enabling-the-network)
   You can access into mysql? Phpmyadmin wp_site, wp_blogs wp_2_options please send
   me.
 *   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-12131828)
 * SITE_ID_CURRENT_SITE (normally its value is 1 because currently WordPress does
   not allow you to create more than one network) is reference of network and BLOG_ID_CURRENT_SITE
   is your id blog always referring to the network (1 for primary site , first secondary
   site)
    [https://developer.wordpress.org/reference/functions/ms_load_current_site_and_network/](https://developer.wordpress.org/reference/functions/ms_load_current_site_and_network/)
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Position of multisite code in wp-config](https://wordpress.org/support/topic/position-of-multisite-code-in-wp-config/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/position-of-multisite-code-in-wp-config/#post-12131734)
 * Before `require_once` [https://github.com/WordPress/WordPress/blob/master/wp-config-sample.php#L90](https://github.com/WordPress/WordPress/blob/master/wp-config-sample.php#L90)
   is equvalent
    In this scenario you can understand that bluehost has customized
   wordpress and may behave differently from the standard wordpress, it means when
   you have problems contact your hosting because only he can know what he has changed.
 *   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-12131357)
 * [Multisite subdirectory on wpsamp](https://wordpress.org/support/article/create-a-network/#step-4-enabling-the-network)
   
   these constants are all for network (never for secondary sites or the first primary
   site that is the first secondary site) do you have all these constants in your
   network? has the network been defined? if both answers are true, that’s enough`
   define('COOKIE_DOMAIN', $_SERVER['HTTP_HOST']);` `define('COOKIE_DOMAIN', '');`
   blog_id to zero is right on a non-existent domain while if the domain exists 
   it is always different from zero. Network -> domain.tld Multisite on subdirectory-
   > domain.tld/ns1 (seconday site with >= id 2) Or Multisite on subdomain -> ns1.
   domain.tld (secondary site with >= id 2) Domain mapping (for network domain.tld)-
   > any.domain.com I search any.domain.com WordPress start connection with domain.
   tld/ns1 or ns1.domain.tld after any.domain. com if the secondary site is archived
   the mapping should never be taken into consideration, at least this is what I
   understand. Please you can share your constant multisite (network) wp-config.
   php?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Domain Mapping](https://wordpress.org/support/topic/domain-mapping-55/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/domain-mapping-55/#post-12131272)
 * [@kalico](https://wordpress.org/support/users/kalico/) you can
    `define('COOKIE_DOMAIN',
   $_SERVER['HTTP_HOST']);` Or `define('COOKIE_DOMAIN', '');` one of them must work
   with the default behavior (without other plugins)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error /wp-settings.php on line 162 after installing the last wp version](https://wordpress.org/support/topic/fatal-error-wp-settings-php-on-line-162-after-installing-the-last-wp-version/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-wp-settings-php-on-line-162-after-installing-the-last-wp-version/#post-12129494)
 * [@lahiru](https://wordpress.org/support/users/lahiru/) if the first installation
   is started before wordpress 3.5 and in the case of a multisite wp-content it 
   also has a blog_dir folder inside it. In wp-content there is the theme directory,
   plugin initially but other plugins can create other folders.
    I hope you read
   the entire article I entered, from wordpress 3.7 you can always update to the
   latest version otherwise you manually update every two minor ones for example
   3.4 3.4.2 etx.
 * [@bunnylake](https://wordpress.org/support/users/bunnylake/) if you do the manual
   update you always work, it depends on the type of error you find I suppose your
   wp-includes folder was not writable (it is a hosting problem not of wordpress).
   
   You have to read the extended update obviously you need to have a working backup,
   you don’t have to delete the wp-content wp-config.php etc .. this process is 
   described in the extended update link.

Viewing 15 replies - 316 through 330 (of 706 total)

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