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.
Hey 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=test
For other pages:
https://kriesi.at/themes/enfold-2017/pages/pricing/?test=test
2.) Where do you see this warning? You can temporarily hide it by setting the WP_DEBUG_DISPLAY to false.
Best regards,
Ismael
Hi,
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
Thank you for your reply. We will wait for the update.