autotutorial
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp-cron.php problemyes 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
In reply to: wp-cron.php problemif(!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
In reply to: Not Accessable(ish) from outsidewhat 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.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/
free https://wordpress.org/support/plugin/wordfence/Forum: Fixing WordPress
In reply to: wp-cron.php problemforeach 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
In reply to: Subsite now showing under MySitesit 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 siteForum: Networking WordPress
In reply to: Subsite now showing under MySitesyou have to replace 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 sitesForum: Networking WordPress
In reply to: Subsite now showing under MySiteshttp://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 I hope it helps youForum: Fixing WordPress
In reply to: Multisite images not working anymore.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/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
In reply to: ReCAPTCHA not workingyou can insert the recaptcha only if pirate forms allows it. 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_BackupsForum: Fixing WordPress
In reply to: Migrating to new S3 bucketYou 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/
Ticket for members pro with username password 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
In reply to: Datbase error: Call to undefined function mysql_connectno 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
I advise you to look in php.ini if you need to enable mysqli
Forum: Fixing WordPress
In reply to: Datbase error: Call to undefined function mysql_connectin phpinfo do you find mysqli enabled?
Wordpress uses mysql only if it does not find mysqliForum: Fixing WordPress
In reply to: Datbase error: Call to undefined function mysql_connectPlease 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.
Forum: Fixing WordPress
In reply to: Datbase error: Call to undefined function mysql_connect