rockxl1 Posted October 13, 2008 Share Posted October 13, 2008 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 More sharing options...
haku Posted October 14, 2008 Share Posted October 14, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.