Newbie Getting Loop whenever opening .php program from web browser

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Newbie Getting Loop whenever opening .php program from web browser

    I am having a problem I would appreciate any advice given, to help me
    resolve it.

    Whenever I try to open a .php file, Linux Mandrake 9.1 goes into a
    loop, loading copies of the web browser until I have to reboot the
    system. I have reinstalled all the php files, but this doesn't seem to
    help.

    I can't even run the basic Hello World program.
    Fred Guest

  2. Similar Questions and Discussions

    1. newbie stuck in a loop de loop
      Hi all, thanks in advance for any help... what I want to do is: 1) read in a file containing daily total hits to certain urls within a...
    2. #24759 [Bgs]: exec() or system() et all cause an infinite loop of starting requested program
      ID: 24759 User updated by: jkramer at controlvision dot com Reported By: jkramer at controlvision dot com Status: ...
    3. #24759 [Opn->Bgs]: exec() or system() et all cause an infinite loop of starting requested program
      ID: 24759 Updated by: edink@php.net Reported By: jkramer at controlvision dot com -Status: Open +Status: ...
    4. #24759 [Opn]: exec() or system() et all cause an infinite loop of starting requested program
      ID: 24759 Updated by: wez@php.net Reported By: jkramer at controlvision dot com Status: Open Bug Type: ...
    5. #24759 [NEW]: exec() or system() et all cause an infinite loop of starting requested program
      From: jkramer at controlvision dot com Operating system: Windows XP PHP version: 4.3.2 PHP Bug Type: IIS related Bug...
  3. #2

    Default Re: Newbie Getting Loop whenever opening .php program from web browser

    Fred wrote:
    > I am having a problem I would appreciate any advice given, to help me
    > resolve it.
    >
    > Whenever I try to open a .php file, Linux Mandrake 9.1 goes into a
    > loop, loading copies of the web browser until I have to reboot the
    > system. I have reinstalled all the php files, but this doesn't seem to
    > help.
    >
    > I can't even run the basic Hello World program.
    Are you sure this has anything to do with php?
    Does the page you are opening maybe contain a funny javascript that opens
    the same window again and again, thus entering a stupid loop?
    I think php by itself isn't launching browsers on your system. That would be
    a really strange thing to do.

    Tip: Try killing the process instead of rebooting your comp.
    use ps -aux to get a list of processes.
    use kill XXX where XXX is the processID of your browser.

    Good luck,

    Reagrds,
    Erwin Moller
    Erwin Moller Guest

  4. #3

    Default Re: Newbie Getting Loop whenever opening .php program from web browser

    [email]adamjhd@hotmail.com[/email] (Fred) wrote in message news:<f7a4724e.0310271832.4cbca849@posting.google. com>...
    > I am having a problem I would appreciate any advice given, to help me
    > resolve it.
    >
    > Whenever I try to open a .php file, Linux Mandrake 9.1 goes into a
    > loop, loading copies of the web browser until I have to reboot the
    > system. I have reinstalled all the php files, but this doesn't seem to
    > help.
    >
    > I can't even run the basic Hello World program.
    Sounds like a Mandrake problem.
    But just in case, try going to the command line and typing
    php helloworld.php
    See if you still go into an infinite loop. If you do then something
    is seriously messed up here. If not then you know for sure that it's
    a problem with Mandrake.
    Steve Guest

  5. #4

    Default Re: Newbie Getting Loop whenever opening .php program from web browser

    I worked out only this morning the loop was something to do with the
    Conqueror Web Browser. Opening the program from another browser, at
    least the loop didn't happen. Instead, the code came up on the screen
    without having actually run.

    Thank you the kind advice. I am going back to the command line, to try
    and work out what the problem is. I just hope I don't need to
    re-install all the LAMP server software again.
    Fred 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