A PHP Error was encountered

Severity: Warning

Message: file_get_contents(/home/x17patur/public_html//static/products/json/d41d8cd98f00b204e9800998ecf8427e.json) [function.file-get-contents]: failed to open stream: No such file or directory

Filename: models/details_model.php

Line Number: 37

A PHP Error was encountered

Severity: Warning

Message: Invalid argument supplied for foreach()

Filename: models/details_model.php

Line Number: 41

Database Error

A Database Error Occurred

Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'GROUP BY priceID ORDER BY pa.pa_id' at line 9

SELECT GROUP_CONCAT( CONCAT(pa.pa_name, ': '), pa.pa_value ORDER BY pa_name DESC SEPARATOR ' / ') AS combination, ppal.ppal_product_prices_id AS priceID FROM products_attributes AS pa JOIN product_prices_attributes_link AS ppal ON ppal.ppal_products_attributes_id = pa.pa_id JOIN product_prices AS pp ON pp.pp_id = ppal.ppal_product_prices_id JOIN products AS p ON p.product_id=pp.pp_product_id WHERE p.product_id = GROUP BY priceID ORDER BY pa.pa_id

Filename: /home/x17patur/public_html/modules/details/models/details_model.php

Line Number: 60