chintan39 / wildblog

Automatically exported from code.google.com/p/wildblog
Other
0 stars 0 forks source link

niceflowers search doesn't work (1h) #265

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Error level 3: In file 
/var/www/html/wildblog/app/packages/Abstract/models/AbstractDefaultModel.php 
[line: 273]: Trying to get property of non-object (error no. 8)
Error level 3: In file 
/var/www/html/wildblog/app/packages/Abstract/models/AbstractDefaultModel.php 
[line: 274]: Trying to get property of non-object (error no. 8)
Error level 3: In file 
/var/www/html/wildblog/app/packages/Abstract/models/AbstractDefaultModel.php 
[line: 281]: Trying to get property of non-object (error no. 8)

Fatal error: Uncaught exception 'Exception' with message 'exception 'Exception' 
with message 'Error during execution of query SELECT wildblog_basic_news.`id`, 
    wildblog_basic_news.`inserted`, 
    wildblog_basic_news.`updated`, 
    wildblog_basic_news.`active`, 
    wildblog_basic_news_ext.`title`, 
    wildblog_basic_news_ext.`url`, 
    wildblog_basic_news.`author`, 
    wildblog_basic_news_ext.`text`, 
    wildblog_basic_news_ext.`description`, 
    wildblog_basic_news_ext.`seo_description`, 
    wildblog_basic_news_ext.`seo_keywords`, 
    wildblog_basic_news.`rank`, 
    wildblog_basic_news.`published`, 
    wildblog_basic_news.`color`, 
    wildblog_basic_news_ext.lang
 FROM 
    wildblog_basic_news
 LEFT JOIN 
     wildblog_basic_news_ext on wildblog_basic_news_ext.`item` = wildblog_basic_news.`id` AND wildblog_basic_news_ext.`lang` = 1
  WHERE ()

  ORDER BY  PUBLISHED DESC
 LIMIT 0, 6: 42000; 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  PUBLISH in /var/www/html/wildblog/app/index.php on line 52

Original issue reported on code.google.com by horak.honza@gmail.com on 29 Dec 2011 at 7:15

GoogleCodeExporter commented 9 years ago

Original comment by horak.honza@gmail.com on 29 Jan 2012 at 1:45