inboundnow / retired-cta

Create Calls to Action for your WordPress site. Monitor and improve conversion rates, run A/B split tests, customize your own CTA templates and more
http://www.inboundnow.com/cta/
1 stars 3 forks source link

Warning: DOMDocument::loadHTML() #92

Closed atwellpub closed 9 years ago

atwellpub commented 9 years ago

Warning: DOMDocument::loadHTML(): Attribute href redefined in Entity, line: 11 in /Users/davidgregorywells/Dropbox/Sites/Local-Git/wp-content/plugins/_inbound-pro/core/cta/classes/class.cta.render.php on line 274

http://www.screencast.com/t/71CbILCc

DavidWells commented 9 years ago

http://www.screencast.com/t/b9TOwwRj

DavidWells commented 9 years ago

Warning: DOMDocument::loadHTML(): Attribute href redefined in Entity, line: 11 in /Users/davidgregorywells/Dropbox/Sites/Local-Git/wp-content/plugins/cta/classes/class.cta.render.php on line 274

Needs to get fixed for push

atwellpub commented 9 years ago

Pushed a fix, will you confirm fix?

Unfortunately if there are repeated attribute elements in a html element it's going to throw the soft warning when parsing the html. The only thing I can think to do is mute errors and hope this doesn't shoot us in the foot on a troubleshooting issue one day in the future.

DavidWells commented 9 years ago

Fatal Parse error: syntax error, unexpected '$CTA_Load_Extensions' (T_VARIABLE) in /Users/davidgregorywells/Dropbox/Sites/Local-Git/wp-content/plugins/cta/classes/class.cta.render.php on line 52

atwellpub commented 9 years ago

see it.

DavidWells commented 9 years ago

I pulled, and refreshed the page and the fatal is there from whatever you changed

atwellpub commented 9 years ago

k fixed.