https://www.icyphoenix.com/viewtopic.php?f=35&t=9406&p=60081#p60081 ----------------------------------- mort Fri 20 Mar, 2015 23:42 Re: Bug Trying To Add Signature ----------------------------------- Not sure what Db upgrade you are talking about because this was/is a fresh install from the Downloads Section. Now, I just tried the same thing with XAMPP PHP version 5.6.3 [b]phpinfo[/b] [b]Accept-Encoding gzip, deflate [/b] I click http://127.0.0.1/forum/profile.php?mode=signature and get: [b][quote] Content Encoding Error The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression. Please contact the website owners to inform them of this problem.[/quote][/b] ACP - I disable [b]Enable GZip Compression[/b] [b]No [/b] And I get: [img]http://www.icyphoenix.com/files/images/8840/sig.jpg[/img] :mryellow: So this has happened both on XAMPP and on the bluehost server :( And from memory - When I downloaded this package from the Downloads - Icy Phoenix hadn't been downloaded for about six months or more? - So it's probably running with some deprecated stuff that no-one has reported in that time. Dunno - - - But phpBB of SMF is starting to look good. :lol: :lol: :twisted: [b]EDIT:[/b] This was hiding because of the colour - in the top l/h corner after I disabled Gzip and I only noticed it because the theme had moved down from the top. :( [b][Icy Phoenix Debug] PHP Notice: in file /includes/usercp_signature.php on line 22: Creating default object from empty value[/b] Umm! disabling these in [b]usercp_signature.php[/b] [code linenumbers=false]// get the board & user settings ... // $html_on = ($user->data['user_allowhtml'] && $config['allow_html']) ? 1 : 0 ; // $bbcode_on = ($user->data['user_allowbbcode'] && $config['allow_bbcode']) ? 1 : 0 ; // $smilies_on = ($user->data['user_allowsmile'] && $config['allow_smilies']) ? 1 : 0 ; // $bbcode->allow_html = $html_on; // $bbcode->allow_bbcode = $bbcode_on; // $bbcode->allow_smilies = $smilies_on; // $bbcode->is_sig = true;[/code] And it works as one would expect and the debug errors all disappear - because the error just moves from one line to the other if you don't disable the lot....