ogrin
Forum Replies Created
-
where can i do that?
?
dont 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
This 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 4 years ago by ogrin.
!????
Pagelayer 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.