Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
  #1  
Old 4th May 2010, 20:15
latino latino is offline
Member
 
Join Date: May 2010
P2P
Posts: 2
Default Error - takeprofedit.php
I have error in profiler...
Code:
Notice:  Undefined index: stylesheet in /home/dramania/public_html/tracker/takeprofedit.php on line 131

Warning: Cannot modify header information - headers already sent by (output started at /home/dramania/public_html/tracker/takeprofedit.php:131) in /home/dramania/public_html/tracker/takeprofedit.php on line 190
Reply With Quote
  #2  
Old 4th May 2010, 21:52
pdq pdq is offline
TBDev BANNED Warrior
 
Join Date: Sep 2008
P2P
Posts: 46
Default
attach or post your takeprofedit.php file

=]
Reply With Quote
  #3  
Old 5th May 2010, 00:19
latino latino is offline
Member
 
Join Date: May 2010
P2P
Posts: 2
Default
Ok.

Tks for your help.

:D
Attached Files
File Type: php takeprofedit.php (7.6 KB, 3 views)
Reply With Quote
  #4  
Old 5th May 2010, 00:44
pdq pdq is offline
TBDev BANNED Warrior
 
Join Date: Sep 2008
P2P
Posts: 46
Default
PHP Code:
$stylesheet $_POST["stylesheet"]; 
should be like:
PHP Code:
$stylesheet = isset($_POST["stylesheet"]) ? $_POST["stylesheet"] : 1
strange that stylesheet didn't post though, did you make changes to my.php? if so can you post that file?

=]
Reply With Quote
Reply

Tags
error , takeprofeditphp

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
help error, http error and invalid passkey thereal Torrent Strike 0 9th April 2009 02:07
takeprofedit.php [Line 76-87] Too big error .. dezza Yuna Scatari Edition (YSE) 0 23rd October 2008 06:05
URGENT !! Parse error: syntax error sharpe Torrent Strike 8 24th September 2008 15:10



All times are GMT +2. The time now is 17:58. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.