zikula / CoreManagerModule

A Zikula Module to handle core releases
MIT License
2 stars 0 forks source link

Updating the core version doesn't work #14

Open cmfcmf opened 8 years ago

cmfcmf commented 8 years ago

When creating a new release, updating the Zikula_Core::VERSION_NUM did not work:

        <h1>Oops! An Error Occurred</h1>
        <h2>The server returned a "500 Internal Server Error".</h2>

        <div>
            Something is broken. Please let us know what you were doing when this error occurred.
            We will fix it as soon as possible. Sorry for any inconvenience caused.
        </div><br />
        <div class="alert alert-warning">Path &quot;src/lib/legacy/Zikula/Core.php&quot; is not a file.</div>
craigh commented 8 years ago

yes. this just happened for me also.

craigh commented 7 years ago

the value is in a different location now....

Guite commented 6 years ago

This issue still exists. Thus this stage is currently disabled: https://github.com/zikula/CoreManagerModule/blob/master/Controller/ReleaseController.php#L173 https://github.com/zikula/CoreManagerModule/blob/master/Stage/ExecuteStage.php#L87