Solved: trying to run setup - نوشته شده در (2605 Views)
Starting Member
didymus
مطلب: 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

<
 پیش‌فرض مرتب‌سازی برای تاریخ DESC به معنی جدیدترین است  
 تعداد در صفحه 
نوشته شده در
Advanced Member
Kat
مطلب: 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 <
نوشته شده در
Starting Member
didymus
مطلب: 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?
<
نوشته شده در
Starting Member
didymus
مطلب: 3
3
thanks for your help. i just went back and uploaded the files over again. and that worked.


<
نوشته شده در
Advanced Member
Kat
مطلب: 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 <