Menu

Get completely blank page

Help
BindSocket
2005-05-19
2013-03-27
  • BindSocket

    BindSocket - 2005-05-19

    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

     
    • shahonseven

      shahonseven - 2006-12-22

      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>

       
      • parsloe matchingham

        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.

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.