Issue/3277128 : Resolved the warnings by initializing the variables outside the if statement.
Closes #3277128
Context
- Resolved the occurring warnings by initializing the variables
$path
,$internal_path
,$page_match
, outside the if statement where were being intialized which was the cause of the warnings.