PHP Error in Stoli

Status
Not open for further replies.

AsianX

New Member
Messages
10
Reaction score
0
Points
0
Index/home page is kicking back not installed/install ( php code ). Curious if anyone else on Stoli is getting the same error.

Code:
not installed.
\n";     if ( file_exists( "install/index.php" ) )     {         echo "Please, wait. Redirecting you to installation form...
\n";         echo "\n";     }     exit(); }  require_once( "inc/header.inc.php" ); require_once( "{$dir['inc']}design.inc.php" );  include( "{$dir['root']}templates/tmpl_{$tmpl}/scripts/index.php" );  ?>
Cha~
 

pedromalito

New Member
Messages
6
Reaction score
0
Points
0
Hello friend, I also had this problem. The solution is this:

Just fix your php code in your web

If you have this code
Code:
<?


Replace it with this
Code:
<?php
 
Last edited:
Status
Not open for further replies.
Top