www.mamboteam.com
Jx Development
Home arrow FAQs arrow Mamblog arrow No blog section found
Thursday, 18 March 2010
 
 
Main Menu
Home
FAQs
Portfolio
File Archive
Bug Reports
Support Forum
Development Update
Work in Progress
Web Links
Contact Me
Component Demos
Jobline Demo
Mamblog Demo
Jambook Demo
Login Form





Lost Password?
No account yet? Register
Who's Online
We have 24 guests online
Newsletter

Subscribe to our newsletter.






Donate
If you use and like my scripts, and would like further developments, please consider donating a few bucks.

External links
www.ledutveckling.com - The Yard - Utvecklaren - Rollspel.nu - Spelwebben - Gardener's Game Garage - My Pet Peeves - PSPnuts

Interesting Sites
Joomla!
Joomlahut
Netshine Joomla Tutorial
JX extensions on JED
No blog section found PDF Print E-mail
Written by Olle Johansson   
Wednesday, 15 November 2006

Question

When listing entries on the frontend, no blog entries show up, only the following error:

No blog section found

Answer

If you get this error the problem is probably that Mamblog can't find the content section that blog entries will be saved in. Read on for further information on how to fix this problem.

When you install Mamblog it should automatically create a content section for the Mamblog entries. If Mamblog cannot find this section it won't run and produce the error message you mention.

In versions earlier than 1.0 RC2 the most common reason for this is that you have changed the title of the Mamblog section or removed it.

In 1.0 RC2 the id of the section is saved in the configuration file when Mamblog is installed, so changing the title of the section shouldn't be a problem. But if the value wasn't saved to the configuration file during the installation for some reason it would also show up. Make sure the following two lines are in your configuration file, and that the numbers correspond to the id's of your Mamblog section and the default Mamblog section category:

 
$cfg_mamblog['sectionid']='25';
$cfg_mamblog['catid']='85';
You can find the sectionid and catid by running the following two queries in MySQL Control Center, phpMyAdmin or a Joomla DB Query component:

 
SELECT id FROM mos_sections WHERE title='Mamblog'
 
SELECT id FROM mos_categories WHERE title='Default Category'

More information on this subject can be found in a thread on the Support Forum.


Comments
Search RSS
Newbie question
Evan (68.63.159.xxx) 2007-08-04 03:24:22

Any chance you could expand this article to be more step by step in a way that a
newbie would understand? I am in phpMyAdmin, and go to the "Query" tab.
I post one of the above queries in the SQL query box, but when I submit it I
get the message "You have to choose at least one column to display." I
am clueless with SQL, so don't know where to go from here. Thank you.
Only registered users can write comments!

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

 
Advertisement
Polls
Is Joomla 1.0 support needed in future releases of our extensions?
 
Latest News
Most Read
Latest Commented
Bug Reporting (1 comments)
Mamblog - User blog component (61 comments)
The road to Jobline v1.2 (5 comments)
Export vBulletin users to Mambo (6 comments)
Jobline Documentation (4 comments)
Latest Posts

More...
 
Top! Top!