Simple Machines Community Forum

SMF Development => Bug Reports => Fixed or Bogus Bugs => Topic started by: xtian on March 18, 2019, 09:30:00 PM

Title: RC1 error log
Post by: xtian on March 18, 2019, 09:30:00 PM
Not sure if this is a bug?
I've done a clean install of RC1 with Tiny Portal and Audio/Video embedder
The admin error log keeps coming up with this error at line 2010


==>2010:
   $xml = simplexml_load_file($backend);
2011:
   if($xml !== false) {
2012:
      
Title: Re: RC1 error log
Post by: vbgamer45 on March 18, 2019, 10:33:13 PM
Looks like part of tinyportal I don't see that line in normal RC1
Title: Re: RC1 error log
Post by: @rjen on March 19, 2019, 01:59:10 AM
That line is from TPsubs.php in TinyPortal.

Without a bit more details it is very hard to say what's wrong though.
We have  productive sites running TP on RC1 and they are not reporting this issue...

Need to know:
1. What version of RC1 are you using: the published one? Or a nightly build? If nightly, when did you download it?
2. What TP version are you using?
3. What is the complete error ? pls include message, source, file, everything in the log
4. PHP version?
6. Any indication what user action triggers it?