Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evocms 1.4; when manager folder renamed, the auto update generates invalid include paths #2107

Open
FYL99 opened this issue Aug 18, 2022 · 0 comments
Milestone

Comments

@FYL99
Copy link

FYL99 commented Aug 18, 2022

When updating with the auto update, some include paths become invalid; I noticed two instances:

  • in manager/media/style/default/ajax.php
    include_once("./../../../index.php"); gets renamed to include_once("./../../../../manager/index.php");
  • in manager/processors/login.processor.php
    include_once(DIR . '/../index.php'); gets also renamed to ../../../manager/

these include paths invalid if the "manager" folder is renamed.

@Seiger Seiger added this to the 1.4.8 milestone Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants