Saludos.
Lo instalé y funcionó bien, pero al cabo de unos dias el servidor me envía este codigo de error:
<b>SQL Error</b> [256] (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 'order by p.insertDate Desc LIMIT 15' at line 8
Query : SELECT p.idPost,p.title,p.description,p.insertDate,
c.Name category,c.idCategoryParent,p.type,p.price,
(select Filename from postsimages where idPost=p.idPost order by FileName asc Limit 1) image
FROM posts p
inner join categories c
on c.idCategory=p.idCategory
where p.isAvailable=1 and p.isConfirmed=1 and p.type=
order by p.insertDate Desc LIMIT 15
On line 23 in file /rss/index.php
, PHP 5.1.6 (Linux)
Aborting...
Si alguien me puede decir como solucionarlo, le estoy agradecido.
Joaquin
http://anuncis.el972.com

