User:Dan Nessett/Technical/How to set up a CZ clone on Ubuntu: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Dan Nessett
(New page: ==Notes== * Had to modify createAndPromote.php to check password for validity before creating user. Otherwise, if the password is invalid a "ghost" user is created in mwuser table. * Had ...)
 
imported>Dan Nessett
No edit summary
Line 4: Line 4:
* Had to create a dummy user with user_id of 0, so XML dump import would work.
* Had to create a dummy user with user_id of 0, so XML dump import would work.
* Need to set Xdebug variables for both apache2/php and php-cli versions of php.ini
* Need to set Xdebug variables for both apache2/php and php-cli versions of php.ini
* Had to set xdebug.max_nesting_level=200 in /etc/php5/cli/php.ini so dump import wouldn't croak.

Revision as of 19:47, 18 November 2009

Notes

  • Had to modify createAndPromote.php to check password for validity before creating user. Otherwise, if the password is invalid a "ghost" user is created in mwuser table.
  • Had to create a dummy user with user_id of 0, so XML dump import would work.
  • Need to set Xdebug variables for both apache2/php and php-cli versions of php.ini
  • Had to set xdebug.max_nesting_level=200 in /etc/php5/cli/php.ini so dump import wouldn't croak.