Skip to content

Commit

Permalink
Update evomigrate.class.inc.php
Browse files Browse the repository at this point in the history
instruction changes
  • Loading branch information
BBloke committed Dec 9, 2022
1 parent cae6663 commit 7d56b17
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions assets/modules/evomigrate/evomigrate.class.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,9 @@ static public function initiate () {
$output .= "This program will attempt to migrate you webusers and groups to v3<br />";

$output .= "The below output is a precursor to the migration.<br />";
$output .= "1. Run this module - it will automatically create some necessary details. <br/>";
$output .= "2. Click 'Run' when available - NB: Only click it once. IT will do what is needed without the screen updating.<br />";
$output .= "3. Complete the installation by running install/index.php to update to v3.<br />";
$output .= "4. Re-run this module to import the original user/group permissions.<br />";
$output .= "1. Click each button ONE AT A TIME.<br/>";
$output .= "2. A button will turn RED when that stage is complete.<br />";
$output .= "3. Re-run this module to import the original user/group permissions.<br />";

$output .= "<br />Checking if Users/Permissions are present.<br/ >";
$rs = $modx->db->select("username", $modx->getFullTableName('web_users'), "", "id DESC" );
Expand Down

0 comments on commit 7d56b17

Please sign in to comment.