03-17-2018, 12:09 AM
That issue with the hung/timeout session when updating...
I ended up commenting out 3 lines for updating "LoI68El211ON" in "users/update.php"
//unlink('../install/cleanup.php');
//unlink('../install/license.php');
//rrmdir('../install');
and let it finish. Something in those calls makes php shit it's pants... maybe if the directory/files do not exist...
I found it handy to add an else clause for each update so there was a little more to look at on the screen.
eg:
else{echo "Has already been applied: ".$update."<br>";}
Im a savage coder.
yar.
Bradley.
I ended up commenting out 3 lines for updating "LoI68El211ON" in "users/update.php"
//unlink('../install/cleanup.php');
//unlink('../install/license.php');
//rrmdir('../install');
and let it finish. Something in those calls makes php shit it's pants... maybe if the directory/files do not exist...
I found it handy to add an else clause for each update so there was a little more to look at on the screen.
eg:
else{echo "Has already been applied: ".$update."<br>";}
Im a savage coder.
yar.
Bradley.