Jump to content

Fehler Property Order->module is empty


Recommended Posts

Wenn ich in der Bestellübersicht eines Kunden den Status auf Versendet (oder auch anderes) wechseln möchte bekomme ich diese Fehlermeldung:

Wie kann ich es beheben?

----------------------------------------

[PrestaShopException]

Property Order->module is empty
at line 837 in file classes/ObjectModel.php

831. 832. 			$message = $this->validateField($field, $this->$field);833. 			if ($message !== true)834. 			{835. 				if ($die)836. 					throw new PrestaShopException($message);837. 				return $error_return ? $message : false;838. 			}839. 		}840. 841. 		return true;

 

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