Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Error - takeprofedit.php (http://www.bvlist.com/showthread.php?t=4925)

latino 4th May 2010 20:15

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


pdq 4th May 2010 21:52

attach or post your takeprofedit.php file

=]

latino 5th May 2010 00:19

1 Attachment(s)
Ok.

Tks for your help.

:D

pdq 5th May 2010 00:44

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?

=]


All times are GMT +2. The time now is 03:47.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.