General Support - A Line Of Error Appeared In The Top Of My Website
Cristianita [ Tue 14 Jun, 2016 08:56 ] Post subject: Re: A Line Of Error Appeared In The Top Of My Website
Well, I tried both ways:
With this line → zlib.output_compression=Off
And this another one → php_value zlib.output_compression off
Anything doesn't work, the errors lines still there.
But when I added the phpi.ini file, and typed my forum URL in the browser, the first windows was this:
And then click in the IcyPhoenix link, I can come into the forum.
Quote:
Can you change your site language to English while we test this because the Spanish language files would not be up to date for this version of Icy Phoenix yet.
Or make it in the ACP so that language files can be selected in the portal.
And if you want to you can PM me your FTP details so that I can see what is what there.
My friend, I couldn't find where could I change the language :oops:
mort [ Tue 14 Jun, 2016 09:12 ] Post subject: Re: A Line Of Error Appeared In The Top Of My Website
ACP/Main Settings/Various Settings/Change Lang = yes
Cristianita [ Tue 14 Jun, 2016 09:17 ] Post subject: Re: A Line Of Error Appeared In The Top Of My Website
Right now I can't do anything...
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at
to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Ok, I could do this, I changed the option :roll:
mort [ Tue 14 Jun, 2016 09:47 ] Post subject: Re: A Line Of Error Appeared In The Top Of My Website
Thank you!! You'll see me very often here, I'm affraid, because this matter is just begining :mrorange: I have to learn about manage this forum that I'd ever known :shock:
See you!!
mort [ Wed 15 Jun, 2016 02:12 ] Post subject: Re: A Line Of Error Appeared In The Top Of My Website
I suspected it was a hosting problem as those type of sites limit very much what you can do.
So that's good news!
:mrgreen:
Mighty Gorgon [ Wed 22 Jun, 2016 20:47 ] Post subject: Re: A Line Of Error Appeared In The Top Of My Website
So everything is fine now? :mri:
mort [ Thu 23 Jun, 2016 03:38 ] Post subject: Re: A Line Of Error Appeared In The Top Of My Website
Well yes and no, :mrgreen:
Errors on one free server - Ajax Chat doesn't work on another one. :(
Cristianita is trying to get IP to run on free servers and I advised her that Limun and I tried some free-servers and that every one of them was a problem one way or another.
So she's re-thinking her priorities.
Informpro [ Thu 23 Jun, 2016 14:01 ] Post subject: Re: A Line Of Error Appeared In The Top Of My Website
@MG Maybe we need to use ini_get to detect zlib output compression, and call ob_start() without an argument in that case?
Mighty Gorgon [ Fri 24 Jun, 2016 18:53 ] Post subject: Re: A Line Of Error Appeared In The Top Of My Website
@MG Maybe we need to use ini_get to detect zlib output compression, and call ob_start() without an argument in that case?
That should be debugged... can you do that?
Informpro [ Sat 25 Jun, 2016 00:01 ] Post subject: Re: A Line Of Error Appeared In The Top Of My Website
No, sorry. Investing time trying to debug a weird condition in some cheap/misconfigured hosts for IP isn't very interesting, especially since we tell people with that kind of issue to use other software...
mort [ Sat 25 Jun, 2016 04:06 ] Post subject: Re: A Line Of Error Appeared In The Top Of My Website
I agree with Informpro :P
I think that adding this line (# php_value zlib.output_compression off) to the beginning of .htaccess would be enough just to make it easier in future should someone want to try a free server and the same problem comes up.
But I think it would be wise to avoid support for Free-Servers full stop! Because from what I've read about them they utilise "Old" versions of PHP and SQL because that's what their free crap runs under and they are very reluctant to modernize anything because they would kill most of their victims customers.
In some situations I believe that the "Global" ini is set so that it can't be modified, else what we tried with Christianita should have worked - But - - - I can't say definitely as I really don't know enough about it.