Hung up on creating tables

Hung up on creating tables

Birdie Newborn -
回帖数:2
On a new ISP (with PHP 4 and 5), I start with 1.8.2+ and an empty database (created). I redo config, change the permissions on moodledata (not too sure how that works but following directions). I finally got a clean GPL page, and a second page. On the third page, I get the following, and on checking the database, no tables have been created. What next?

(mysql): SELECT * FROM moodle_course WHERE category = '0' LIMIT 1
1146: Table 'beachcol_moodle.moodle_course' doesn't exist
 
 
 
 
  


(mysql): SELECT * FROM moodle_context WHERE contextlevel = '10' AND instanceid = '0' LIMIT 1
1146: Table 'beachcol_moodle.moodle_context' doesn't exist
 
 
 
 
  

(mysql): SELECT * FROM moodle_context WHERE contextlevel = '10' AND instanceid = '0' LIMIT 1
回复Birdie Newborn

Re: Hung up on creating tables

Nicolas Dunand -
Core developers的头像 Plugin developers的头像
Hello all,

Exactly the same problem here.

Last message is 'Hotpot tables intalled correctly' (on the second SQL queries page). The top of page displays 'no warnings, scroll to continue button' but continue button is not displayed (even in generated HTML).

This looks just as if the script died (i.e. there are no HTML closing tage for 'body' and 'html').

My install is a fresh Moodle 1.8.2+ on a fresh RedHat EL AS 4.0, using PHP 4.3.9 and MySQL 4.1.20. All was running nicely until that. I went through the apache and mysql error logs without finding anything.

Any idea ?
回复Nicolas Dunand

Re: Hung up on creating tables

Birdie Newborn -
I suspect it has something to do with the permissions for the server to access the moodledata outside the public_html -- I tried different combinations but nothing seemed to work. I must not be understanding the installation instructions.

Do I have to contact the server to coordinate them as a user?