I thought this might be that after the evaluation period, this feature was no longer available so I forked over the $300. I then restarted and now Zend Studio doesn't even step through the code.
That first page, customer.php is a launch page that only has the following:
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<?php session_start(); ?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>To start click <a href="user/login.php?org=XXXXMS1">here</a>.
</body>
http://localhost/Self-Service/customer. ... on_id=1005
The form loads with just:
Then, when I click the linked "here", it just runs and loads the page with the URL: http://localhost/Self-Service/user/logi ... rg=XXXXMS1To start, click here.
There is no debug/session info (I can't remember if this was there before when it worked correctly).
Is this due to the evaluation expiration, the purchase, or common behavior? I rebooted to no avail.
Please HELP!! I really need to step through my code!