Edit using Pagelayer doesnt work
-
When i try to use Edit using Pagelayer, it just opens my page. Tried different browsers same result.
- This topic was modified 2 years, 6 months ago by ogrin.
-
Hello,
Sorry for the inconvenience caused.
This problem might be a conflict with another plugin on your website. Please try to deactivate the rest of your plugins and check whether the problem persists.
You can re-activate the plugins and change the theme back again after troubleshooting.
Please inform us of the results.
Also, check that any external code is added inside the header or footer which is causing the issue.
Regards,
Pagelayer TeamPagelayer is the only plugin i have. the only other is a template i use, and that is it. even if i disable it nothing changes.
!????
Hello,
Sorry for the delay in response.
You can debug the issue if you can access your wp-config.php file by adding the following:
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
define( ‘WP_DEBUG_LOG’, true );This will put any errors your site generates into a log file called debug.log in the wp-content – this should then tell you where the error is coming from. You can also just set WP_DEBUG to true and WP_DEBUG_DISPLAY to true and get the error directly on your website page (but this will expose the error to the public) also provide a website URL on which the issue occurred.
Regards,
Pagelayer TeamThis is what the debug file says:
[08-Jun-2022 18:26:30 UTC] PHP Notice: Trying to get property ‘post_type’ of non-object in /home/lumi7497/domains/sladoledi-pixi.si/public_html/wp-content/plugins/pagelayer/init.php on line 826
[08-Jun-2022 18:26:30 UTC] PHP Notice: Trying to get property ‘post_title’ of non-object in /home/lumi7497/domains/sladoledi-pixi.si/public_html/wp-content/plugins/pagelayer/main/shortcode_functions.php on line 931
[08-Jun-2022 18:26:30 UTC] PHP Notice: Trying to get property ‘post_name’ of non-object in /home/lumi7497/domains/sladoledi-pixi.si/public_html/wp-content/plugins/pagelayer/main/shortcode_functions.php on line 932
[08-Jun-2022 18:26:30 UTC] PHP Notice: Trying to get property ‘post_excerpt’ of non-object in /home/lumi7497/domains/sladoledi-pixi.si/public_html/wp-content/plugins/pagelayer/main/shortcode_functions.php on line 933
[08-Jun-2022 18:26:30 UTC] PHP Notice: Trying to get property ‘post_status’ of non-object in /home/lumi7497/domains/sladoledi-pixi.si/public_html/wp-content/plugins/pagelayer/main/shortcode_functions.php on line 934
[08-Jun-2022 18:26:30 UTC] PHP Notice: Trying to get property ‘post_password’ of non-object in /home/lumi7497/domains/sladoledi-pixi.si/public_html/wp-content/plugins/pagelayer/main/shortcode_functions.php on line 935
[08-Jun-2022 18:26:30 UTC] PHP Notice: Trying to get property ‘comment_status’ of non-object in /home/lumi7497/domains/sladoledi-pixi.si/public_html/wp-content/plugins/pagelayer/main/shortcode_functions.php on line 937
[08-Jun-2022 18:26:30 UTC] PHP Notice: Trying to get property ‘ping_status’ of non-object in /home/lumi7497/domains/sladoledi-pixi.si/public_html/wp-content/plugins/pagelayer/main/shortcode_functions.php on line 938
[08-Jun-2022 18:26:30 UTC] PHP Notice: Trying to get property ‘post_date’ of non-object in /home/lumi7497/domains/sladoledi-pixi.si/public_html/wp-content/plugins/pagelayer/main/shortcode_functions.php on line 939
[08-Jun-2022 18:26:30 UTC] PHP Notice: Trying to get property ‘ID’ of non-object in /home/lumi7497/domains/sladoledi-pixi.si/public_html/wp-content/plugins/pagelayer/main/shortcode_functions.php on line 940
[08-Jun-2022 18:26:30 UTC] PHP Notice: Trying to get property ‘post_parent’ of non-object in /home/lumi7497/domains/sladoledi-pixi.si/public_html/wp-content/plugins/pagelayer/main/shortcode_functions.php on line 941
[08-Jun-2022 18:26:30 UTC] PHP Notice: Trying to get property ‘menu_order’ of non-object in /home/lumi7497/domains/sladoledi-pixi.si/public_html/wp-content/plugins/pagelayer/main/shortcode_functions.php on line 942
[08-Jun-2022 18:26:30 UTC] PHP Notice: Trying to get property ‘post_author’ of non-object in /home/lumi7497/domains/sladoledi-pixi.si/public_html/wp-content/plugins/pagelayer/main/shortcode_functions.php on line 943
[08-Jun-2022 18:26:30 UTC] PHP Notice: Trying to get property ‘post_type’ of non-object in /home/lumi7497/domains/sladoledi-pixi.si/public_html/wp-content/plugins/pagelayer/main/shortcode_functions.php on line 947
[08-Jun-2022 18:26:30 UTC] PHP Notice: Trying to get property ‘post_type’ of non-object in /home/lumi7497/domains/sladoledi-pixi.si/public_html/wp-content/plugins/pagelayer/main/shortcode_functions.php on line 953- This reply was modified 2 years, 5 months ago by ogrin.
Hello,
Sorry for the inconvenience caused.
The logs didn’t show any error. They all notice that comes when accessing the 404 page.
Kindly check the .htaccess file if you have any redirection except (basic index redirection between # BEGIN WordPress and # END WordPress ) then please remove it and check.
It can happen because of the permalinks issue of the pages.
You can test it by duplicating the page and accessing the cloned page if it’s working then there is a permalinks issue.Let us know the status.
Regards,
Pagelayer Teamdont know which are basic … i have:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
?
Hi,
Sorry for the delay in response.
We try to solve the issue on possibilities but we aren’t able to get the actual cause.
You can open a support ticket so that we can help to resolve the issue as soon as possible.Regards,
Pagelayer Teamwhere can i do that?
Hello,
Sorry for the inconvenience caused.
To get answer your question you can open a support ticket at https://pagelayer.deskuss.com/
Regards,
Pagelayer TeamHello,
@ogrin is everything working fine?
or we will assume this thread is resolved.Regards,
Pagelayer team
- The topic ‘Edit using Pagelayer doesnt work’ is closed to new replies.