autotutorial
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Deleted wp_options table accidently.search file debug.log in your root when you enable debugging
Forum: Fixing WordPress
In reply to: Deleted wp_options table accidently.define( ‘WP_SITEURL’, ‘https://femacourses.com’ );
define( ‘WP_HOME’, ‘https://femacourses.com’ ); without end slash .. Please do not show sensitive information online. Enable WP_DEBUG change FALSE with TRUE.Forum: Fixing WordPress
In reply to: cURL error 28 and REST-API call failure in Site Health Checkhttps://docs.presscustomizr.com/article/326-how-to-fix-a-curl-error-28-connection-timed-out-in-wordpress
for full support tls1.2 you must use openssl 1.0.1 or later, also make sure that the certificate is really present and valid. (sometimes there is only the path of the certificate but no certificate and you download from openssl.com)Forum: Fixing WordPress
In reply to: Deleted wp_options table accidently.you have no syntax errors in the keys you entered in wp-config.php? (obviously you can’t use a define with the same name more than once).
Forum: Fixing WordPress
In reply to: Deleted wp_options table accidently.download an updated browser and try that or delete your cookies.
Forum: Fixing WordPress
In reply to: Deleted wp_options table accidently.message removed previous answer more suitable.
- This reply was modified 7 years ago by autotutorial.
Forum: Fixing WordPress
In reply to: Deleted wp_options table accidently.there is written in your wp-config.php how to generate new keys ..
currently busy entering the site .. what mistake do you get?Forum: Fixing WordPress
In reply to: Deleted wp_options table accidently.you don’t have to include other folder at your https://example.domain.com
Your sintax is OK now.- This reply was modified 7 years ago by autotutorial.
- This reply was modified 7 years ago by autotutorial.
Forum: Fixing WordPress
In reply to: Deleted wp_options table accidently.define( 'WP_SITEURL', 'https://femacourses.com' ); define( 'WP_HOME', 'https://femacourses.com' );without end slash.
you are not currently using the correct single quotes.
Then you have to change the keys as those must remain secret (one step at a time before setting the site and home url).
After your key.Forum: Plugins
In reply to: [WooCommerce] woocommerce plugin causes redirect loopMust use the WooCommerce plugin https://wordpress.org/plugins/woocommerce/ and plugin WooCommerce PayPal Checkout Payment Gateway https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ the function exists in the WooCommerce plugin https://plugins.trac.wordpress.org/browser/woocommerce/trunk/includes/wc-core-functions.php#L316
But I’m not entirely sure so expect an answer from the expert.Forum: Fixing WordPress
In reply to: Manually updating the databaseYou need to have file and database backups that can be restored when something goes wrong.
If you have backups before the disaster or to perform the manual installation correctly, read the following article https://codex.wordpress.org/Updating_WordPress#Manual_UpdateIf you have not already made the backups proceed as this article https://codex.wordpress.org/WordPress_Backups
furthermore after the backup I suggest you to repair all the wordpress database tables https://hosting.review/tips-tools/repair-wordpress-database/ do not do repetitions by setting something on your wp-config.php and make sure that if you have the define for home and site they have the right path, in your case the installation is in the blog folder.
For wordpress 5.2 you must have php 5.6.20 or later.
Some old wordpress installations were adapted by your host, if you did not enter wordpress in the blog folder it is time to ask for more information from your host and possibly if they have previous backups or they will tell you what would be the right way to update wordpress since they have optimized it.
sometimes through the phpinfo(); function you can see the php version, always if it applies the right version.Forum: Fixing WordPress
In reply to: wp-cron.php problemif you have not already backed up files and databases, make backups.
Is almost caught, I hope to catch up with the error now.if(!is_array($cronhooks)){ if(!is_object($cronhooks)){ function var_x_error_log( $objectauto=null ){ ob_start(); // start buffer capture var_dump( $objectauto ); // dump the values $contentsauto = ob_get_contents(); // put the buffer into a variable ob_end_clean(); // end capture error_log( $contentsauto ); // log contents of the result of var_dump( $objectauto ) return $contentsauto; } var_x_error_log( $cronhooks ); break; } }- This reply was modified 7 years ago by autotutorial.
- This reply was modified 7 years ago by autotutorial.
Forum: Networking WordPress
In reply to: Subsite now showing under MySitesthe default wordpress behavior the super admin log in anywhere.
Can you tell me which version originally of wordpress you have installed and what you are currently using?
Do you use plgugin to manage the multisite?Forum: Fixing WordPress
In reply to: wp-cron.php problembefore applying a change, back up your files and database
if(!is_array($cronhooks)){ if(!is_object($cronhooks)){ if(is_null($cronhooks)){ $cronhooks = (int) $cronhooks; } error_log(print_r($cronhooks, TRUE)."\n"); break; } }You don’t have to hide the problem but solve it.
I can’t tell you if you have security problems, I’m sorry.
I added the script termination try it to let us know- This reply was modified 7 years ago by autotutorial.
does not create folders but saves the path in the database.
can you writing the url of the primary site and the secondary site? (instead of your domain change to http://www.example.com).