Solved: trying to run setup - Posted (2607 Views)
Starting Member
didymus
Posts: 3
3
i'm trying to run setup. i'm pretty green to asp.
i've uploaded all the files and i've run whereami to get my paths correct.
i'm on myhosting.
i'm getting this message from the browser.
"http 500 internal server error"

the link is www.cmfm.org/forum/setup.asp

please help.
thanks. Problem solved, changing topic and closing thread. - Heptite

<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Advanced Member
Kat
Posts: 3065
3065
You have HTTP friendly error messages on: turn them off and you will found out your error is actually:

Active Server Pages error 'ASP 0126'

Include file not found

/forum/setup.asp, line 52

The include file '../config.asp' was not found.


Have you definately got your paths correct? It uses relative links to find the include files and it can't find yours. Check you followed the correct places to put the files.


KatsKorner <
Posted
Starting Member
didymus
Posts: 3
3
quote:
Have you definately got your paths correct? It uses relative links to find the include files and it can't find yours. Check you followed the correct places to put the files.

i have the config file in the "forum" directory. is that incorrect?
<
Posted
Starting Member
didymus
Posts: 3
3
thanks for your help. i just went back and uploaded the files over again. and that worked.


<
Posted
Advanced Member
Kat
Posts: 3065
3065
Ok glad you sorted it. But do make sure you switch those friendly error messages off. They will hinder you otherwise.
Catch you later!
KatsKorner <