Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updated links on www.activevfp.com for AVFP3
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
ActiveVFP
Divers
Thread ID:
01001361
Message ID:
01001856
Vues:
35
* Updated
Ok, starting to see how things fit now, the problem is the SET DEFA TO &lcDataPath in main.prg
I see the other thread on this now...

Changed to SET PATH TO (lcDataPath) and all is working.
*

Hi Claude,

still having a problem with this release.
default.asp is throwing an HTTP 500 internal server error, no other message displayed. On investigation seems to be a problem in the server.process() method:
IF INLIST(APPLICATION.STARTMODE,2,3,5)  && regular server mode
	oProp.AppStartPath=JUSTPATH(APPLICATION.SERVERNAME)+"\"
	oProp.AppName=JUSTSTEM(APPLICATION.SERVERNAME)
	SET PROCEDURE TO oProp.AppStartPath+'\prg\main'
ELSE     
It is running the section above, then further on in the class it is failing on the following line:
lcHTMLout=main() 
Some kind of pathing issue?
- Craig

"If you're not prepared to be wrong, you will never come up with anything original."
- Sir Ken Robinson
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform