Hi all,
I updated my e107 websites to 2.1.7 from 1.0.x roughly one month ago .
After the update both sites were running fine. But I didn't have a look at them in the last weeks. Now I noticed that one of the sites just shows a blank page. Displaying the page source also shows nothing.
URL of the not working page:
https://www.digioso.com/baod
With googling I found this:
https://github.com/e107inc/e107/issues/525
I added the echos to class2.php and finally arrived at line 247.
246 echo "Echoing on line: ".__LINE__."<br />";
247 e107::getSingleton('eIPHandler'); // This auto-handles bans etc
248 echo "Echoing on line: ".__LINE__."<br />";
The echo in line 248 is not shown.
I also read that changing the theme to bootstrap3 directly in the database may help. I did that in the SitePrefs column in the e107_core table. But that didn't help either. I've changed it back to my old theme now.
Unfortunately I've also removed the backups from before the update, because it was working after the update...
Do you have any idea what the issue could be?
Thanks a lot!