Author Topic: varification code  (Read 19230 times)

0 Members and 1 Guest are viewing this topic.

Offline zikihos

  • Pre-Newbie
  • Posts: 8
    • View Profile
varification code
« on: June 06, 2009, 11:19:26 PM »
kad idem maknut verification code, stalno mi se pojavljuju greske tipa ova:

Warning: Cannot modify header information - headers already sent by (output started at /home6/cernoone/public_html/mycarpictures/config.php:73) in /home6/cernoone/public_html/mycarpictures/admin/admin_functions.php on line 168

Warning: Cannot modify header information - headers already sent by (output started at /home6/cernoone/public_html/mycarpictures/config.php:73) in /home6/cernoone/public_html/mycarpictures/admin/admin_functions.php on line 169

Warning: Cannot modify header information - headers already sent by (output started at /home6/cernoone/public_html/mycarpictures/config.php:73) in /home6/cernoone/public_html/mycarpictures/admin/admin_functions.php on line 170

Warning: Cannot modify header information - headers already sent by (output started at /home6/cernoone/public_html/mycarpictures/config.php:73) in /home6/cernoone/public_html/mycarpictures/admin/admin_functions.php on line 171

Warning: Cannot modify header information - headers already sent by (output started at /home6/cernoone/public_html/mycarpictures/config.php:73) in /home6/cernoone/public_html/mycarpictures/admin/admin_functions.php on line 172


radim tako da odem u glavni folder, skinem config.php otvorim u notpadu i dodam
$captcha_enable_upload = 0 ;
$captcha_enable_comments = 0 ;
$captcha_enable_postcards = 0 ;

ispred ?>

dal radim nesto krivo ili?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: varification code
« Reply #1 on: June 07, 2009, 12:03:50 AM »
remove anything after ?> including spaces and new lines.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline zikihos

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: varification code
« Reply #2 on: June 07, 2009, 12:18:43 AM »
wow  :D

thanks a lot!