PHP not loading all lines
|
2014-07-24, 12:26
(This post was last modified: 2014-07-24 12:27 by jhonny.)
Post: #1
|
|||
|
|||
PHP not loading all lines
Hi Guys,
Me again, with some more PHP woes... Just wondering, i've got iPXE booting into a php file ... Code: if ($job==03) The problem is only the first 3 lines of code in the IF statement execute and then ipxe exits out to ipxe menu. The last line of code including the echo "kernel.." doesn't run. |
|||
2014-07-24, 14:00
Post: #2
|
|||
|
|||
RE: PHP not loading all lines
I found the resolution to the problem.
I removed the ( ) around Automatic and it started working |
|||
2014-08-01, 16:13
Post: #3
|
|||
|
|||
RE: PHP not loading all lines
Your problem wasn't just that - you're trying to run a command called "append" in an iPXE context. You're mixing up PXELinux and iPXE syntax. If you remove the "append" from that initrd line and add an additional "boot" command after the kernel line it should probably work as expected.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)