Hi guys
We have a problem after installing Nwiki on our 1.8.2 . We cannot add a new wiki (see attached Screenshot). I think it's a silly error we made (Could it be a problem with read-write-access). Can you help us?
Regards
Thomas
Nwiki "New wiki"-problem
Number of replies: 3Re: Nwiki "New wiki"-problem
The problem still occurs. Activating the debug-mode the following error is displayed.
****
ERROR: null value in column "summary" violates not-null constraint
INSERT INTO mdl_wiki ( ID, COURSE, NAME, PAGENAME, TIMEMODIFIED ) VALUES ( 29, 40, 'Test-Wiki', 'First Page', 1190886008 )
* line 1425 of lib/dmllib.php: call to debugging()
* line 58 of mod/wiki/lib.php: call to insert_record()
* line 222 of course/modedit.php: call to wiki_add_instance()
****
followed by the the error message of the original posting.
Any ideas?
Kind Regards
Thomas
****
ERROR: null value in column "summary" violates not-null constraint
INSERT INTO mdl_wiki ( ID, COURSE, NAME, PAGENAME, TIMEMODIFIED ) VALUES ( 29, 40, 'Test-Wiki', 'First Page', 1190886008 )
* line 1425 of lib/dmllib.php: call to debugging()
* line 58 of mod/wiki/lib.php: call to insert_record()
* line 222 of course/modedit.php: call to wiki_add_instance()
****
followed by the the error message of the original posting.
Any ideas?
Kind Regards
Thomas
Re: Nwiki "New wiki"-problem
Hi Thomas,
It's strange... We don't have any field called "summary". Activity summary is translated to "intro" in our wiki database.
It's possible that the old migration process didn't had success.
DFWikiTeam, Pigui.
It's strange... We don't have any field called "summary". Activity summary is translated to "intro" in our wiki database.
It's possible that the old migration process didn't had success.
DFWikiTeam, Pigui.
Re: Nwiki "New wiki"-problem
Dear Pigui
Yes, we had some problems migrating old wikis. While updating we renamed the old wiki only (remaining in ./mod) and did not delete it. Thus the installation stopped with a blank page while calling the page Administration/notification.
I think you hit the problem. but now: Do you have an idea, how we could solve the problem? How should we repair the database (manually)? Do you know an easier way?
Thanks a lot!
Thomas
Yes, we had some problems migrating old wikis. While updating we renamed the old wiki only (remaining in ./mod) and did not delete it. Thus the installation stopped with a blank page while calling the page Administration/notification.
I think you hit the problem. but now: Do you have an idea, how we could solve the problem? How should we repair the database (manually)? Do you know an easier way?
Thanks a lot!
Thomas