Severity: Notice
Message: Undefined offset: 0
Filename: controllers/Pages.php
Line Number: 730
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 730
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: 730
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 730
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: 730
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 730
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: 730
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 730
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: 730
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 730
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: 730
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 730
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: 731
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 731
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: 731
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 731
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: 731
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 731
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: 731
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 731
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: 735
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 735
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: 736
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 736
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: 738
Backtrace:
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 738
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: 1113
Function: get
File: /var/www/html/galerie-lelong.com/www/appFiles/controllers/Pages.php
Line: 738
Function: get_artiste_livres
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 L.ordre is null, L.ordre, L' at line 5
SELECT `L`.`id`, `L`.`idFM`, `L`.`titre`, `L`.`titre_long_fr`, `L`.`titre_long_en`, `L`.`masque_auteur`, `L`.`annee`, `L`.`image`, `L`.`auteur`, CONCAT(A.prenom, IF(A.prenom != "" AND A.nom != "", " ", ""), A.nom) AS artiste, `A`.`id` AS `artisteId`, "livre" AS `type` FROM `LIVRES` AS `L` LEFT JOIN `ARTISTES` AS `A` ON `A`.`id` = `L`.`ARTISTES_id` LEFT JOIN `BOUTIQUE_PRODUCTS` AS `BP` ON `BP`.`LIVRES_id` = `L`.`id` WHERE `L`.`ARTISTES_id` = AND `BP`.`id` IS NOT NULL AND `BP`.`qte` >0 ORDER BY L.ordre is null, L.ordre, L.titre
Filename: models/Pages_model.php
Line Number: 1113