divadiva Posted February 2, 2009 Share Posted February 2, 2009 I am trying to change upload_tmp_dir = /tmp; It is on a server so it is not letting me change php.ini. What if I delete the existing php .ini file and reload modified php.ini.Is that agood aproach? Link to comment https://forums.phpfreaks.com/topic/143504-solved-phpini/ Share on other sites More sharing options...
rhodesa Posted February 2, 2009 Share Posted February 2, 2009 is this a server with a paid hosting service? usually they won't let you change variables like that. i would contact the tech support for the hosting service and ask what the best approach is for accomplishing what you want is. Link to comment https://forums.phpfreaks.com/topic/143504-solved-phpini/#findComment-752812 Share on other sites More sharing options...
divadiva Posted February 2, 2009 Author Share Posted February 2, 2009 Its not a paid service exactly.So I can change. Is php.ini generated at runtime? Link to comment https://forums.phpfreaks.com/topic/143504-solved-phpini/#findComment-752815 Share on other sites More sharing options...
rhodesa Posted February 2, 2009 Share Posted February 2, 2009 no...it's a static file...create a PHP file and put this in it: <?php phpinfo(); ?> load that up in your browser and it will tell you where your php.ini file is. make the change there and restart your webserver. load that file up again and confirm that the setting worked and what do you mean by It is on a server so it is not letting me change php.ini. Link to comment https://forums.phpfreaks.com/topic/143504-solved-phpini/#findComment-752834 Share on other sites More sharing options...
divadiva Posted February 2, 2009 Author Share Posted February 2, 2009 Solved.Temp folder exists in the directory an ditw orks.Thanks experts. Link to comment https://forums.phpfreaks.com/topic/143504-solved-phpini/#findComment-752878 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.