mooneesh
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: REST API Response: (400) Bad RequestYes, I have checked wp-config.php of 2 other websites and found similar statement is mentioned as per you sample wp-config.php
if ( ! defined( ‘ABSPATH’ ) ) {
define( ‘ABSPATH’, _DIR_ . ‘/’ );
}Whereas in my config.php the statement is mentioned as below, which seems the below statement of my wp-config.php file is giving the error
if ( ! defined( ‘ABSPATH’ ) ) {
define( ‘ABSPATH’, dirname( FILE ) . ‘/’ );
}if I change this line of statement -> define( 'ABSPATH', dirname( FILE ) . '/' ); into
define( 'ABSPATH', _DIR_ . '/' );
Hope this won't crash my website?Forum: Everything else WordPress
In reply to: REST API Response: (400) Bad RequestThanks for replying
found ABSPATHin wp-config.php
https://drive.google.com/file/d/1K3X-hOBQpbfpTaSJ71jtqjvHBbNfA1Mm/view?usp=sharing
Forum: Everything else WordPress
In reply to: REST API Response: (400) Bad RequestForum: Everything else WordPress
In reply to: The loopback request ERROROk, I will talk to them. Thanks for your help.
Forum: Everything else WordPress
In reply to: The loopback request ERRORWordPress -> Tools -> Site Health
https://drive.google.com/file/d/1hOIrCOLZFHQHZXvr2-MXvdj8Lz6r8i2M/view?usp=sharing
Error_Log File
https://drive.google.com/file/d/1Td-jzFhb8vrPWxe3CBFXPaD1QDAMwb7G/view?usp=sharing
Debug log
https://drive.google.com/file/d/1KrC3S5dH3LVIecQu_mow7klny1DUz9uL/view?usp=sharing
Sorry, If i confused you I am new here so just learning how to post the things. Attached every thing if you could figure out will appreciate your help. Thanks in advance
Forum: Everything else WordPress
In reply to: REST API Response: (400) Bad RequestTried disabling the plugin, but still getting the error.
Yes, I am using Wordfence trial Version
Forum: Fixing WordPress
In reply to: PHP Notice: Function _load_textdomain_just_in_time was calledThanks for helping.
I have already discussed with them. As per them I have to update the theme and WordPress to the latest version, which already done. But issue still exist on contacting them received no response to resolve the issue.
Therefore thought may be someone might have faced such issue previously. But thanks for helping out.
Forum: Everything else WordPress
In reply to: The loopback request ERRORWordPrerss Dashboard -> Tools -> Site Health
Loopback requests are used to run scheduled events, and are also used by the built-in editors for themes and plugins to verify code stability.
The loopback request returned an unexpected http status code, 400, it was not possible to determine if this will prevent features from working as expected.
Thanks guys for valuable input regarding error. I was able to resolve, before installing again, I just tried to update the theme to the latest one. After that was done the ERROR was gone.
Thanks
Thanks guys for valuable input regarding error. I was able to resolve, before installing again, I just tried to update the theme to the latest one. After that was done the ERROR was gone.
Got it, Many thanks for your help and taking extra mile to resolve the issue.
Thanks for replying and updating the issue. But where should I enter this style to resolve.
Thanks in advance.
Any update?