Another install problem with book module

Another install problem with book module

by Ton Verplanke -
Number of replies: 3
Running Moodle 1.4.4 I am trying to install the book module. I did:
  • Unzip the book.zip file in moodle/mod
  • Move moodle/mod/lang/nl/*.* to moodle/lang/nl/
  • Move moodle/mod/lang/en/*.* to moodle/lang/en-us/
But somehow the module "book" does not appear in in Admin.  Does anybody have an idea what I did wrong?


Average of ratings: -
In reply to Ton Verplanke

Re: Another install problem with book module

by Herbert Keijers -
  • Did you got a screen saying all the tables were correctly made ? (visiting the ../moodle/admin section)
In reply to Ton Verplanke

Re: Another install problem with book module

by Jan Dierckx -
Third step should be...
Move moodle/mod/lang/en/*.* to moodle/lang/en/

Afterwards you should visit the Administration page of your Moodle site (normally at www.jeserver.nl/moodle/admin/index.php)

Then you should see the messages about database tables Herbert is writing about.

In reply to Jan Dierckx

Re: Another install problem with book module

by Ton Verplanke -
Thanks Jan & Herbert,

I moved moodle/mod/lang/en/*.* to moodle/lang/en/ but I do not get any messages in admin (NL = beheer) about the database tables being created.

I guess I will try it again.

Could there be a problem with CHMOD (directory for book = 755)?

Ton