error 200 again

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
prins
Guest





PostPosted: Sat Jan 18, 2003 7:18 am    Post subject: error 200 again Reply with quote

I've read this board for error 200 and everything I've found does not solve the problems i have. Login pages of all scripts does not work. Now i have a image gallery that works with no problems on an external host. i set it up in 2 minutes. But with the abyss server i always get the code 200.
These scripts are sometimes very large, but can some tell me in plain english wat to change exactly in this code. Most of the time the scripts voor Admin.php don't work. So to login.
Back to top
thedane
-


Joined: 18 Jan 2003
Posts: 10
Location: Holland

PostPosted: Sat Jan 18, 2003 2:14 pm    Post subject: Re: error 200 again Reply with quote

prins wrote:
I've read this board for error 200 and everything I've found does not solve the problems i have. Login pages of all scripts does not work. Now i have a image gallery that works with no problems on an external host. i set it up in 2 minutes. But with the abyss server i always get the code 200.
These scripts are sometimes very large, but can some tell me in plain english wat to change exactly in this code. Most of the time the scripts voor Admin.php don't work. So to login.


well, i'm having the same problems, check http://www.aprelium.com/forum/viewtopic.php?p=3754#3754
perhaps your post variables don't get posted. try to alter your form, to method="GET" and see if you got the same problems.

I'm not too sure about the solution, coz method="GET" is ofcourse a dirty fix. Perhaps Aprelium knows something about it...

Also try to echo "bla" on some places in your script.If they don't get output, it's easier to locate the problem, and easier to get a fix
_________________
"hmm, that's odd"
Back to top View user's profile Send private message Visit poster's website MSN Messenger ICQ Number
prins
Guest





PostPosted: Sat Jan 18, 2003 2:36 pm    Post subject: error 200 again Reply with quote

Already tried to echo something. but the script is so large.
If you want to look at it. these are the 3 most important.
http://foor0001.speed.planet.nl/admin.php.txt
http://foor0001.speed.planet.nl/index.php.txt
http://foor0001.speed.planet.nl/init.inc.php.txt
Back to top
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sun Jan 19, 2003 9:12 pm    Post subject: Re: error 200 again Reply with quote

prins wrote:
I've read this board for error 200 and everything I've found does not solve the problems i have. Login pages of all scripts does not work. Now i have a image gallery that works with no problems on an external host. i set it up in 2 minutes. But with the abyss server i always get the code 200.
These scripts are sometimes very large, but can some tell me in plain english wat to change exactly in this code. Most of the time the scripts voor Admin.php don't work. So to login.

Your scripts seem to use the old PHP variable naming convention. To make your PHP backward compatible with that convention, open php.ini (in the windows directory) and change the line:
Code:
register_globals = Off

to
Code:
register_globals = On

_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
prins
Guest





PostPosted: Sun Jan 19, 2003 9:21 pm    Post subject: Re: error 200 again Reply with quote

Also tried that. but no effect. I've tried another php version. also no effect. Tried to uninstall abyss. No effect. I am totally lost here. I have everything working, Mysql, Perl, PhpMyadmin but no 100 % PhP.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group