Jump to content
thirty bees forum
  • 0

Yet another 1.08 bug


musicmaster

Question

6 answers to this question

Recommended Posts

  • 0

@traumflug said in Yet another 1.08 bug:

You experienced thirty bees self-healing magic :-)

Maybe it was a stale cache somewhere. Should it happen again, please look up back office -> Advanced Parameters -> Configuration Information. This lists, among other stuff, changed and missing files.

Thank you for your reaction. Nice to hear that I can find something under configuration information. But I much prefer the previous situation where I could see which object was missing. Now I can't see that - not even under development mode. Neither in an error log.

Link to comment
Share on other sites

  • 0

Might it be an idea to change this error reporting? The error came from line 848 of AdminController.php. That says:

$this->errors[] = Tools::displayError('The object cannot be loaded (or found)');

What about replacing it with:

if (PSMODEDEV === true) $this->errors[] = Tools::displayError('The object ".$this->className." cannot be loaded (or found)'); else $this->errors[] = Tools::displayError('The object cannot be loaded (or found)');

It would be still better if you also saw the calling stack.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...