<< Back
Message for this thread
Posted by Messages text
LAURETTE Romaric

Noavatar
Total post : 36
> Profile
Written on : 29/11/2007 03:40 ( more than one month )
Object : import users, groups, courses etc via mysql
Hello everybody,

I work with the 3.0.6, I have already ask if there is in Docebo an import function for the groups are the lessons and unfortunately it's only in the beta version of 3.5.
So, to import my data I have realise a SQL script to import directly with PHPmyadmin in mysql. And of course, a bug appear. (Not due to docebo that's why i'm not writing in the "bug" forum)

What's append:
The importation works fine but, I cannot delete any groups or courses with Docebo. So I suppose that I do not import correctly the data.

My script is simple: IMPORT INTO 'core_group' VALUES (..........).
Do you insert in other tables some values ? I didn't find .

Anakal

PS: If I try to do a modification, docebo create automaticaly a new group with the same name but with an other idst.
Message modified by : Anakal on : 29/11/2007 04:23
 
LAURETTE Romaric

Noavatar
Total post : 36
> Profile
Written on : 05/12/2007 06:57 ( more than one month )
Object : Re: import users, groups, courses etc via mysql
Ok, I know now that any group need an ID corresponding with an ID in core_st. (That's logic, I sorry to boring you with that)

Unfortunately, It's not enough to have something who's working correctly. So, I'm still trying to find if I need to insert something else in the database. Any help could be pleasant ;) even if it's just to read that it's really difficult to realised an insert directly to mysql.

Anakal
 
<< Back