Welcome our webmaster and SEO forum
Please enjoy the forum, contribute what you can, and wind up the Moderators!
Results 1 to 7 of 7

Thread: Blank Page

  1. #1
    rabshire is offline Junior Member
    Join Date
    Jun 2003
    Posts
    1

    Default Blank Page

    I just installed on Windows 2k with IIS, PHP, mySQL, PERL, etc. No errors come up. Just a blank page no matter what page I load into the browser.

    http://rental.knightcoders.com

  2. #2
    temi's Avatar
    temi is offline Facilitator
    Join Date
    Jun 2003
    Location
    London, England.
    Posts
    10,303

    Default

    Hello,
    We have been extremely busy lately but will look into this for you this week.
    Thanks
    Temi

  3. #3
    imported_misi Guest

    Default

    IIS

    I not tested on IIS. I tested on Win2000, WinXP with Apace & MySql
    and on Linux,Unix, Caldera E-Commerce Server, but in 3-4 day I look on this and test on IIS.

    Symlink

    If you receive : Permission denied, please set chmod 777 for /admin folder.
    If you receive : File exists ..... .... etc. , not a problem. Provable you run in
    two times the script or the file exist on your /admin folder.

  4. #4
    Jammerj2000 is offline Junior Member
    Join Date
    Jul 2003
    Posts
    12

    Default Blank Screen

    I had the same problem on RH7.3 Apache 1.3. Found out that the developers used the short form of the php tags <? If your PHP interpreter is not set to use short tags you must change all of the
    <? to <?php

    To verify that this is the problem, on your blank page, view the page source and you will see the php code instead of output code.

  5. #5
    bambie is offline Junior Member
    Join Date
    Jul 2003
    Posts
    3

    Default The same problem ...

    But I see this as HTML source

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML><HEAD>
    <META content="text/html; charset=windows-1251" http-equiv=Content-Type></HEAD>
    <BODY></BODY></HTML>

    Appache for Windows. Win2000

  6. #6
    bambie is offline Junior Member
    Join Date
    Jul 2003
    Posts
    3

    Default sombody, help me!!!

    I use Apache for Windows, W2k
    The blank page appears every time! echo "<...>" doesn't work if it declared after include "class.FastTemplate.php". If it is declared before, it works.
    By the way, I couldn't execute sym_link (and even linkd.exe) so I have copied all the files from shop's root to admin (/templates and so on) .. maybe this is the problem?
    Thanks

  7. #7
    imported_misi Guest

    Default

    The shop actualy version not working on IIS. Exactly this is not tested
    on IIS at time.

    PS. On WinXP PRO with IIS and mysql working.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. AdminPanel is blank
    By isais in forum Boss Cart Installation Help
    Replies: 1
    Last Post: 10-10-2007, 10:37 AM
  2. Installed - Just Blank Pages
    By ArchAngle in forum iG Shop
    Replies: 1
    Last Post: 05-17-2006, 08:16 PM
  3. Connecting to MySQL. Blank Screen :(
    By seb_ in forum General Webmaster Talk
    Replies: 5
    Last Post: 04-06-2005, 08:03 PM
  4. **** Installation**** Page is Blank
    By xunil in forum iG Shop
    Replies: 1
    Last Post: 02-05-2005, 10:20 PM
  5. blank page
    By AL!x in forum iG Shop
    Replies: 2
    Last Post: 08-21-2003, 08:36 AM

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not 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