|
|
menno |
|
E-Blah Member 
Posts: 4
Posts Per Day: 0.01
Time Online: 18 minutes
|
hey im getting this error when installing
Configuration Issues ... Setup has determined that you must manually edit the paths to Settings.pl or other core files. If you need help, contact E-Blah technical support.
The following may help you figure out what your paths are: Document Root: C:/oops/ Script name: C:/Program Files/xampp/cgi-bin/Setup.pl File(s) Not Loaded: ./Settings.pl, ./Settings_Default.pl Reason for failure: No such file or directory
what do i need to change? please someone can help i realy like this |
|
|
|
|
|
Justin |
|
|
Posts: 15,075
Gender:  Male
Posts Per Day: 6.52
Reputation: 93.40%
Reputation Score: +297 / -21
Time Online: 36 days 23 hours 27 minutes
Location: Tallassee, AL
Age: 22
|
|
|
|
|
|
menno |
|
E-Blah Member 
Posts: 4
Posts Per Day: 0.01
Time Online: 18 minutes
|
|
|
|
|
|
Justin |
| January 23, 2007, 10:47am |
|
|
Posts: 15,075
Gender:  Male
Posts Per Day: 6.52
Reputation: 93.40%
Reputation Score: +297 / -21
Time Online: 36 days 23 hours 27 minutes
Location: Tallassee, AL
Age: 22
|
|
|
|
|
|
menno |
|
E-Blah Member 
Posts: 4
Posts Per Day: 0.01
Time Online: 18 minutes
|
ive tried but nothing pff.. check http://www.4ppl.nl/forum/setup.plmy Settings_Default.pl is
Quoted Text
# IN MOST CASES THIS FILE SHOULDN'T BE EDITED. # ONLY EDIT IT IF >SETUP< TELLS YOU TO!
# What is the directory that Settings.pl is located in? $root = "c:/xampp/xampp/htdocs/warez/forum/";
# This should be the only line you need to edit for Avatars, uploads, and templates directories $bdocsdir2 = "c:/xampp/xampp/htdocs/warez/forum/blahdocs";
|
|
|
|
|
|
Justin |
|
|
Posts: 15,075
Gender:  Male
Posts Per Day: 6.52
Reputation: 93.40%
Reputation Score: +297 / -21
Time Online: 36 days 23 hours 27 minutes
Location: Tallassee, AL
Age: 22
|
Ok, those are right. Paste these lines:
|
Code
if(!SetupLoad('./Settings.pl',1) || !SetupLoad("$code/QuickCore.pl",1)) {
InstallConfig() if(!SetupLoad('./Settings_Default.pl',1) || !SetupLoad("$code/QuickCore.pl",1));
} |
|
From Setup.pl. Something is messed up there, not your Settings_default.pl file. |
| I do installs for $25 and upgrades for $20.Technical support is always free. Donate to E-Blah! My Websites: Revolution Reality (My Blog) | MinistryTalk.com | Portfolio"But you, O Lord, are a compassionate and gracious God, slow to anger, abounding in love and faithfulness." — Psalm 86:15 NIV  |
|
|
|
|
|
menno |
| January 28, 2007, 11:29am |
|
E-Blah Member 
Posts: 4
Posts Per Day: 0.01
Time Online: 18 minutes
|
so what now?
can u please help?
still not installed |
|
|
|
|
|
WiiStyle |
| January 28, 2007, 12:26pm |
|
I havent even installed Eblah and i am confused :P 
Posts: 6
Gender:  Male
Posts Per Day: 0.01
Time Online: 3 hours 18 minutes
Location: England
|
Hmmm, im getting the same error. It would be easier if Justin provided us with the files  I'll try what youve said Justin and see if it works for me... And with me the Document Root: part is blank and thescript name is: e:\domains\w\wiistyle.co.uk\user\htdocs\cgi-bin\forum\Setup.pl EDIT: Nope, doesnt work, just causes QuickCore.pl to go faulty too, so i re-uploaded the normal file... Back to squre 1  ED-EDIT: I was doing it wrong. Now its just the same error with a longer name... ED-ED-EDIT: Turns out the problem was that the hashes were going the wrong way, it sorts out the problem of Settings_Default.pl and makes a problem of Quick_Core.pl Setting.pl isn't chaning, but i dont even have a settigns.pl in my cgi-bin/forum as it didnt come with the download. So maybe thats a problem... |
| www.wiistyle.webs.comI love my site  Getting a new layout soon too, I just learned the art of SSI  |
|
| Revision History (2 edits) |
|
| |
|
|
|
|
|
Justin |
|
|
Posts: 15,075
Gender:  Male
Posts Per Day: 6.52
Reputation: 93.40%
Reputation Score: +297 / -21
Time Online: 36 days 23 hours 27 minutes
Location: Tallassee, AL
Age: 22
|
Ok, start anew.
CHMOD the /forum directory that you upload 777. Also CHMOD /Prefs, /Boards, /Members, /Messages, /Mods, 777 (and all directories below it). Since you're both on Windows servers, make certain that Blah.pl can read and write in these directories. If it can't, you won't be able to get past step one ...
After you do this, run Setup.pl.
menno: In Setup.pl change "./Settings_Default.pl" to: "C:/Program Files/xampp/cgi-bin/Settings_Default.pl". Note that if you have it installed in c:/mysite, change the paths. MAKE SURE YOU CHANGED THE \ to /, C:\ is C:/, if you don't you'll never get passed this step.
Next, edit Settings.pl, change $root to "C:/Program Files/xampp/cgi-bin" and change $bdocsdir2 to "C:/Program Files/xampp/htdocs/blahdocs". Again, it's just basic Windows file structure issues you've got to worry about. Make sure you point to the correct directories and not some random directory that does not exist.
WiiStyle, do the same thing as menno, only change your paths "e:/domains/w/wiistyle.co.uk/user/htdocs/cgi-bin/forum" and "e:/domains/w/wiistyle.co.uk/user/htdocs/blahdocs".
---
If you both do that, you'll be all set. You'll probably need to change "Settings.pl" in Blah.pl to "e:/domains/w/wiistyle.co.uk/user/htdocs/cgi-bin/forum/Settings.pl" (WiiStyle), and "C:/Program Files/xampp/cgi-bin/Settings.pl". |
| I do installs for $25 and upgrades for $20.Technical support is always free. Donate to E-Blah! My Websites: Revolution Reality (My Blog) | MinistryTalk.com | Portfolio"But you, O Lord, are a compassionate and gracious God, slow to anger, abounding in love and faithfulness." — Psalm 86:15 NIV  |
|
|
|
|
|
|