View Single Post
  #3  
Old 01-24-2013, 10:05 PM
NikonRZ
Sarnak
 
Join Date: Sep 2008
Location: Atlanta, GA
Posts: 33
Default

Thanks for quick help.

The line you told me to look at.
Quote:
[01.24. - 11:56:39] Use of uninitialized value in string eq at plugins/quest_test.pl line 26.
At that line in quest_test.pl is this:


Code:
if($ARGV[0] eq "-nodb") {
	require "no_dbaccess.pl";
	shift(@ARGV);
} else {
	require "dbaccess.pl";
}
Then I noticed there was no db.ini file. So I made one like this:
Code:
[Database]
host=localhost
user=root
password=mypassword
database=eq
I put it in c:\eqemu\plugins and c:\eqemu

Next post shows my new log since I have made the corrections but hand ins are still broke.
Reply With Quote