-
AuthorPosts
-
August 28, 2024 at 5:34 pm #1465593
We got two issues when doing random security check:
I. When using a search query string in a page, it returns 404 – this should not be the correct behavior. i.e (reproduced on your demo link below)
https://kriesi.at/themes/enfold-2017/pages/pricing/?s=test
2. The second one is the following error: Warning: Attempt to read property “item_id” on int in /code/wp-content/themes/enfold/framework/php/auto-updates/class-pixelentity-theme-update.php on line 93
Our theme is latest version! (6.0.3) and the envato private token was revalidated and shows no issues.August 29, 2024 at 5:54 am #1465628Hey CityCollege,
Thank you for the inquiry.
1.) Why do you need the search query string on your pages? This is a special parameter that can only be used on the root page of the site. All other query parameters should work for other pages. Example:
https://kriesi.at/themes/enfold-2017?s=testFor other pages:
https://kriesi.at/themes/enfold-2017/pages/pricing/?test=test2.) Where do you see this warning? You can temporarily hide it by setting the WP_DEBUG_DISPLAY to false.
Best regards,
IsmaelAugust 30, 2024 at 5:09 pm #1465816This reply has been marked as private.August 30, 2024 at 5:11 pm #1465817This reply has been marked as private.August 30, 2024 at 5:17 pm #1465819This reply has been marked as private.September 3, 2024 at 9:52 am #1466096Hi,
Thank you for using Enfold and reporting this.
First issue:
We are working on a fix to ignore s=…. for all pages that are not the search page. Will be in the next Release 6.0.4.
Second issue:
The warning you mention is in a file that was used with the old Envato update API < 3.0 and is deprecated. If you have entered an "Envato private token" it should not be loaded at all. But we will remove it in next release 6.0.4. Best regards, Günter
September 4, 2024 at 4:19 pm #1466220Thank you for your reply. We will wait for the update.
-
AuthorPosts
- You must be logged in to reply to this topic.
