Welcome to the E-Blah Community!
We would like to welcome you to our community and invite you to register an account or login.
Being a registered member is important, as it gives you several advantages over the normal Guest status. After registering you will be able to download files and images, post messages, and access member-only portions of the forum - just to name a few. Registration is quick and simple, and only takes about a minute of your time.

E-Blah Community    Technical Support    Install Issues  ›  Error on install
Users Browsing Forum
No Members and 1 Guests

Error on install  This thread currently has 383 views. Print
1 Pages 1 Recommend Thread
Phantasman
July 16, 2007, 5:47pm Report to Moderator Report to Moderator
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
Logged Offline
Private Message Private message
Justin
July 16, 2007, 5:58pm Report to Moderator Report to Moderator

The E-Blah Developer
E-Blah Programmer
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
You've got to change the paths in Install.pl.

Make sure you put the full path to those directories.


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

Logged Offline
Site Site Private Message Private message Reply: 1 - 8
Phantasman
July 16, 2007, 7:02pm Report to Moderator Report to Moderator
E-Blah Member
Posts: 6
Posts Per Day: 0.01
Time Online: 57 minutes
The first time it said Language was set to ./language. I changed the path in install.pl to Languages Currently set to: http://www.mistywaters.org/httpdocs/forum/eblah-sql-beta-3-5/eblah-sql-beta-3/forum/Languages . It's still red though.

Am I on the right track?

Thank you,

Dan

Logged Offline
Private Message Private message Reply: 2 - 8
Phantasman
July 17, 2007, 5:22am Report to Moderator Report to Moderator
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
Logged Offline
Private Message Private message Reply: 3 - 8
Phantasman
July 17, 2007, 5:45am Report to Moderator Report to Moderator
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.
Logged Offline
Private Message Private message Reply: 4 - 8
Justin
July 17, 2007, 7:05am Report to Moderator Report to Moderator

The E-Blah Developer
E-Blah Programmer
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

Logged Offline
Site Site Private Message Private message Reply: 5 - 8
Phantasman
July 18, 2007, 5:26pm Report to Moderator Report to Moderator
E-Blah Member
Posts: 6
Posts Per Day: 0.01
Time Online: 57 minutes
Thanks, Justin. That worked.  
Logged Offline
Private Message Private message Reply: 6 - 8
Phantasman
July 18, 2007, 7:14pm Report to Moderator Report to Moderator
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)
Phantasman  -  July 18, 2007, 7:36pm
Logged Offline
Private Message Private message Reply: 7 - 8
Justin
July 18, 2007, 8:02pm Report to Moderator Report to Moderator

The E-Blah Developer
E-Blah Programmer
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
Try to delete the Settings.pl and then go to your phpMyAdmin and delete the tables for E-Blah (OR just run the install with a different forum prefix).


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

Logged Offline
Site Site Private Message Private message Reply: 8 - 8
1 Pages 1 Recommend Thread
Print

E-Blah Community    Technical Support    Install Issues  ›  Error on install