aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sun Dec 14, 2003 10:12 pm Post subject: Re: php isnt working?!! |
|
|
[Onizuka-Eikichi] wrote: | why doesnt some php scripts work on the abyss server which works on my host i am using rite now?? (both hav the same php version) |
"Doesn't work" isn't a description of a problem. Can you please be more precise when explaining your problem?
Second, most web hosts configure PHP to maintain compatibility with the old versions (you don't even know it). But when you install PHP, you need to enable that compatibility to make some scripts work.
Open PHP.ini and locate the line:
Code: |
register_globals=off
|
and change it to:
Code: |
register_globals=on
|
More information can be found about register_globals in this forum. By the way, the problem is not with Abyss, it is a PHP configuration issue you should be aware of.[/code] _________________ Support Team
Aprelium - http://www.aprelium.com |
|