Simple Machines Community Forum

SMF Support => SMF 2.1.x Support => Topic started by: smartmouse on May 06, 2020, 09:24:07 AM

Title: Re: Tapatalk
Post by: smartmouse on May 06, 2020, 09:24:07 AM
Hello, I'm using Tapatalk SMF 2.1 Plugin (version 5.0.0) on SMF 2.1 RC2 and in the logs panel I have the following error:

"A non-numeric value encountered" on mobiquo/smartbanner.php (Line 97)

96:             $topics_per_page = empty($modSettings['disableCustomPerPage']) && !empty($options['topics_per_page']) && !WIRELESS ? $options['topics_per_page'] : $modSettings['defaultMaxTopics'];
97:             $current_page = isset($_REQUEST['start']) ? ($_REQUEST['start'] / $topics_per_page + 1) : 1;


How can I fix it?
Title: Re: Tapatalk
Post by: Kindred on May 06, 2020, 01:08:14 PM
Please stop tacking your questions on to other people's posts....

1- the other people have already solved their issue (and the topic is marked as solved)
2- your issue is probably NOT the "same" since the posts which you tacked onto are over a year old and are for different releases.


Regarding this issue -- talk to tapatalk.  That file is not part of SMF.