Jump to content
thirty bees forum

Question

Posted

Having solved the vatnumber bug I already have the following bug in my upgraded 1.08 installation. When I go in the backoffice to Customer service I get an "Object not found" error. I tried a fresh 1.08 installation and there it works. Unfortunately Develop mode doesn't work here.

0_1545393560103_object.jpg

6 answers to this question

Recommended Posts

  • 0
Posted

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.

  • 0
Posted

@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.

  • 0
Posted

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.

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...