2024-09-14, 07:31 AM
original thread: https://community.mybb.com/thread-241797.html
1)
occurs when announcements for the portal are disabled
solution: define variable
Change line 444 in portal.php
from
2)
solution: define variable
put
before line 714
1)
Quote:<error>
<dateline>1726085583</dateline>
<script>portal.php(762) : eval()'d code</script>
<line>23</line>
<type>2</type>
<friendly_type>Warning</friendly_type>
<message>Undefined variable $multipage</message>
<back_trace>#0 errorHandler->error() called at [/inc/class_error.php:153]
#1 errorHandler->error_callback() called at [/portal.php(762) : eval()'d code:23]
#2 eval() called at [/portal.php:762]
</back_trace>
</error>
occurs when announcements for the portal are disabled
solution: define variable
Change line 444 in portal.php
from
$announcements = '';
to$announcements = $multipage = '';
2)
Quote:<error>
<dateline>1726294432</dateline>
<script>portal.php</script>
<line>717</line>
<type>2</type>
<friendly_type>Warning</friendly_type>
<message>Undefined variable $tcount</message>
<back_trace>#0 errorHandler->error() called at [/inc/class_error.php:153]
#1 errorHandler->error_callback() called at [/portal.php:717]
</back_trace>
</error>
solution: define variable
put
$tcount = 0;
before line 714
if($attachment['thumbnail'] != "SMALL" && $attachment['thumbnail'] != '')
No support via PM, email, telephone, home visit, Discord, Telegram, WhatsApp and other useless tools