Hi,
I’m using the Email Verification Plugin (version 1.0.0) and I’m getting an error in the admin area that points to a file which does not exist in the plugin package.
Error message:
Plugin page does not exists or is incorrect. Discuss following path with plugin author:
oc-content/plugins/email_verify/admin/application.php
However, inside the plugin folder there is no application.php file under admin/. The only file there is:
oc-content/plugins/email_verify/admin/configure.php
So the plugin is trying to load admin/application.php, but in the ZIP file there is only admin/configure.php. This causes the admin link (for example “Applications” in the plugin menu) to break with the error above.
It looks like either:
admin/application.php is missing from the plugin package, or
the plugin links should point to admin/configure.php instead of admin/application.php.
Could you please check the plugin package and either include the missing file or update the internal links so they use the correct admin file?
Thanks in advance!
Kind regards