CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 Wierd Bug Found

Print topic Send  topic

Author Message
FriendlyUser
Posted: 12/22/2002, 10:34 PM

I have had a portal in use for about 2 years, no major problems, but about 2 weeks ago, the end-user indicated that when they select the submit on a edit form, they get a DNS error saying it can't find the web.

A user goes into: www.domain.com
They select : www.domain.com/scheduleedit.asp
They make a change
Select submit: they get an error on dns, the address has been changed to
http://domain.com/scheduleedit.asp.

the change goes through, but the user is not taken to the correct form. Worse, if they press the refresh, it deletes the record entirely.

I reloaded the entire portal from a backup, same issue. User does not have the ability to make changes to any of the site.

Any suggestions would be helpful.

jjtoubia
Posted: 12/23/2002, 4:08 PM

Check the ServerURL constant in the Common.php file. Its most likly displaying this:

define("ServerURL", "http://domain.com/");

find that line and change it to:

define("ServerURL", "http://www.domain.com/");

let me know if that helps!
Nicole
Posted: 12/25/2002, 5:20 AM

Hello,
It is not a bug. Just define different Server URL in the publishing settings of your project. Server URL that comes in common.php is based on mentioned value.

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.