Loot History issues since Itemstats upgrade

Joomla/Mambo integration forum

Loot History issues since Itemstats upgrade

Postby mrruin » Mon Oct 30, 2006 7:57 am

Hey Thurman,

I sent you a PM but with the way the board has behaving regarding logins Im not sure if it really sent. Anyhow, I thought Id post here again just to make sure:

You made this fine Loot History module a while back. Since then they updated itemstats to a new version and now latest loot is acting up. Can you maybe have a look at this?

the website of itemstats can be found here:
http://itemstats.free.fr/news.php

AFAIK something changed with the database tables.

here is the error I get:

Fatal error: Cannot redeclare itemstats_parse() (previously declared in /home/wowvindi/public_html/v2/itemstats/joomla_itemstats.php:18) in /home/wowvindi/public_html/v2/itemstats/phpbb_itemstats.php on line 18

The problem may be in the content.php file since I am getting errors if I want to copy this code
Code: Select all
include($GLOBALS['mosConfig_absolute_path'] . '/itemstats/phpbb_itemstats.php');

in there.
Maybe this code is causing the problems?
Code: Select all
// MODIFICATION, ItemStat http://itemstats.free.fr === by Yahourt / Thorkal == EU Elune / Horde =========
    include_once($mosConfig_absolute_path . "/joomla_config_itemstats.php");
    include_once($mosConfig_absolute_path . "/" . path_itemstats . "joomla_itemstats.php");       
//=======================================================================================================



thanks in advance
Last edited by mrruin on Mon Oct 30, 2006 8:00 am, edited 2 times in total.
mrruin
WR.net Apprentice
WR.net Apprentice
 
Posts: 17
Joined: Sun Jul 23, 2006 12:23 pm

Re: Loot History issues since Itemstats upgrade

Postby mrruin » Mon Oct 30, 2006 10:25 pm

I fixed it. In the mod_loot_history.php file I simply replaced this

Code: Select all
require_once($GLOBALS['mosConfig_absolute_path'] . '/itemstats/phpbb_itemstats.php');


with this (provided from the newly patched itemstats content.php file)

Code: Select all
include_once($mosConfig_absolute_path . "/joomla_config_itemstats.php");
include_once($mosConfig_absolute_path . "/" . path_itemstats . "joomla_itemstats.php");


cheers!
Last edited by mrruin on Mon Oct 30, 2006 10:25 pm, edited 1 time in total.
mrruin
WR.net Apprentice
WR.net Apprentice
 
Posts: 17
Joined: Sun Jul 23, 2006 12:23 pm


Return to Joomla/Mambo

Who is online

Users browsing this forum: No registered users and 1 guest

cron