trying to install moodle 1.7 on php 4.4.4 / mysql 5.0.26 / apache under linux.
The first step for creating the database is ok, I get the following message "the database has correctly been updated", and a continue button.
Then the second step is creating module tables. On this step, no warning, no error. and the last message is : success, quiz module tables have been correctly created. but there is NO continue button to proceed to the next step !!! just a link on the top of the page "scroll to the continue button" which doesn't work...
what should I do ?
thanks in advance
Bonjour,
I have the same problem ! I install moodle in 1and1 host. MYSQL 5
All is good in the second step. When the installation creats module tables : No warning all seems good but there is no continue button to procceed to the next step. just a link on the top of the page "scroll to the continue button" which doesn't work...
Please help me !
JN
Re: "scroll to the continue button" but no continue button..
J'ai trouvé ! cela sera utile pour le collègue ci-dessus !
I must thank you profusely.
The threads led to a simple solution
To switch from php4 to php 5 you can
add the line, AddType x-mapp-php5 .php, to a .htaccess in your root directory. The good news is it applies to all sub-directories
This seems to avoid server 500 errors, unlike a .htaccess with the line, php_flag register_globals off
Such a shame that 1and1 tech support couldn't have told me of this!
It worked perfectly without me manually editing the MySQL database.
The problem seems to reside with the ver5 MySQL.
Placing this simple line in the .htaccess file allowed a smooth installation.
Thank you once again.
Re: "scroll to the continue button" but no continue button..
sorry but I can't understand your solution
I added the line AddType x-mapp-php5 .php to my .htaccess in my root directory (root directory of moodle or linux, i tried all), I restarted apache and reinstall my activity module but still obtain the same error: no problem to install but the continue button doesn't appear and the capabilities that i defined in my access.php doesn't install correctly.
i have moodle 1.7, PHP 5.1.6 and mysql Ver 14.12 Distrib 5.0.27
thank you and sorry for my english
Re: "scroll to the continue button" but no continue button..
I'm upgrading from 1.5.x to 1.7 and I get:
(mysql): SELECT name FROM mdl_config WHERE name = 'enrol_plugins_enabled' LIMIT 1
(mysql): UPDATE mdl_config SET value = 'manual,yorkville' WHERE name = 'enrol_plugins_enabled'
then ... nothing. Any help would be greatly appreciated.
回复: Re: "scroll to the continue button" but no continue button..
No warnings - Scroll to the continue button
assignment
but I cann't find continue button
Re: 回复: Re: "scroll to the continue button" but no continue button..
Paz y Bien.
Moodlers:
Re: "scroll to the continue button" but no continue button..
http://docs.moodle.org/en/Installation_FAQ#Installation_hangs_when_setting-up_database_tables
However, in the process of upgrading incrementally, 1.7 should be skipped. See
http://moodle.org/mod/forum/discuss.php?d=97181#p429395
http://moodle.org/mod/forum/discuss.php?d=97181#p429466
RLE
Re: "scroll to the continue button" but no continue button..
The first link seems to be the solution to the continue button problem.
But I'm afraid it isn't as easy as it looks...
I've tried all the options:
1. When I click on the link about checking mySQL limit... oh god... that's so messy and complicated!!!! I don't understand anything? I don't know where to start ='(
2. When I check my .htaccess file... Which one? The one inside moodledata folder? Shall I write "AddType x-mapp-php5.php" under "deny from all"? Or shall I create another file? In that case, where?
3. When I rename the .htaccessfile to disable it, the moodledata folder becomes public and I still can't install moodle.
Heeeelp, pliiiiiiiiiiis!!
Thanks =)