Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Blank php page

    I've created a site on my home apache server in php with dreamweaver and all
    seems well. However when i transfer it to my friends apache server all the
    pages turn up blank (apart from the static html pages). Both setups are exactly
    the same (using apache 2 ,php 4, mysql). Can anyone give any clues about what's
    happening? perhaps the database is the problem though i've used mysql dump to
    transfer it?
    Thanks

    maccman Guest

  2. Similar Questions and Discussions

    1. Edit page shows blank page!
      We have a serious problem with Contribute 3: We browse to the page we wish to edit, and then click 'Edit'. Contribute fetches the templates etc;...
    2. Edit page returns a blank draft page
      The connection to my website is validated. I can see the home page as expected. But when I go to "Edit page" online, it comes back with a blank...
    3. PHP PAGE SHOWING BLANK PAGE
      Hi ppl, Am having trouble with Dreamweaver/PHP. I have Sokkit v3.5 (Formerly known as PHPTriad) With Apache/2.0.49 (Win32) PHP/4.3.6 and MySQL...
    4. 1 page (of 220) exports as a blank pdf page
      I am bewildered. I export every page, chapter by chapter. But page number 9 always comes out as a blank white page in the pdf file. Has anybody got...
    5. Link target to blank page and sizing new page
      SimpleQ wrote: :: Hello, :: :: I'm linking a simple thumbnail to open a larger image in a new :: brower page. I'm trying to size the border of...
  3. #2

    Default Re: Blank php page

    On Tue, 8 Mar 2005 16:26:05 +0000 (UTC), maccman
    <webforumsuser@macromedia.com> wrote:
    > I've created a site on my home apache server in php with dreamweaver and
    > all
    > seems well. However when i transfer it to my friends apache server all
    > the
    > pages turn up blank (apart from the static html pages). Both setups are
    > exactly
    > the same (using apache 2 ,php 4, mysql). Can anyone give any clues about
    > what's
    > happening? perhaps the database is the problem though i've used mysql
    > dump to
    > transfer it?
    > Thanks
    >
    So you send the index.php file to your friend and he put it on the Server
    Directory and when he went to see it he saw blank?
    If you had a database setup in that index.php file then you would need
    also to have the same database, table, user and specially data on his
    mysql enviroment otherwise he won't see anything.
    Since he didn't display any errors on database connection then I think he
    don't have the data on his mysql database.

    --
    Alexandro Colorado
    ------------------------------
    Support Engineer
    InterAKT Online
    [url]http://www.interaktonline.com[/url]
    Tel: 40(21) 312.5312
    Alexandro Colorado Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139