Improvements to the installation wizard [message #160362] |
Wed, 26 August 2009 22:15 |
JanRei
Messages: 361 Registered: October 2005 Location: Germany
Karma: 0
|
Senior Member Contributing Core Developer Translator |
|
|
All comments and patches are based on CVS revision 11992 and PHP 5.3.0 on Windows XP.
I have tried to make some improvements to installation wizard and attached the results.
Fixed in install.php
- Several validation issues and a few typos
- Deprecated warning in PHP 5.3 because of set_magic_quotes_runtime
- Undefined index: WWW_ROOT in on line 1036
- $no_mem_limit relying on register_globals being enabled (to my understanding)
Fixed in create_file_list
- Deprecated warning in PHP 5.3 because of set_magic_quotes_runtime
Remaining issues
I could imagine to add the "FUDforum Installation Wizard" header to (fatal) error messages to make them look a bit friendlier. I don't have time to look into this currently, but could to it in a few days in case you like the idea.
It seems that you can install using an separate fudforum_archive file only if you have set an memory limit of less than 50M. Maybe there is a bug in the logic and the opposite is meant?
Currently the forum can't be installed successfully, it fails after last step of the wizard with:
WARNING: {META-CONTENT-LANGUAGE} is depricated, please remove it from your templates.
WARNING: {META-CONTENT-LANGUAGE} is depricated, please remove it from your templates.
WARNING: {META-CONTENT-LANGUAGE} is depricated, please remove it from your templates.
Undefined template: "register_affero" inside "register.php.t"
|
|
|
|
|
|
|
|
|