Once I attempt to access the page I get a completely blank page, when I view source I get :
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title></title></head><body></body></html>
PHP 5.0.5-dev
MySQL 4.0.23_Debian-3ubuntu2-log
Apache/2.0.53
Linux 2.6.10-5-386
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I get the same blank page too. I installed to remote server and my pc but both not working. Below is the source:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML>
<HEAD>
<TITLE>phpfin - Personal Finance Manager for Mac, Windows, and Linux</TITLE>
<META NAME="description" content="phpfin is an intuitive personal finance application for Mac, Windows, and Linux. phpfin helps you manage and track your finances with advanced features such as transaction import, budget management, email alerts, and insightful graphing and reporting.">
<META NAME="keywords" content="phpfin, personal finance, personal finance software, personal finance application, personal finance manager, online finance, money manager, mac, linux, windows, checkbook, software, budget, OFX.">
<FRAMESET cols="100%">
<FRAMESET rows="100%">
<FRAME name="mainFrame" id="mainFrame" src="login.php">
</FRAMESET>
<NOFRAMES>
Tired of desktop-bound applications limiting you to one computer?
Break free with phpfin, the complete personal finance manager for the web.
With phpfin you can manage all your finances in one place from any internet accessible computer.
Full source code included.
With phpfin you can:
<br><br>
<ul>Manage your budget;</ul>
<ul>Manage your accounts;</ul>
<ul>Schedule and record transactions;</ul>
<ul>Share accounts with other users;</ul>
<ul>Import transactions;</ul>
<ul>Track savings;</ul>
<ul>Receive e-mail alerts;</ul>
<ul>Get a quick overview of your financial state;</ul>
<ul>Generate reports; and</ul>
<ul>much, much more.</ul>
<br/><br/>
Take back control of your finances and head towards financial independence with phpfin.
</NOFRAMES>
</FRAMESET>
</HTML>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
PHPFIN is not compatible with PHP 5. This seems to be a multi issue. One of those definitely is the nusoap implementation. You will get to the login screen once you deactivate the nusoap stuff, but not any further.
The only way to get the logon screen is to downgrade to php4. But this won't do you any good either because the iamdentity stuff doesn't work and you get 'could not email transaction pin' error.
Somebody (I am not a php programmer) needs to get rid of the iamdentity stuff and redo the login procedure. this might even solve the compatibility problem with php5.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Once I attempt to access the page I get a completely blank page, when I view source I get :
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title></title></head><body></body></html>
PHP 5.0.5-dev
MySQL 4.0.23_Debian-3ubuntu2-log
Apache/2.0.53
Linux 2.6.10-5-386
I get the same blank page too. I installed to remote server and my pc but both not working. Below is the source:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML>
<HEAD>
<TITLE>phpfin - Personal Finance Manager for Mac, Windows, and Linux</TITLE>
<META NAME="description" content="phpfin is an intuitive personal finance application for Mac, Windows, and Linux. phpfin helps you manage and track your finances with advanced features such as transaction import, budget management, email alerts, and insightful graphing and reporting.">
<META NAME="keywords" content="phpfin, personal finance, personal finance software, personal finance application, personal finance manager, online finance, money manager, mac, linux, windows, checkbook, software, budget, OFX.">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en-us" />
<meta name="robots" content="all" />
<meta name="revisit-after" content="30 days" />
<meta name="author" content="phpfin" />
<meta http-equiv="imagetoolbar" content="false" />
<meta name="MSSmartTagsPreventParsing" content="true" />
</HEAD>
<FRAMESET cols="100%">
<FRAMESET rows="100%">
<FRAME name="mainFrame" id="mainFrame" src="login.php">
</FRAMESET>
<NOFRAMES>
Tired of desktop-bound applications limiting you to one computer?
Break free with phpfin, the complete personal finance manager for the web.
With phpfin you can manage all your finances in one place from any internet accessible computer.
Full source code included.
With phpfin you can:
<br><br>
<ul>Manage your budget;</ul>
<ul>Manage your accounts;</ul>
<ul>Schedule and record transactions;</ul>
<ul>Share accounts with other users;</ul>
<ul>Import transactions;</ul>
<ul>Track savings;</ul>
<ul>Receive e-mail alerts;</ul>
<ul>Get a quick overview of your financial state;</ul>
<ul>Generate reports; and</ul>
<ul>much, much more.</ul>
<br/><br/>
Take back control of your finances and head towards financial independence with phpfin.
</NOFRAMES>
</FRAMESET>
</HTML>
As I said before:
PHPFIN is not compatible with PHP 5. This seems to be a multi issue. One of those definitely is the nusoap implementation. You will get to the login screen once you deactivate the nusoap stuff, but not any further.
The only way to get the logon screen is to downgrade to php4. But this won't do you any good either because the iamdentity stuff doesn't work and you get 'could not email transaction pin' error.
Somebody (I am not a php programmer) needs to get rid of the iamdentity stuff and redo the login procedure. this might even solve the compatibility problem with php5.