solon Posted May 31, 2009 Share Posted May 31, 2009 Hi guys i just transferred my website on a new server and i get "PHP Notice: " and different errors. I should say that everything worked perfectly on the previous server just a bit slow. Is there any specific configuration i should do on iis 7 for my website to work?? Thanks in advance, Solon Link to comment https://forums.phpfreaks.com/topic/160348-php-on-windows-server-2008-with-iis-7/ Share on other sites More sharing options...
trq Posted May 31, 2009 Share Posted May 31, 2009 Notices are caused by problematic code, you should fix that. If you want to however take the lazy approuch you could disable the display of notices by lowering your error_handling directive within the php.ini. Link to comment https://forums.phpfreaks.com/topic/160348-php-on-windows-server-2008-with-iis-7/#findComment-846178 Share on other sites More sharing options...
solon Posted May 31, 2009 Author Share Posted May 31, 2009 ok i will check my code but i should tell you that nothing has changed in the code. Yesterday on the old server worked ok and with no changes on the code only the transfer on the new server caused the problem. The reason i am asking here and didnt go to my code is that i have a joomla website on as well and i get the same problem. Link to comment https://forums.phpfreaks.com/topic/160348-php-on-windows-server-2008-with-iis-7/#findComment-846183 Share on other sites More sharing options...
trq Posted June 1, 2009 Share Posted June 1, 2009 Quote ok i will check my code but i should tell you that nothing has changed in the code. Yesterday on the old server worked ok and with no changes on the code only the transfer on the new server caused the problem. The reason i am asking here and didnt go to my code is that i have a joomla website on as well and i get the same problem. Like I said, you can turn notices off by lowering your error reporting level. It is likely your other server has a lowever setting. You should always develope with error reporting set to a maximum. This way you see every notice and can fix your code as you go. Link to comment https://forums.phpfreaks.com/topic/160348-php-on-windows-server-2008-with-iis-7/#findComment-846722 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.