autotutorial
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalinks not always showing upit is risky to directly change a value directly from the database, we use search and replace plugin or script.php in order to preserve the integrity of serialization …. the length of the string is saved in this serialization.
Plug-in or script
Changing urlForum: Fixing WordPress
In reply to: WordPress > ErrorFrom your email search on spam or principal with the term Cloudflare ftp.
I could not trace back to your domain.
Usually you have to use a ftp client with passive mode. (it is important if you are behind NAT).
Ask your hosting for more information.Forum: Fixing WordPress
In reply to: Warning message@regionauts I’m sorry for your problem, can you capture the output? but who knows if it returns a true Boolean. https://wordpress.org/support/topic/invalid-argument-supplied-for-foreach-in-class-wp-post-type-php/#post-12139351
Forum: Fixing WordPress
In reply to: WordPress > ErrorWarning: require(/home/nikola797992/public_html/jumpmanual.org/wp-includes/class-wp-user-request.php): failed to open stream: No such file or directory in /home/nikola797992/public_html/jumpmanual.org/wp-settings.php on line 166
This file /home/nikola797992/public_html/jumpmanual.org/wp-settings.php for some reason it cannot find this file, the problem is due to missing files, loader that does not launch this file or owner problems and / or folder and file permissions.
In your case it is the first option, the partial update. /home/nikola797992/public_html/jumpmanual.org/wp-includes/class-wp-user-request.phpForum: Fixing WordPress
In reply to: Permalinks not always showing upI’m sorry without looking at the page with a mistake and a correct page it is impossible to say what the problem is.
Make sure you only use plugins compatible with WordPress 5.3, an arg has been added as an argument in each function …. But if you have enabled error_log and log_errors from cPanel or php.ini you can recover any php code errors.Forum: Fixing WordPress
In reply to: CPU Usage Reaching 100% LimitChange your https://en.m.wikipedia.org/wiki/Grave_accent for
'
define('WP_MEMORY_LIMIT','256M');
also make sure you don’t use all the images in a single folder.
https://wordpress.org/support/topic/media-folders-on-the-server/Forum: Fixing WordPress
In reply to: Redirect to another site when i enter the home pageno the problem is only in the browser cache, probably a specific browser (Internet Explore 8,9).
You may have problems using those browsers and have visited your page with the redirect ..Forum: Fixing WordPress
In reply to: Block EditorFrom wordpress 5.3 set in the core Gutenberg 6.6, if you use the Gutenberg plugin you must also upgrade to 6.6 or later.
Switch to the default theme one of twenty*, disable all plugins except Guterbeng (if it is installed as a plugin).
If you don’t solve the problem here is the guide on how to trace javascript errors.
https://wordpress.org/support/topic/read-this-first-wordpress-5-3-master-list/#post-12124044Forum: Fixing WordPress
In reply to: Redirect to another site when i enter the home pageDB site and home
I can see your login page, does the problem persist? If it is, try the anonymous mode of chrome or use another browser.Forum: Fixing WordPress
In reply to: New Update: New Pages Won’t Savethere are some plugins (firewalls) that use a php script even with the plugin disabled, did you also update the database (wp-admin/upgrade.php)?
Use the Classic editorForum: Fixing WordPress
In reply to: Problem Gutenberg and Chrome 78@t-p sorry i didn’t understand please can you explain me, without this plugin will you only use the core Gutenberg? https://wordpress.org/plugins/gutenberg/advanced/
while if i use the plugin do i extend the core functionality of Gutenberg?
EditThe Gutenberg plugin stopped working for me
With the release of WordPress 5.3, only version 6.6 or newer of the Gutenberg plugin is compatible, so please update the plugin and all should be good.
Without plugin, this indicates that the core already uses 6.6 core Gutenberg.
Forum: Fixing WordPress
In reply to: How to remove blog posts in index?If you want to delete index.php you need to enable url rewriting and it depends on your server (mod_rewrite for Apache) Pretty Permalink
Forum: Fixing WordPress
In reply to: Permalinks not always showing updo you have plugins that modify the url? WPML which adds a suffix to the url, or do you use redirects with other plugins?
If you use commercial plugins, this is not the right place to find the solution, the solution must be given by their supportForum: Fixing WordPress
In reply to: Invalid argument supplied for foreach() in class-wp-post-type.phpcan you temporarily add this code before of foreach? Add post
I would like to analyze the outputif(!function_exists('var_x_error_log')) { if(!is_array($this->supports) && !is_object($this->supports)){ function var_x_error_log( $objectauto=null){ ob_start(); // start buffer capture var_dump($objectauto); // dump the value $contentsauto = ob_get_contents(); // put the buffer into a variable ob_end_clean(); // end capture error_log( $contentsauto."\n",3,dirname(__FILE__).'/test.log'); // log contents of the result of var_dump( $objectauto) } var_x_error_log($this->supports); } }This script create http://yourdomain.com/wp-includes/test.log
it is enough for me to post only the first incorrect result, then delete test.log and this script.Forum: Fixing WordPress
In reply to: 5.3 update causing problemFor pro version click Contact us for Support Only Pro Version Users.
https://wordpress.org/plugins/wp-file-manager/
they’ll probably ask you to install again.