AmarjitBharath
Forum Replies Created
-
I’m not entirely sure but you should check your database is correctly setup, since this problem seems to originating only from your live server.
E.g. checking the ‘collation’ of the ‘wp_posts’ table. Compare them on both your local and live server. Different tables may have different collations depending on how you originally setup the database and if plugins have modified the tables in anyway.
I don’t believe the permalink is stored in the DB but generated by looking up the object.
https://developer.ww.wp.xz.cn/reference/functions/get_permalink/
If you have connected your PC using a LAN; I presume that it has a drive letter?
If that is true, your web files will not be available within your default web root folder.
You will need to make the images web accessible. E.g. public. You can then reference the images using the local IP on the network.
e.g. <img src=”http://192.168.1.2/abc/xyz/def/img.jpg” />
I’m not sure of your current setup but you will need to elaborate for a further diagnosis.
Hope this helps.
Forum: Fixing WordPress
In reply to: how can I direct a page into another pageI assume you are trying to alter your URL of the to the latter link (/product-category/goods-accessories/smartphone-cases/makie_iphone/kagamakie) you posted. Unfortunately, WordPress does not allow this functionality out of the box.
Adding a redirect, is not going to help you in this case.
The quickest work around is ensuring you have a pge for ‘product-category’, ‘goods-accessories’ and ‘makie_iphone’. You could have content on these pages if you wishes or have them redirected to the store front or whatever.
You would then set each one of these to have the parent of upper level URL. e.g. ‘kagamakie’ would have a parent of ‘makie_iphone’. This would set the breadcrumb correctly.
Forum: Fixing WordPress
In reply to: Recover DraftsIf the draft has been deleted permanently, there’s most likely no viable way to achieve this.
Your last chance would be to find your post in the ‘wp_posts’ table.
Hope this helps.
Forum: Fixing WordPress
In reply to: Help me i have lots of error on webmaster , CRAWL ERRORForum: Fixing WordPress
In reply to: First Post Date Always 1970Dates look fine to me. The IBM memorabilia is cool.
You can ban across all services by adding a ‘banaction’ to your jail action.
In this case, that would be your ‘wordpress.conf’ file within the jail.d folder. Don’t forget to restart fail2ban after.banaction=iptables-allportsAmarjit