Forum Moderators: phranque

Message Too Old, No Replies

migrating from windows to unix

         

chuender

6:11 am on Apr 30, 2004 (gmt 0)

10+ Year Member



My code works in windows but when stopped working after it was uploaded to my ISP, which I believe is on Unix.

Are there special things that I need to pay special attention to during this migration process?

My guess is the directory structure... but I will not have the ability to display errors on the server until tomorrow. What gives?

ukgimp

7:20 am on Apr 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



you are going to need to give us more :)

Thing like is register globals on ot off on your ISP, do they allow SSI, do you have the permissions.....the list is long.

What exactly is happening?

You say you are one windows, are you using some sort of server mimic type thing, like phpDev?

Get back to us :)

chuender

3:08 pm on Apr 30, 2004 (gmt 0)

10+ Year Member



I'm still working with my ISP to get error logging turned on.

Is there an ISP that members can recommend which has a better response time?

Thanks.

chuender

5:37 am on May 1, 2004 (gmt 0)

10+ Year Member



My code works when I use the absolute path - "C:\apache2\htdocs" but I cannot use the relative path. Is there something I need to do in php.ini or httpd.conf to fix this?

I am having trouble when I upload my code to Linux environment.

Thanks.

ukgimp

10:32 am on May 1, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



To find out the absolute path on your host put a page up with the following function in:

phpinfo();

thats all you need., Take it down afterwards it will give yiou full paths that you can then use

eg

/path/to/script/

Try that. :)