debug error on 3.2.2 (never old release)

Support für Extensions für phpBB 3.2.x von Entwickler OXPUS
Antworten
sakkiotto
Beiträge: 106
Registriert: Mo 28. Apr 2014, 03:56

debug error on 3.2.2 (never old release)

Beitrag von sakkiotto »

Hi Oxpus,
i have problem when there is a value download link internal on:

1) post_text on phpbb_posts
2) file_name on phpbb_downlaods

example:

Code: Alles auswählen

https://phpbb3.oxpus.net/dlext/?view=detail&df_id=32 
on db this convert like this

Code: Alles auswählen

Download Extension (phpBB 3.2.x Extensions)
debug error show is:

Code: Alles auswählen

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/s9e/text-formatter/src/Renderer.php on line 19: DOMDocument::loadXML(): Opening and ending tag mismatch: SIZE line 22 and URL in Entity, line: 22
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/s9e/text-formatter/src/Renderer.php on line 19: DOMDocument::loadXML(): Opening and ending tag mismatch: p line 22 and SIZE in Entity, line: 22
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/s9e/text-formatter/src/Renderer.php on line 19: DOMDocument::loadXML(): Opening and ending tag mismatch: r line 1 and p in Entity, line: 22
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/s9e/text-formatter/src/Renderer.php on line 19: DOMDocument::loadXML(): Extra content at the end of the document in Entity, line: 24
if on phpmyadmin i edit the value from & to & it works..

it's a problem of phpbb?

Ciaoo
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: debug error on 3.2.2 (never old release)

Beitrag von oxpus »

The reformatting is a problem in phpBB itself:
Each html notation will be converted and so ent board thich a & to & before saving.

But:
At which point / after which function the debug message will be displayed in your forum?
I can't reproduze this with the default phpBB methods...
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
sakkiotto
Beiträge: 106
Registriert: Mo 28. Apr 2014, 03:56

Re: debug error on 3.2.2 (never old release)

Beitrag von sakkiotto »

I think it's conflict with another ext conflict .. im investigate..
Antworten