never tried this one before...

Started by Hyperion (noobKID), September 15, 2012, 08:01:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Hyperion (noobKID)

its working now...
thanks... will be remembering this one, just in case its heppening again... lol :P...

ShadoW69

try uncommenting from templates/1/template.php line 8
Quoteheader('Content-Language content="en-us"');

this is an invalid header

LE: also :P
QuoteMay 01, 2011, 10:23:37 pmReplaced takeupload.php missing :


Code: [Select]

global $lang;


On 2 dict functions.


All templates.php removed :


Code: [Select]

header('Content-Language content="en-us"');


Above throws http500 on Cent os, can be added back if your on debian,unbuntu,win
Last modified by: Mindless May 06, 2011, 03:48:42 pm
https://u-232-forum.duckdns.org/index.php?action=downloads;sa=view;down=2

Hyperion (noobKID)

#7
hmm... just tried to fix all perm via FTP... same thing... checking for error logs now..


EDIT: This is log:

[Sat Sep 15 14:40:55 2012] [error] [client 87.52.34.197] malformed header from script. Bad header=Content-Language content="en-u: /home/speedsce/public_html/login.php

ShadoW69

#6
QuoteIf you are the webmaster of this site please log in to Cpanel and check the Error Logs. You will find the exact reason for this error there.

Common reasons for this error are:

    Incorrect file/directory permissions: Above 755. In order files to be processed by the webserver, their permissions have to be equal or below 755. You can update file permissions with a FTP client or through cPanel's File Manager.
    Incorrect Apache directives inside .htaccess file. Make sure you have not specified unsupported directives inside the local .htaccess file. Such include PHP settings and Apache module settings.


thats the most common reason for error 500
also as the first line sad, check your error logs...


LE: chmod /include , maybe it helps...

Hyperion (noobKID)

then i just get a 500 internal server error...

so its not that i think...

EDIT:

this is my phperror_log file:


[15-Sep-2012 14:05:16] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/speedsce/public_html/include/config.php' (include_path='.:/usr/local/php52/pear') in /home/speedsce/public_html/include/bittorrent.php on line 14
[15-Sep-2012 14:08:13] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/speedsce/public_html/include/config.php' (include_path='.:/usr/local/php52/pear') in /home/speedsce/public_html/include/bittorrent.php on line 14


does this help... :/...

ShadoW69

was this in your root htaccess???
deny from all
try renaming the .htaccess to htaccess.txt and see if it helps...

Hyperion (noobKID)

#3
This is my .HTACCES file...

deny from all,

######################
#ErrorPages
ErrorDocument 400 /error.php?400
ErrorDocument 401 /error.php?401
ErrorDocument 403 /error.php?403
ErrorDocument 404 /error.php?404
ErrorDocument 500 /error.php?500
##################################################


ideas?

ShadoW69

500 error usually comes from htaccess...

Hyperion (noobKID)

yoyo U People...

im trying to release my tracker (BETA VERSION) on my website here: blackbitt.com

but im getting a 500Error... any ideas?...
its standing like its the (@TBdev)...

so i supose it is the script there is wrong somehow?...