Severity: Notice
Message: Undefined offset: 0
Filename: controllers/Pages.php
Line Number: 691
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 691
Function: _error_handler
File: /var/www/html/galerie-lelong.com/www/www/index.php
Line: 314
Function: require_once
Severity: Notice
Message: Trying to get property of non-object
Filename: controllers/Pages.php
Line Number: 691
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 691
Function: _error_handler
File: /var/www/html/galerie-lelong.com/www/www/index.php
Line: 314
Function: require_once
Severity: Notice
Message: Undefined offset: 0
Filename: controllers/Pages.php
Line Number: 691
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 691
Function: _error_handler
File: /var/www/html/galerie-lelong.com/www/www/index.php
Line: 314
Function: require_once
Severity: Notice
Message: Trying to get property of non-object
Filename: controllers/Pages.php
Line Number: 691
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 691
Function: _error_handler
File: /var/www/html/galerie-lelong.com/www/www/index.php
Line: 314
Function: require_once
Severity: Notice
Message: Undefined offset: 0
Filename: controllers/Pages.php
Line Number: 691
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 691
Function: _error_handler
File: /var/www/html/galerie-lelong.com/www/www/index.php
Line: 314
Function: require_once
Severity: Notice
Message: Trying to get property of non-object
Filename: controllers/Pages.php
Line Number: 691
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 691
Function: _error_handler
File: /var/www/html/galerie-lelong.com/www/www/index.php
Line: 314
Function: require_once
Severity: Notice
Message: Undefined offset: 0
Filename: controllers/Pages.php
Line Number: 692
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 692
Function: _error_handler
File: /var/www/html/galerie-lelong.com/www/www/index.php
Line: 314
Function: require_once
Severity: Notice
Message: Trying to get property of non-object
Filename: controllers/Pages.php
Line Number: 692
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 692
Function: _error_handler
File: /var/www/html/galerie-lelong.com/www/www/index.php
Line: 314
Function: require_once
Severity: Notice
Message: Undefined offset: 0
Filename: controllers/Pages.php
Line Number: 692
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 692
Function: _error_handler
File: /var/www/html/galerie-lelong.com/www/www/index.php
Line: 314
Function: require_once
Severity: Notice
Message: Trying to get property of non-object
Filename: controllers/Pages.php
Line Number: 692
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 692
Function: _error_handler
File: /var/www/html/galerie-lelong.com/www/www/index.php
Line: 314
Function: require_once
Severity: Warning
Message: Creating default object from empty value
Filename: controllers/Pages.php
Line Number: 696
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 696
Function: _error_handler
File: /var/www/html/galerie-lelong.com/www/www/index.php
Line: 314
Function: require_once
Severity: Notice
Message: Undefined property: stdClass::$qte
Filename: controllers/Pages.php
Line Number: 697
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 697
Function: _error_handler
File: /var/www/html/galerie-lelong.com/www/www/index.php
Line: 314
Function: require_once
Severity: Notice
Message: Undefined property: stdClass::$ARTISTES_id
Filename: controllers/Pages.php
Line Number: 699
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 699
Function: _error_handler
File: /var/www/html/galerie-lelong.com/www/www/index.php
Line: 314
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /var/www/html/galerie-lelong.com/www/sysFiles/core/Exceptions.php:271)
Filename: core/Common.php
Line Number: 570
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/models/Pages_model.php
Line: 878
Function: get
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 699
Function: get_artiste_estampes
File: /var/www/html/galerie-lelong.com/www/www/index.php
Line: 314
Function: require_once
Error Number: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `BP`.`id` IS NOT NULL AND `BP`.`qte` >0 ORDER BY E.ordre is null, E.ordre, E' at line 5
SELECT `E`.`id`, `E`.`idFM`, `E`.`titre` AS `titre`, `E`.`image`, `E`.`technique` AS `technique`, `E`.`baseTechnique` AS `baseTechnique`, CONCAT(A.prenom, IF(A.prenom != "" AND A.nom != "", " ", ""), A.nom) AS artiste, `A`.`id` AS `artisteId`, "estampe" AS `type` FROM `ESTAMPES` AS `E` LEFT JOIN `ARTISTES` AS `A` ON `A`.`id` = `E`.`ARTISTES_id` LEFT JOIN `BOUTIQUE_PRODUCTS` AS `BP` ON `BP`.`ESTAMPES_id` = `E`.`id` WHERE `E`.`ARTISTES_id` = AND `BP`.`id` IS NOT NULL AND `BP`.`qte` >0 ORDER BY E.ordre is null, E.ordre, E.titre
Filename: models/Pages_model.php
Line Number: 878