English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Someone who is really good at programming, and codenig stuff like php, my sql, main stuff like that. cause my problem is complicated and i need someone who knows what they are doing:

ok now my problem is that im have set up a user script with monthly payments and everything, but when i test to see if people an sign up i get::

Warning: Cannot modify header information - headers already sent by(output started at /home/*******/public_html/*****/registra... in /home/*******/public_html/*****/registra... on line 250

and when i go to both lines they tell me:

Line 250::

header('Location: index.php?action=pay&user_id=' . $user->user_id. '&user_membership=' . $_POST['user_membership']);

whats happening

2007-10-28 06:36:20 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

I am useing www.membersitewizard.com user script.

I am also getting when i try to test users profile i get::

Warning: Cannot modify header information - headers already sent by (output started at /home/******/public_html/******/registra... in /home/******/public_html/******/lib/auth... on line 7

and


Warning: Cannot modify header information - headers already sent by (output started at /home/shay/public_html/msm/registration/... in /home/shay/public_html/msm/lib/auth_db.p... on line 8


and when i go to the both lines it says:

Line 7:: header('WWW-Authenticate: Basic realm="'. SITE_NAME . '"');

Line 8:: header('HTTP/1.0 401 Unauthorized');

2007-10-28 06:39:47 · update #1

ok...............not an expert!

2007-10-28 06:55:14 · update #2

2 answers

I suggest you post a support request on the membersitewizard site.
This is simply incorrectly executed code or a mismatch between your PHP version and the servers. Membersitewizard says you need PHP4 or higher.

The errors look as if the PHP is not reading the code correctly or you don't have the database or .htaccess setup correctly in any event it is not something we can answer with out seeing the error codes which will be in the server log files!!!

I would say check the installation and go through every single step to be sure you didn't miss one. (like setting up the MySql database etc.)

2007-10-28 11:17:58 · answer #1 · answered by Tracy L 7 · 0 0

Try asking Bill Gates!

2007-10-28 13:44:10 · answer #2 · answered by iamh2ok9 3 · 1 1

fedest.com, questions and answers