Guest User

Untitled

a guest
Apr 25th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $success = $doc->createElement('span', 'You have been successfully subscribed');
  2. $success->setAttribute('class', 'hide');
  3. $success->setAttribute('[class]', 'ampState.success'); // error here
  4. $form->appendChild($success);
  5.  
  6. PHP Fatal error: Uncaught DOMException: Invalid Character Error in <path>
Add Comment
Please, Sign In to add comment