phpSupport

RoughTimes

New Member
Messages
90
Reaction score
0
Points
0
Hello!

I am trying to install php support phpsupport.jynx.net.


my login is located at http://www.xtreempc.x10hosting.com/tickets/

i am recieving this error



Warning: Cannot modify header information - headers already sent by (output started at /home/xtreempc/public_html/tickets/config.php:174) in /home/xtreempc/public_html/tickets/index.php on line 19

when i login i get thesses


Warning: Cannot modify header information - headers already sent by (output started at /home/xtreempc/public_html/tickets/config.php:174) in /home/xtreempc/public_html/tickets/login.php on line 60

Warning: Cannot modify header information - headers already sent by (output started at /home/xtreempc/public_html/tickets/config.php:174) in /home/xtreempc/public_html/tickets/login.php on line 61

Thanks in advance!

-=Mike=- <- 1337!
 

ss128

New Member
Messages
70
Reaction score
0
Points
0
im assuming youre trying to set cookies, right? basically, you have to send the cookies before the <head> tag is called. usually i define them before i even erite the <html> tag
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
In php, you have to send headers before any output what-so-ever is sent to the browser. That includes whitespace, any characters, and any symbols.
 

Richard

Active Member
Messages
2,028
Reaction score
0
Points
36
The problem is that you have "white space" at the top/bottom of you config.php file. Remove any space before <?php or after ?>. The error will then go away.

EDIT: osTicket is a good system to use too. http://www.osticket.com/
 

RoughTimes

New Member
Messages
90
Reaction score
0
Points
0
EDIT: osTicket is a good system to use too. http://www.osticket.com/

I havent been here suince I posted it...That night I gave up and changed to osTickets...I guess great minds do in fact think alike!!

However thanks to all who tried to help!

If anyone DOES use osTickets be sure to see my tutorial on inserting tha AD code....(found in the tutorials asile!)

Thanks again

-= Mike =-
 
Top