Closed (duplicate)
Project:
Advanced Blog
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2009 at 15:46 UTC
Updated:
5 Jun 2010 at 11:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kubala.webdesign commentedComment #2
Anonymous (not verified) commentedI made some changes that fix this issue, fix also the http://drupal.org/node/649080 issue and include the fix of http://drupal.org/node/565352.
So:
Correct the query for the blog navigation
The custom title appear in the block and in the blog page (if there are not other module that override this function)
There is a new function to have the custom title of the blog ... so whe can use it to show the title where we need in the template.
Please, try this and give me some feedback
Tks
Comment #3
escoles commentedI'm not sure I understand the original issue -- I think it's fixed by this.
However, on some pages, using this version of the module results in the following SQL error:
user warning: 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 n.created DESC' at line 1 query: SELECT n.nid, n.created FROM node n WHERE n.type = 'blog' AND n.status = 1 AND n.uid = ORDER By n.created DESC in /home/tesssco7/public_html/youreasygarden.com/sites/all/modules/advanced_blog/advanced_blog.module on line 421.I'm seeing this error on at least these pages:
/user [before and after login]
/user/4 [after login]
/node/add
/node/add/blog
[etc.]
[EDIT: fix my grammar...]
Comment #4
svendecabooterThis issue has been addressed in the latest HEAD version of this module. A new release will be coming out soon.
Please test if that version fixes the reported problems (which it should).
Comment #6
aarnold commentedComment #7
aarnold commentedI still see this in beta2. Any news on a fix?
EDIT: I have to assign the administer node right in order for the archive to show up.
Comment #8
svendecabooterThis was caused by a problem fixed in #793876: User error in the blog page alerts