28-03-2010, 01:47 AM
I have downloaded the latest script for using the FSP on my VA.
I have IIS with php 5.2 installed. I can run test.php and see that php is working and modules are enabled.
However when I run index.php in the FsPadmin, I only get a blank page. When I view the source of the blank page, the below is
all that is
shown
<?
if(!defined("FSP")) return;
#
# common.php this file do the SQL database connexion
#
######### FOR CONFIGURATION SEE SETTING.PHP #########
//////////////////////////////////////////////////////////
// DATABASE CONNEXION
//////////////////////////////////////////////////////////
$databaseconnexion=true; // assume we will be connected
if($cfg['DebugTestonLocalHost']==false)
$db = @mysql_connect($cfg['mysql_server'],$cfg['user'],$cfg['passwordbase']);
else
$db = @mysql_connect("localhost","","");
if(!$db)
{
$databaseconnexion=false;
}
else if(!@mysql_select_db(($cfg['DebugTestonLocalHost'])? $cfg['databaselocalhost']:$cfg['database'],$db))
{
$databaseconnexion=false;
}
//////////////////////////////////////////////////////////
?>
I followed the instructions in the readme...although I didnt get very far as the first page doesnt display. Do I need to
change something
more in the script in order to run the first page?
Also, I should say that I created a blank Access database, which I expected to connect to through the admin script somewhow,
but I
havent gotten that far.
I also created a blank MySQL database too, although I would prefer to use Access. (But at this point I would be happy to get
it working
whether is MySQL or Access)
Is there anyone out there that can help me with this? I have PHP and MySql installed and working fine. I know this because I
am able to
create and delete databases via PHPMyAdmin. So I am sure there is nothing wrong with how my system is configured.
I have unzipped the FsPadmin script to the root of my website but when I browse to http://mysite/FsPadmin/index.php I get
nothing but a
blank white page.
Please if there is anyone who can help me troubleshoot this, I would be very grateful!
Post Edited ( 03-28-10 15:36 )
moderator edit:
Title edited to remove all caps
Whiskey-zulu
I have IIS with php 5.2 installed. I can run test.php and see that php is working and modules are enabled.
However when I run index.php in the FsPadmin, I only get a blank page. When I view the source of the blank page, the below is
all that is
shown
<?
if(!defined("FSP")) return;
#
# common.php this file do the SQL database connexion
#
######### FOR CONFIGURATION SEE SETTING.PHP #########
//////////////////////////////////////////////////////////
// DATABASE CONNEXION
//////////////////////////////////////////////////////////
$databaseconnexion=true; // assume we will be connected
if($cfg['DebugTestonLocalHost']==false)
$db = @mysql_connect($cfg['mysql_server'],$cfg['user'],$cfg['passwordbase']);
else
$db = @mysql_connect("localhost","","");
if(!$db)
{
$databaseconnexion=false;
}
else if(!@mysql_select_db(($cfg['DebugTestonLocalHost'])? $cfg['databaselocalhost']:$cfg['database'],$db))
{
$databaseconnexion=false;
}
//////////////////////////////////////////////////////////
?>
I followed the instructions in the readme...although I didnt get very far as the first page doesnt display. Do I need to
change something
more in the script in order to run the first page?
Also, I should say that I created a blank Access database, which I expected to connect to through the admin script somewhow,
but I
havent gotten that far.
I also created a blank MySQL database too, although I would prefer to use Access. (But at this point I would be happy to get
it working
whether is MySQL or Access)
Is there anyone out there that can help me with this? I have PHP and MySql installed and working fine. I know this because I
am able to
create and delete databases via PHPMyAdmin. So I am sure there is nothing wrong with how my system is configured.
I have unzipped the FsPadmin script to the root of my website but when I browse to http://mysite/FsPadmin/index.php I get
nothing but a
blank white page.
Please if there is anyone who can help me troubleshoot this, I would be very grateful!
Post Edited ( 03-28-10 15:36 )
moderator edit:
Title edited to remove all caps
Whiskey-zulu