I was reinstalling a system to stage it live on the internet. The install kept failing, with the following error:
The 'xxxx' actually had a different value. I tried different names for the email before I realized that the password I was copying in ended with what is often an escape character, '\'. Once I changed the last character to something else, the install proceeded without issue.
If there are any problems duplicating this error, all the emails I had tried had the '_' in them, and the 'xxxx' part that was displayed in the error message contained the string that precededd this character.
This will probably be rarely hit, but I am quite confident it is a real bug, and not simply user error.
Thanks for a great script!
edit: I just remembered, I was also running under PHP 5.4. I made the mistake of changing to PHP 5.5 without being sure I retested the error, before changing the last character of the password. I am not sure, but I am guessing my hosting provider is using LightSpeed.
- Code: Select all
Parse error: syntax error, unexpected 'xxxx' (T_STRING) in /home/u848844205/public_html/winnifredbeach/mng/tags.php(2420) : eval()'d code on line 1
The 'xxxx' actually had a different value. I tried different names for the email before I realized that the password I was copying in ended with what is often an escape character, '\'. Once I changed the last character to something else, the install proceeded without issue.
If there are any problems duplicating this error, all the emails I had tried had the '_' in them, and the 'xxxx' part that was displayed in the error message contained the string that precededd this character.
This will probably be rarely hit, but I am quite confident it is a real bug, and not simply user error.
Thanks for a great script!
edit: I just remembered, I was also running under PHP 5.4. I made the mistake of changing to PHP 5.5 without being sure I retested the error, before changing the last character of the password. I am not sure, but I am guessing my hosting provider is using LightSpeed.