[phpBB Debug] PHP Warning when using search with specific terms

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
thrive4
Posts: 70
Joined: Jun 25, 2021 15:32

[phpBB Debug] PHP Warning when using search with specific terms

Post by thrive4 »

Just a fyi, and maybe it has already been
reported but I'm getting (in browser)

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/s9e/text-formatter/src/Utils.php on line 161: DOMDocument::loadXML(): xmlParseEntityRef: no name in Entity, line: 616
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/s9e/text-formatter/src/Utils.php on line 161: DOMDocument::loadXML(): xmlParseEntityRef: no name in Entity, line: 271
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/s9e/text-formatter/src/Utils.php on line 161: DOMDocument::loadXML(): xmlParseEntityRef: no name in Entity, line: 271
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/s9e/text-formatter/src/Utils.php on line 161: DOMDocument::loadXML(): xmlParseEntityRef: no name in Entity, line: 271
freebasic.net
When searching on criteria like 'wah' or 'woh',
I know, not the most conventional of search criteria,
criteria like 'was' or 'wet' (just as examples)
do not throw the above mentioned error.

Weird anyway as said fyi.
fxm
Moderator
Posts: 12081
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: [phpBB Debug] PHP Warning when using search with specific terms

Post by fxm »

PHP warnings when searching for "Too many expressions":
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/s9e/text-formatter/src/Utils.php on line 161: DOMDocument::loadXML(): xmlParseEntityRef: no name in Entity, line: 57
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/s9e/text-formatter/src/Utils.php on line 161: DOMDocument::loadXML(): xmlParseEntityRef: no name in Entity, line: 311
coderJeff
Site Admin
Posts: 4313
Joined: Nov 04, 2005 14:23
Location: Ontario, Canada
Contact:

Re: [phpBB Debug] PHP Warning when using search with specific terms

Post by coderJeff »

thrive4 wrote: Jun 26, 2022 18:24 Weird anyway as said fyi.
hmm. I should try updating to latest phpBB.
thrive4
Posts: 70
Joined: Jun 25, 2021 15:32

Re: [phpBB Debug] PHP Warning when using search with specific terms

Post by thrive4 »

Just for the record, in retrospect, it is probably
the results and not the search criteria anyway
my php is extremely rusty but this might be
useful info:
https://stackoverflow.com/questions/760 ... a-php-file
Post Reply