Jump to content

Switching servers


Recommended Posts

Hi I'm trying to set up my home computer to work as a server however I'm running into a bit of an issue. On my web server I have a file with a series of define()'s where I lay down some configuration stuff. I call this file at the top of a script and then use the values throughout said script as well as other scripts which are called upon by the first one. It looks something like this:

configs <=> index
script1
script2 script3 etc

Anyhow it works fine on the server and I can access the constant variables in script1 (that is one level down ie it calls the script that calls the configs) but I cannot access them from script2. I suspect that there is a switch I need to flip, but I'm not sure what, any suggestions?

After poking around some more I have found that the problem is more bizarre than I previously thought. If I include the config file in troublesome script it still seems to be unable to access the constants. I can echo out the constants and anything else from the config file but as soon as I enter the other script I lose it. I'm really at a loss as to where my data is going, especially considering that in a second script this isn't happening, can someone give me a hand?
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.