Fallen Cabal Website

Status
Not open for further replies.
Newbie Spellweaver
Joined
Aug 14, 2011
Messages
10
Reaction score
0
In all index.php on the top line you will see this-- > header( 'Location: http://127.0.0.1/index.php' ) ; change this ip to localhost or 127.0.0.1 and i think you will see..
 
Newbie Spellweaver
Joined
Mar 21, 2013
Messages
49
Reaction score
2
I changed it but nothing

this is the link to the website
 
Experienced Elementalist
Joined
Mar 25, 2006
Messages
218
Reaction score
19
Quickfix. Please enable output_buffering = On in php.ini if you have login problem. Thanks for this nice release.
 
Newbie Spellweaver
Joined
Mar 21, 2013
Messages
49
Reaction score
2
Can sb help me
i reinstalled it several times and never is see more than this:

can sb help me plsssss
 
Newbie Spellweaver
Joined
Mar 21, 2013
Messages
49
Reaction score
2
Sb another idea??
I have still the problem that no content is displayed.
 
Trying to be developer ^^
Loyal Member
Joined
Jul 21, 2010
Messages
1,072
Reaction score
360
Ahh i see still no one have own brain to think why it isn't work -.-
Check ur index.php on last line and delete a space before ?>
 
Elite Diviner
Joined
Jan 3, 2014
Messages
461
Reaction score
49
Fatal error: Call to undefined function stdhead() in C:\xampp\htdocs\FallenWeb\FallenWeb\index.php on line 6

anyone?
 
Elite Diviner
Joined
Jan 3, 2014
Messages
461
Reaction score
49
i use fresh file from download, and just modified sql detail, but receive this error.

Code:
<?php
ob_flush();
    include 'include/functions.php';
    
    stdhead();
    sechead_2(Home);


   echo '<iframe src="//www.facebook.com/plugins/likebox.php?href=http://www.facebook.com%2FFallenCabal&width=670&height=600&show_faces=false&colorscheme=light&stream=true&border_color=gray&header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:670px; height:600px;" allowTransparency="true"></iframe>';


    secfoot();
    stdfoot();
?>

everything fine. this code from index.php
 
Status
Not open for further replies.