You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fatal error: Uncaught Error: Undefined constant "IMODE" in ***\userposts.php:238 Stack trace: #0 {main} thrown in C:*** userposts.php on line 238
There is no check if forum plugin is installed either, if this url is used
Fatal error: Uncaught Error: Failed opening required './e107_plugins/forum/forum_class.php' (include_path='.;C:\xampp\php\PEAR') in ***\userposts.php:129 Stack trace: #0 {main} thrown in ***\userposts.php on line 129
Suggestion:
this output should be managed by some method in e_user addon, not directly coded in this file.
PHP 8,1
e107 2.3.3 (maybe 2 weeks old)
The text was updated successfully, but these errors were encountered:
Bug Description
userposts.php?0.forums.1
- Fatal error: Uncaught Error: Undefined constant "IMODE" in ***\userposts.php:238 Stack trace: #0 {main} thrown in C:*** userposts.php on line 238
There is no check if forum plugin is installed either, if this url is used
Fatal error: Uncaught Error: Failed opening required './e107_plugins/forum/forum_class.php' (include_path='.;C:\xampp\php\PEAR') in ***\userposts.php:129 Stack trace: #0 {main} thrown in ***\userposts.php on line 129
Suggestion:
this output should be managed by some method in e_user addon, not directly coded in this file.
PHP 8,1
e107 2.3.3 (maybe 2 weeks old)
The text was updated successfully, but these errors were encountered: