Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form doesn't want to save
Message
 
 
General information
Forum:
ASP.NET
Category:
Troubleshooting
Environment versions
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01284561
Message ID:
01284685
Views:
17
>>Hi everybody,
>>
>>We have a backend website that allows to setup front end websites. In other words, it has an interface (with fckEditor) to add custom pages.
>>
>>Someone copied the original form content and saved it to become a new page. Now this form is giving problems.
>>
>>With Viv's help we narrowed problem with JavaScript in IE7 to siblings name of the textarea field. So I changed the name of the field.
>>
>>Unfortunately, the form still refuses to save. It gives me
>>
>>We're Sorry
>>
>>
>>There is a problem with this page.
>>Please re-enter .....
>>

>>
>>I searched the entire solution for 'There is a problem with this page.' and I didn't find it. Somehow it's probably set on the server to be the Custom Error page. Where can I check it?
>
>The URL for that message is :
>.../problem.aspx?aspxerrorpath=/page.aspx
>
>Does that help?
>
>Viv

Well, I found this page on the server with the following relevant code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                                                                        <tr>
                                                                                                            <td>
                                                                                                                <form action="" method="post">
                                                                                                                    <tr>
                                                                                                                        <td>
                                                                                                                            <p>
                                                                                                                                <b>We're Sorry</b></p>
                                                                                                                        </td>
                                                                                                                    </tr>
                                                                                                                    <tr>
                                                                                                                        <td align="justify">
                                                                                                                            <p align="left">
                                                                                                                                <br>
                             Ă                                                                                                  There is a problem with this page.
                                                                                                                                <br>
                                                                                                                                Please re-enter <a href='<%#Request.Url.Host%>'>Name</a> through
                                                                                                                                the home page
                                                                                                                                <br>
                                                                                                                                by following the link below.</p>
                                                                                                                            <p align="center">
                                                                                                                                <a href='<%#Request.Url.Host%>'>Return to home </a>
                                                                                                                            </p>
                                                                                                                        </td>
                                                                                                                    </tr>
                                                                                                                </form>
                                                                                                            </td>
                                                                                                        </tr>
                                                                                                        <tr>
                                                                                                            <td>
                                                                                                                <a href="#"></a><a href="#"></a>
                                                                                                            </td>
                                                                                                        </tr>
                                                                                                    </table>
but I'm not sure what should I do with this to show me the actual problem with the form.

Thanks again for your help, Viv.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform