Help! Look what I am getting? (General)

by Todd, Wednesday, October 15, 2008, 19:24 (5665 days ago)

Warning: ini_set() has been disabled for security reasons in /home/loogg/public_html/forum/index.php on line 47

Warning: Cannot modify header information - headers already sent by (output started at /home/loogg/public_html/forum/index.php:47) in /home/loogg/public_html/forum/index.php on line 175

Warning: Cannot modify header information - headers already sent by (output started at /home/loogg/public_html/forum/index.php:47) in /home/loogg/public_html/forum/index.php on line 177


What can I do? :-| This all appears at the very top of my forum page.

Help! Look what I am getting?

by Todd, Wednesday, October 15, 2008, 23:12 (5665 days ago) @ Todd

Can anyone help? This is what my host has said about the first warning, on the php.ini file:


Hello Todd,

That function is not available. If you need to set any php directives, you can do so using a local php.ini file which will take effect on the directory the file is in.

Regards,

(I withheld name)
****** hosting.com

Avatar

Help! Look what I am getting?

by Alfie ⌂, Vienna, Austria, Thursday, October 16, 2008, 09:46 (5665 days ago) @ Todd

Hi Todd,

try the following:

Change line 47 in index.php from

ini_set('default_charset', $lang['charset']);

to

//ini_set('default_charset', $lang['charset']);

Create a text-file named php.ini containing this directive:

default_charset "utf-8"

Upload both files in ASCII (not binary!) mode to your forum folder.

--
Cheers,
Alfie (Helmut Schütz)
BEBA-Forum (v1.8β)

locked
4001 views

Help! Look what I am getting?

by Todd, Friday, October 17, 2008, 03:37 (5664 days ago) @ Alfie

Thank you my friend Alfie! That did it! She works like a charm now. Congrats on a nice little forum.

RSS Feed of thread