Closed DarkPreacher closed 6 years ago
Looks like the include of "Functions.php" causes the error. I think all the includes should be changed to a include_once or require_once.
Yep, changing all include
to include_once
worked, thank you!
@m42e Thanks for the fix.
I recently experienced this problem while trying to set up tt-rss on my local machine (Windows 10, latest version of XAMPP with PHP 7.2.4). However on my hosted webspace (Linux with PHP 7.0.29) it works fine without modification.
I just cloned Feediron from github to my plugins.local dir, and got this in Preferences → Plugins from XDebug.
I'll appreciate any help.