You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably this is a non-issue because it looks like both control-bar.php and control-sort.php are not meant to be run standalone, but rather, PHP segments that are included by other PHP scripts.
Documenting this here in case we need this info in the future.
The text was updated successfully, but these errors were encountered:
Not sure if it is a problem at all, but I saw these two error messages while doing Simply Static export today (2023-05-05):
Fortunately, it does not seem to affect the static site export at all, and the exported pages look normal.
The solution seems to be to add
require_once ( $parse_uri[0] . 'wp-load.php' );
(which Phil already did in control-sort.php, but commented out); see also https://stackoverflow.com/questions/51953428/fatal-error-call-to-undefined-function-e-in-wordpress-plugin-errorProbably this is a non-issue because it looks like both control-bar.php and control-sort.php are not meant to be run standalone, but rather, PHP segments that are included by other PHP scripts.
Documenting this here in case we need this info in the future.
The text was updated successfully, but these errors were encountered: