zikula / CoreManagerModule

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

Pressing "finish" after a successful release causes an error #16

Closed cmfcmf closed 7 years ago

cmfcmf commented 8 years ago
Oops! An Error Occurred
The server returned a "500 Internal Server Error".
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.

Error: Call to a member function getName() on a non-object
craigh commented 8 years ago

would have to work with debug: true to get the full trace here, but I would gamble that you have a module (News?) that isn't namespaced and therefore not available as an object or have somehow not instantiated a proper module.

craigh commented 8 years ago

just experienced this with release of core-1.4.2. Therefore, no article was published at all - not even pending :cry:

craigh commented 7 years ago

Fatal error: Call to a member function getName() on a non-object in /home/zwww/core/src/modules/zikula/coremanager-module/Controller/ReleaseController.php on line 63 ping @cmfcmf

craigh commented 7 years ago

I was able to overcome the bug by reloading core releases from the admin.