|
|
Phantasman |
|
E-Blah Member 
Posts: 6
Posts Per Day: 0.01
Time Online: 57 minutes
|
OK. I'm getting this:
WARNING! Your forum may not work properly if you continue. Setup recommends editing the path to directories in Settings.pl and then refreshing this page until this message disappears. There was a problem verifying that the following directories exist: # Prefs Currently set to: ./Prefs # Languages Currently set to: ./Languages # Avatars Currently set to: /blahdocs/Avatars # uploads Currently set to: /blahdocs/uploads # template Currently set to: /blahdocs/template The following may help you figure out what your paths are: Document Root: Script name: E:\inetpub\vhosts\mistywaters.org\httpdocs\forum\eblah-sql-beta-3-5\eblah-sql-beta-3\forum\Install.pl Please note that not all server report the above information correctly.
and have searched this forum and found solutions to which I cannot understand. It seems I have to use 666 (rw in all 3 areas) in permissions. But I am having trouble doing that. When I right click on the settings.pl file before ftp-ing, I don't have the option of changing the permissions. I am sure I am missing something. Plus my notepad brings up nothing when reading the settings.pl file.
Help please.
God bless.
Dan |
|
|
|
|
|
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
|
|
|
|
|
|
Phantasman |
|
E-Blah Member 
Posts: 6
Posts Per Day: 0.01
Time Online: 57 minutes
|
|
|
|
|
|
Phantasman |
|
E-Blah Member 
Posts: 6
Posts Per Day: 0.01
Time Online: 57 minutes
|
I contacted my server company and asked if they could help. This is their reply:
Hi Dan,
We do understand what the error message says and have created the missing folders accordingly. But the Settings.pl file is BLANK, we cannot modify it unless it has something in it. Can you check with the developer please ? Also, by 'full server address' we believe you mean the full path to your domain root, which is 'E:\inetpub\vhosts\mistywaters.org\httpdocs' .
Please let us know if we can assist further.
How do I get something to show up in my Settings.pl file?
Dan |
|
|
|
|
|
Phantasman |
|
E-Blah Member 
Posts: 6
Posts Per Day: 0.01
Time Online: 57 minutes
|
I have downloaded and unzipped a few RC from the past. The newest version has nothing in the Settings.pl file to begin with. The RC's from the past has something in the Settings file, but the newest version is blank. |
|
|
|
|
|
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
|
It should be in Install.pl, NOT Settings.pl. With the SQL version Settings.pl is written afterwards.
Change $root = "."; to match the directory in which /cgi-bin/forum/ (this is the default directory) is located.
Change $bdocsdir2 = "$ENV{'DOCUMENT_ROOT'}/blahdocs"; to the path to where blahdocs is located.
These are both found in Install.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  |
|
|
|
|
|
Phantasman |
|
E-Blah Member 
Posts: 6
Posts Per Day: 0.01
Time Online: 57 minutes
|
Thanks, Justin. That worked.  |
|
|
|
|
|
Phantasman |
|
E-Blah Member 
Posts: 6
Posts Per Day: 0.01
Time Online: 57 minutes
|
On install, I get this after entering my DB info,
Error:
Table 'eblah_activelist' already exists CREATE TABLE `eblah_activelist` ( `user` varchar(25) NOT NULL, `guest` tinyint(1) NOT NULL DEFAULT '0', `time` int(11) NOT NULL, `view` varchar(10) DEFAULT NULL, `boardid` int(10) DEFAULT NULL, `messageid` int(10) DEFAULT NULL, KEY `time` (`time`) )
and this error:
Table 'mwdb.eblah_members' doesn't exist
INSERT INTO `eblah_members` (`sn`,`password`,`email`,`registered`,`md5upgrade`) VALUES (?,?,?,?,?)
The Settings.pl has this at the top: (asterisk's for security)
$forumdbdb = "****"; $forumdbserver = "localhost"; $forumdbuser = "*********"; $forumdbpass = "********"; $forumprefix = "eblah_"; $membersdir = ""; $boardsdir = ""; $messagesdir = ""; $userpassword = "*********"; $databasetype = "mysql";
So it looks like I am missing something. |
|
| Revision History (1 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
|
|
|
|
|
|
|