[User Warning] popCurrent called on ModelAsController controller, but it wasn't at the top of the stack

GET /galerie/mobilier-dartiste-2006-2010/oeuvre/158/1

Line 455 in /home/clients/8b1cd481230746fac1dd445e38999963/web/framework/control/Controller.php

Source

446 
447 	/**
448 	 * Pop this controller off the top of the stack.
449 	 */
450 	public function popCurrent() {
451 		if($this === self::$controller_stack[0]) {
452 			array_shift(self::$controller_stack);
453 		} else {
454 			user_error("popCurrent called on $this->class controller, but it wasn't at the top of the stack",
455 				E_USER_WARNING);
456 		}
457 	}
458 	
459 	/**
460 	 * Redirect to the given URL.
461 	 * 

Trace

Page non trouvée

Page non trouvée

Désolé, il semble que vous tentez d'accéder à une page qui n'existe pas.

Merci de vérifier l'URL que vous avez saisie puis d'essayer à nouveau.