Frequently Asked Questions

Creating and modifying plugins.
Post Reply
stalsy
Regular
Posts: 11
Joined: Tue Aug 21, 2007 3:48 pm

Frequently Asked Questions

Post by stalsy »

Hi guys,

I'm sorry for my pressing requests, but I've another problems now with FAQs plugin.

When I try to insert a category I've the following error:

Code: Select all

INSERT INTO serendipity_faq_categorys (id,parent_id,language,category,introduction,catorder) values ('', '0', 'en', 'Serendipity', 'All about Serendipity Blogs', '2')
/ Incorrect integer value: '' for column 'id' at row 1
I've tried to add manually the first category from Mysql console and than add another category from graphical interface in backend, but still not working. I'm just able to update category and insert FAQs ( in that manually created category)

Moreover I'm not able to find any links at frontend FAQs.

Can you help me, please?

thank you a lot
stalsy
Regular
Posts: 11
Joined: Tue Aug 21, 2007 3:48 pm

Post by stalsy »

Hi,

I'm very sorry because I've solved my problem using an existent topic ( I did made the search before, but I did found it )... so one problem is solved...

:)
Post Reply