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 Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/128284-phpbb3-problem/#findComment-664662 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.