Tracy Ligon
|
| Posted: 02/28/2002, 1:40 PM |
|
Using the portal example and am adding several fields to the membership table to use as an on line application for employement. However,now when I open the css file the "registration" page has lost the connection to the table (and database) and wont allow any new fields or field changes to occur. All the other forms in the same css file are fine and connect correctly even show all the new fields. If I add a new form to the same registration page it connects until such time that I go to another page or generate the page. (Using PHP and MySQL) has anyone else experienced this? How do I recover? Tried deleting the page and regenerating it but same problem occurred. When I look at the data directly it appears fine.
|
|
|
 |
Tracy Ligon
|
| Posted: 02/28/2002, 7:52 PM |
|
Found out if I delete some of the fields all the information comes back? Is there a limit for one page?
|
|
|
 |
Alex Alexapolsky
|
| Posted: 03/01/2002, 1:36 AM |
|
Probably you're experiencing connection timeout problems
|
|
|
 |
Sam M
|
| Posted: 03/01/2002, 8:24 PM |
|
I had that problem once. Found out that the database I was updating was not the same copy as the one the application was calling. You may want to double check your path.
|
|
|
 |