TinyPortal
Development => Support => Topic started by: calumks on May 04, 2009, 10:45:47 AM
I have this error.
Calumks Today at 10:05:07 AM
**.**.**.*** cc1bdf005135bff4bc233f4236c56882
http://www.nightgamer.net/forum/index.php?action=tpmod;shout=save
8: Undefined variable: nshouts
File: /home/***/public_html/forum/tp-files/tp-modules/TPShout/Sources/TPShout.php
Line: 496
I do not know hot to fix this error.
Here is the tpshout.php file where the error is located.
The blank line after elseif($what=='tp_shoutbox_scrolldelay') is line 496
db_query("UPDATE {$tp_prefix}settings SET value='$value' WHERE name='shoutbox_scrolleasing'", __FILE__, __LINE__);
$go=1;
}
elseif($what=='tp_shoutbox_scrolldelay')
{
if($value>6000)
$value=6000;
elseif($value<500)
$value=500;
I have Tiny Portal beta 3
I have these mods installed:
1. Advanced Popup Xbox Gamertag 1.1
2. Contact Page 1.1
3. Custom Action Mod 2.04
4. SMF Arcade 2.0.17
5. Favicon 1.2
6. SMF Articles 1.0.1.8
7. Wrap Text Around Image 1.0
8. TinyPortal 1.075
9. SMF Gallery Lite 2.0.5
10. YouTube BBCode 2.4
11. Admin Notepad 1.0
12. Internal_Links_Use_Same_Window 1.2
13. Show Multiple Badges (Aka Stars) 1.0
14. Stars to Profile 1.0.1
15. Timezone Select 1.1.2
16. PM On Registration
All these mods were installed with no errors.
Thanks for any help.