Title: autotutorial's Replies - page 39 | 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 - 571 through 585 (of 706 total)

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-cron.php problem](https://wordpress.org/support/topic/wp-cron-php-problem/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [7 years ago](https://wordpress.org/support/topic/wp-cron-php-problem/#post-11540876)
 * yes surely there is a problem but the log you posted is right, use my code because
   foreach puts a warning only if $cronhooks is not an array
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-cron.php problem](https://wordpress.org/support/topic/wp-cron-php-problem/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [7 years ago](https://wordpress.org/support/topic/wp-cron-php-problem/#post-11540689)
 *     ```
       if(!is_array($cronhooks)){
       if(is_null($cronhooks)){
       $cronhooks = (int) $cronhooks;
       }
       error_log(print_r($cronhooks, TRUE)."\n");
       }
       ```
   
 * Prove this for your errors 🙂
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Not Accessable(ish) from outside](https://wordpress.org/support/topic/not-accessableish-from-outside/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [7 years ago](https://wordpress.org/support/topic/not-accessableish-from-outside/#post-11540414)
 * what does internal (intranet) and external (internet) network mean?
    You can 
   use wordpress on a specific url and in the case of multisite it must work with
   port 80 or 443.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Invalid user or password with wordpress enabled](https://wordpress.org/support/topic/invalid-user-or-password-with-wordpress-enabled/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [7 years ago](https://wordpress.org/support/topic/invalid-user-or-password-with-wordpress-enabled/#post-11540342)
 * it could be that your users connect from proxies outside the united states and
   the plugin only checks $_SERVER[‘SERVER_ADDR’].
    When you are under proxy or 
   reverse proxy you need to configure the plug-in to reflect the IP of your site.
   This is a specific question and if you are a premium customer you will be more
   successful with wordfence support channels [http://support.wordfence.com/](http://support.wordfence.com/)
   free [https://wordpress.org/support/plugin/wordfence/](https://wordpress.org/support/plugin/wordfence/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-cron.php problem](https://wordpress.org/support/topic/wp-cron-php-problem/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [7 years ago](https://wordpress.org/support/topic/wp-cron-php-problem/#post-11540232)
 * foreach only works with arrays any other data issues a warning.
    Some of these
   features were introduced in the wordpress version 5.1, I’m sorry I can’t figure
   out what’s wrong.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Subsite now showing under MySites](https://wordpress.org/support/topic/subsite-now-showing-under-mysites/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [7 years ago](https://wordpress.org/support/topic/subsite-now-showing-under-mysites/#post-11539916)
 * it may be that you have no secondary site with id 2 if you don’t see anything.
   
   At the top after the wordpress emblem click my sites -> Network management ->
   my sites click your site (or change) -> user from there you can add new users
   for the secondary site
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Subsite now showing under MySites](https://wordpress.org/support/topic/subsite-now-showing-under-mysites/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [7 years ago](https://wordpress.org/support/topic/subsite-now-showing-under-mysites/#post-11539828)
 * you have to replace [http://www.yournetwork.com](http://www.yournetwork.com) 
   with your network domain and optionalfolder if you use multisite in the root 
   directory is / or in the wordpress /wordpress/ directory
    in the top dashboard
   second menu on the left my sites, network management and then the sites
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Subsite now showing under MySites](https://wordpress.org/support/topic/subsite-now-showing-under-mysites/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [7 years ago](https://wordpress.org/support/topic/subsite-now-showing-under-mysites/#post-11539598)
 * [http://www.yournetwork.com/optionalfolder/wp-admin/network/sites.php](http://www.yournetwork.com/optionalfolder/wp-admin/network/sites.php)
   
   change for site ID 2 or 3 or 4 (secondary site) [http://www.yournetwork.com/optionalfolder/wp-admin/network/site-info.php?id=2](http://www.yournetwork.com/optionalfolder/wp-admin/network/site-info.php?id=2)
   I hope it helps you
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multisite images not working anymore.](https://wordpress.org/support/topic/multisite-images-not-working-anymore/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [7 years ago](https://wordpress.org/support/topic/multisite-images-not-working-anymore/page/2/#post-11539373)
 * I’m afraid it’s an WooCommerce permalink conflict.
    you must indicate that you
   are using a multisite installed (originally <3.5) as a subdirectory in the root
   directory.[https://wordpress.org/support/plugin/woocommerce/](https://wordpress.org/support/plugin/woocommerce/)
 * Note* before removing the rule that I made you insert you can post the link of
   your image? (you can put example.domain.com to not make your url public)
    Unfortunately
   if the network is installed in the root folder I cannot distinguish when you 
   have to choose whether to upload or view the images. I was hoping the shop folder(
   of the secondary site) is present because this way I could choose if the store
   was present then execute the rewrite for the visualization of the images otherwise
   perform the rewrite for the upload of the images. after copying the url remove
   the htaccess rule and visit the site after 20 minutes .. It may be that WooCommerce
   after I have the right permalinks can find the files.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [ReCAPTCHA not working](https://wordpress.org/support/topic/recaptcha-not-working-34/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [7 years ago](https://wordpress.org/support/topic/recaptcha-not-working-34/#post-11538329)
 * you can insert the recaptcha only if pirate forms allows it. [https://wordpress.org/support/plugin/pirate-forms/](https://wordpress.org/support/plugin/pirate-forms/)
   currently indicates to migrate to WPForms.
    Make backups of files and databases
   before any action. [https://codex.wordpress.org/WordPress_Backups](https://codex.wordpress.org/WordPress_Backups)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Migrating to new S3 bucket](https://wordpress.org/support/topic/migrating-to-new-s3-bucket/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [7 years ago](https://wordpress.org/support/topic/migrating-to-new-s3-bucket/#post-11536516)
 * You can directly contact the author of the Advanced Custom Fields PRO plugin 
   as long as it has the right means to offer support. [https://www.advancedcustomfields.com/support/](https://www.advancedcustomfields.com/support/)
   
   Ticket for members pro with username password [https://www.advancedcustomfields.com/my-account/](https://www.advancedcustomfields.com/my-account/)
   If you haven’t already done so, back up your files and database before any action.
   Never change anything manually in the database since if some plgugin or theme
   serializes that field the operation stops, then uses a search and replace plugin.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Datbase error: Call to undefined function mysql_connect](https://wordpress.org/support/topic/datbase-error-call-to-undefined-function-mysql_connect/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [7 years ago](https://wordpress.org/support/topic/datbase-error-call-to-undefined-function-mysql_connect/#post-11536176)
 * no mysqlnd is one of the two possibilities libraries that only if enabled with
   mysqli it works.
 * here is what mysqlnd is [https://www.php.net/manual/en/mysqlinfo.library.choosing.php](https://www.php.net/manual/en/mysqlinfo.library.choosing.php)
 * I advise you to look in php.ini if you need to enable mysqli
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Datbase error: Call to undefined function mysql_connect](https://wordpress.org/support/topic/datbase-error-call-to-undefined-function-mysql_connect/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [7 years ago](https://wordpress.org/support/topic/datbase-error-call-to-undefined-function-mysql_connect/#post-11536026)
 * in phpinfo do you find mysqli enabled?
    Wordpress uses mysql only if it does 
   not find mysqli
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Datbase error: Call to undefined function mysql_connect](https://wordpress.org/support/topic/datbase-error-call-to-undefined-function-mysql_connect/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [7 years ago](https://wordpress.org/support/topic/datbase-error-call-to-undefined-function-mysql_connect/#post-11535864)
 * Please run script and enable mysqli php ini.
    You have supporto for MySQL?? Is
   impossible for php =>7 🙁
    -  This reply was modified 7 years ago by [autotutorial](https://wordpress.org/support/users/autotutorial/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Datbase error: Call to undefined function mysql_connect](https://wordpress.org/support/topic/datbase-error-call-to-undefined-function-mysql_connect/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [7 years ago](https://wordpress.org/support/topic/datbase-error-call-to-undefined-function-mysql_connect/#post-11535848)
 * For database [https://wordpress.org/support/topic/updated-php-from-5-6-3-to-7-2-18-into-wp-5-1-1/#post-11507026](https://wordpress.org/support/topic/updated-php-from-5-6-3-to-7-2-18-into-wp-5-1-1/#post-11507026)

Viewing 15 replies - 571 through 585 (of 706 total)

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