autotutorial
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sitemap Not WorkingShow source page.
<html> <title>Convoy Security Group</title> <head> <meta name="description" content="Convoy Security Group, one of the first VTC's in TruckersMP with already 5 years experience!"> <meta name="keywords" content="Convoy Security Group,ConSecGroup,CSG,VTC,TruckersMP,Convoy"> <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//yourdomain/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?> <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <sitemap> <loc>https://yourdomain/post-sitemap.xml</loc> </sitemap> <sitemap> <loc>https://yourdomain/page-sitemap.xml</loc> <lastmod>2019-12-09T12:38:39+00:00</lastmod> </sitemap> <sitemap> <loc>https://yourdomain/oceanwp_library-sitemap.xml</loc> <lastmod>2019-11-19T09:31:26+00:00</lastmod> </sitemap> <sitemap> <loc>https://yourdomain/ocean_portfolio-sitemap.xml</loc> </sitemap> <sitemap> <loc>https://yourdomain/author-sitemap.xml</loc> <lastmod>2019-12-08T18:23:28+00:00</lastmod> </sitemap> </sitemapindex> <!-- XML Sitemap generated by Yoast SEO -->A well formed xml file start with xml declaration.
Forum: Fixing WordPress
In reply to: Post URLs still pointing to old domain after movewp_options all upload? option_name upload_path is empty for option_value?
otherwise, replace the new domain with the old one, then set the home and siteurl in the new domain and use a search and replace plugin to avoid serialized object problems.Forum: Fixing WordPress
In reply to: words on my blog posts are cutting off at the end of each linewithout
the browser decides where to break the words. (It means every browser can break words differently.)Forum: Fixing WordPress
In reply to: problem adding code into wp editor for https://wordpress.org/supporthttps://codeshare.io/5vV7gl (register user for save code).
Forum: Fixing WordPress
In reply to: Permalink brokensorry I repeat the question, does this folder
/hypnotiseurs-hypnotherapeutes-la-rochelle/exist in your web space?
Delete the debug.log file, the file is created only when it recognizes errors, it is impossible to be empty.; Maximum execution time of each script, in seconds
; http://php.net/max-execution-time
; Note: This directive is hardcoded to 0 for the CLI SAPI
max_execution_time = 30Forum: Fixing WordPress
In reply to: Permalink brokenI told you because currently any path that does not physically exist is transformed into a query string.
Redirect 301 /hypnose-la-rochelle http://www.cabinet-hypnose-la-rochelle.fr/hypnotherapie-la-rochelle/ Redirect 301 /hypnotherapie-a-la-rochelle http://www.cabinet-hypnose-la-rochelle.fr/hypnose-a-la-rochelle/ Redirect 301 /hypnotiseurs-hypnotherapeutes-la-rochelle/ http://www.cabinet-hypnose-la-rochelle.fr/hypnotherapeutes-la-rochelle/this is also transformed into a query string /hypnotiseurs-hypnotherapeutes-la-rochelle/ does this folder exist physically?
Enable Debug into wp-config.phpdefine('WP_DEBUG',true); define('WP_DEBUG_LOG',true);in case of errors create a file on /wp-content/debug.log.
I’m thinking of some conflict of theme or plugin, otherwise I can’t understand why the paths are transformed into query strings.Forum: Fixing WordPress
In reply to: Permalink brokenhave you tried setting up plain? I still read postname. Regardless of this, the wordpress server redirects 301.
A postname arret-tabac-la-rochelle is equivalent to ?name=arret-tabac-la-rochelle, when it works.Forum: Fixing WordPress
In reply to: Permalink brokendelete the previous code, set the permalink to plain and click on save, search for a post, copy its url (backend) and leave it active on the browser. then enter this code after the global variable in wp-settings.php and force the update of the post from your browser, click the wheel.
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,3,dirname(__FILE__).'/myrewrite.log'); } var_x_error_log($GLOBALS['wp_rewrite']);["permalink_structure"]=> string(12) "/%postname%/"
this indicates that you are using the permalink, check if you have not exhausted the hourly queries in your database or you have no more space. create a backup of all the files and database MySQL, which database version are you using? if you use at least mysql 5.6 after saving in plain text (Ugly permalink / query string) from phpmyadmin try to repair the tables. As a last step delete my code and the generated file.Forum: Fixing WordPress
In reply to: Fix plugin components outdated not into the plugin listcurrently you will always have superfluous code (anything that modifies the content of a post, writes to the database and / or creates a folder / file) to delete all the data if the programmer writes it clarified on his code, you have to disable from the dashboard and then click delete data but this is valid only when the programmer says it otherwise it is more likely to have superfluous code for life.
https://kinsta.com/blog/uninstall-wordpress-plugin/
uninstall.php good code, register_uninstall_hook bad code.Byte Order Mark (BOM) change it ISO8859-1 (latin1)… Start with BOM or
<?php?Forum: Fixing WordPress
In reply to: Permalink brokenset /%postname%/ click on save and wordpress update the database, create a new post here also see the error?
otherwise I could advise you to retrieve the rewrite variable from the single post model of your theme.// Create myrewrite.log into current directory error_log($GLOBALS['wp_rewrite'],3,dirname(__FILE__).'/myrewrite.log')Forum: Fixing WordPress
In reply to: Permalink brokenhttps://github.com/WordPress/WordPress/blob/5.3-branch/index.php
https://github.com/WordPress/WordPress/blob/5.3-branch/wp-blog-header.php
can you check if you use these files exactly?
Forum: Fixing WordPress
In reply to: Permalink brokencan you share your htaccess?
Forum: Fixing WordPress
In reply to: Issue with permalinks in URLa path that is not a file ends with a final slash .. your help page does not have errors other than not forgetting the final slash.
Use chrome private (for your bad cache browser).
is listed here for completeness, do not use the final slash for site urls or in paths with php wordpress code (not all, each code has its own history).// Without end slash define( 'WP_HOME' , 'https://example.com' ); define( 'WP_SITEURL' , 'https://example.com' );Edit: is a server redirect (not WordPress) https://websniffer.cc/?url=http://digitalelk.uk/help/