Jump to content

php on windows server 2008 with iis 7


solon

Recommended Posts

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
Share on other sites

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
Share on other sites

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
Share on other sites

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.