Class 'Trinity_PVPDataGrabber' not found

2 views
Skip to first unread message

Useless

unread,
May 24, 2010, 1:54:44 PM5/24/10
to xmlarsenal-discuss
Hey people, I know that some other has asked the same question but it
wasn't useful for me I did all but it doesn't work now.

So I post it again and hope that someone can help me :-)

I try the beta5 release and the newest Svn.

Here my config.inc.php:

<?php
define('ERROR_REPORING', E_ALL ^ E_NOTICE);

define("DEBUGMODE", false);

$language = "de_de";

$realmpool = "Test";
$realms = array(

1=>new Realm(1, 'Trinity_PVP', 'PvP-Realm')

);

$blacklistedChars = array(

1 => array('Admin','Serveradmin','Developerchar')

);

define("USEFILECACHE", true);
define("FILECACHEFOLDER", './cache/');
define("ALTERNATEDBCACHE", false);
define("UPDATEINTERVAL", 12);

$cache_db_type = 'mysql';
$cache_db_host = 'localhost';
$cache_db_user = 'user';
$cache_db_pass = 'password';
$cache_db_base = 'arsenal';

$data_db_type = 'mysql';
$data_db_host = '127.0.0.1';
$data_db_user = 'user';
$data_db_pass = 'password';
$data_db_base = 'arsenal';

?>

I delete all unuseful for the post and the name and pw for secure

Now the Grabber lines i changed:

<?php
$this->pvpdbconn = mysql_connect("remoteserverip", "name", "password",
true) or die(get_class($this).": no connection to database.");
@mysql_select_db("characters", $this->pvpdbconn) or die
(get_class($this).": not able to select specified database.");

$logindb = mysql_connect("remoteserverip", "name", "passsword", true)
or die(get_class($this).": no connection to login database.");
@mysql_select_db("realmd", $logindb) or die (get_class($this).": not
able to select specified database in login db.");

?>

I delete Trinity_PVEDataGrabber.class.php because i don't need it

this is from the newest svn rev.

I hope someone can help me :-)

Greetz Useless

Amras Taralom

unread,
May 25, 2010, 4:12:57 AM5/25/10
to xmlarsena...@googlegroups.com
hm, looks good from my end...
please post the exact error message (stacktrace) including paths. in mozilla
you'd have to use Strg+U for that, in IE use Page->Show Source Code




--------------------------------------------------
From: "Useless" <use...@dark-seal-wow.de>
Sent: Monday, May 24, 2010 7:54 PM
To: "xmlarsenal-discuss" <xmlarsena...@googlegroups.com>
Subject: Class 'Trinity_PVPDataGrabber' not found

Amras Taralom

unread,
May 25, 2010, 4:37:06 AM5/25/10
to xmlarsena...@googlegroups.com
also check out the newest revision from the svn. i changed something in the
autoloader which may help in your case.



--------------------------------------------------
From: "Useless" <use...@dark-seal-wow.de>
Sent: Monday, May 24, 2010 7:54 PM
To: "xmlarsenal-discuss" <xmlarsena...@googlegroups.com>
Subject: Class 'Trinity_PVPDataGrabber' not found

Useless

unread,
May 25, 2010, 7:17:58 AM5/25/10
to xmlarsenal-discuss
Hey thanks Amras Taralom! your update had fix it.

Very nice support :-)

Greetz Useless

On 25 Mai, 10:37, "Amras Taralom" <amras-tara...@streber24.de> wrote:
> also check out the newest revision from the svn. i changed something in the
> autoloader which may help in your case.
>
> --------------------------------------------------
> From: "Useless" <usel...@dark-seal-wow.de>
Reply all
Reply to author
Forward
0 new messages