Page 1 of 1

can't use include

PostPosted: 27. March 2014 02:49
by 12strings
hello Friends, what settings must i change to enable includes?

Re: can't use include

PostPosted: 27. March 2014 03:23
by JJ_Tagy
Includes work inherently. What makes you think you can't?

Re: can't use include

PostPosted: 27. March 2014 20:01
by gsmith

Re: can't use include

PostPosted: 27. March 2014 23:05
by 12strings
JJ_Tagy wrote:Includes work inherently. What makes you think you can't?

when I use "include ('xyz.php'); and get message to the effect that the file can't be found ( I have copied and pasted this line to this "xyz.php" file for years and have just
upgraded the Xampp , I just deduced - 4 + 4 = 11.

Re: can't use include

PostPosted: 27. March 2014 23:43
by JJ_Tagy
Sounds like something else is going on. You should check your php error log and apache error log for more info.

You mentioned upgrading... Did you previously use short open tags? It is now defaulted to use full tags.