Jump to content

phpBB3 problem


rockxl1

Recommended Posts

Hi people,

I am try to install phpBB3 in my server, but i need to put

register_globals = on

mbstring.http_input to pass

mbstring.http_output to pass

 

So, how i do that? in a file php.in? what i need to write inside that file, and where i put them?

 

Thanks

Rafael Rocha - Portugal

Your guys are the  phpmasters in the world

Link to comment
https://forums.phpfreaks.com/topic/128284-phpbb3-problem/
Share on other sites

I think you got that wrong - you need to set register_globals to off, not to on.

 

You change this in your php.ini. Open the file, press control+F to open a search window, and search for each of these things:

 

register_globals

http_input

http_output

 

Change the value as necessary for each of them.

Link to comment
https://forums.phpfreaks.com/topic/128284-phpbb3-problem/#findComment-664662
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.