0

I'm migrating to a new server.

Before I could use: include/XXXX.php in /var/site/test.php.

Now I have use: /var/site/include/XXXX.php

I'm using:

Ubuntu 10.4 Apache2 PHP5

NitroxDM
  • 635
  • 1
  • 15
  • 29
  • 1
    What did `phpinfo();` say your `include_path` was before? What does it say it is now? – DerfK May 18 '11 at 15:55

1 Answers1

1

You need to set the include_path in either your application or in the php.ini file. This is often in /etc/php.ini or /usr/local/etc/php.ini.

barryj
  • 978
  • 1
  • 5
  • 8