Bug Trying To Add Signature


Subject: Bug Trying To Add Signature
I've had to disable GZip globally because when one goes to add a Signature in their profile we get this?

Quote:
Content Encoding Error

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

Profile PM  
Subject: Re: Bug Trying To Add Signature
I cannot reproduce this error. Are you sure you made the DB upgrade?

Profile PM  
Subject: 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

phpinfo

Accept-Encoding gzip, deflate

I click http://127.0.0.1/forum/profile.php?mode=signature and get:
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.


ACP - I disable

Enable GZip Compression No

And I get:

sig

: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:

EDIT:

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. :(

[Icy Phoenix Debug] PHP Notice: in file /includes/usercp_signature.php on line 22: Creating default object from empty value

Umm! disabling these in usercp_signature.php

Code: [Download] [Hide] [Select]
// 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;


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....

Profile PM  
Subject: Re: Bug Trying To Add Signature
I'll try to fix it.

Thanks for reporting.


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1483s (PHP: 12% SQL: 88%)
SQL queries: 13 - Debug Off - GZIP Enabled