here you go Shadez my armory debug log
http://paste2.org/p/1042910
Can you provide more info about this? Item ID for example.
I have information about problems with talent preview on TC characters, but this issue is still not resolved yet, I'm working on it. Also, look at your debug log (http://armory_url/cache/_debug/), maybe there's some info about your problem.
Same thing happened to me too.Tested on different characters, it shows NO item, and the loading bar is stuck at 0%
This is the debug file : http://paste2.org/p/1041896
I can`t find armory_classes anywhere! I`ve searched in all .sql files and there is no table called armory_classes
here you go digital29, i found this armory_classes on my old armory 3.3.3a version
-- MySQL dump 10.13 Distrib 5.1.37, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: armory
-- ------------------------------------------------------
-- Server version 5.1.37-1ubuntu5.1-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `armory_classes`
--
DROP TABLE IF EXISTS `armory_classes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `armory_classes` (
`id` smallint(1) NOT NULL,
`name_de_de` text NOT NULL,
`name_en_gb` text NOT NULL,
`name_es_es` text NOT NULL,
`name_fr_fr` text NOT NULL,
`name_ru_ru` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Character classes table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `armory_classes`
--
LOCK TABLES `armory_classes` WRITE;
/*!40000 ALTER TABLE `armory_classes` DISABLE KEYS */;
INSERT INTO `armory_classes` VALUES
(1,'Krieger','Warrior','Guerrero','Guerrier','Воин'),
(2,'Paladin','Paladin','Paladín','Paladin','Паладин'),
(3,'Jäger','Hunter','Cazador','Chasseur','Охотник'),
(4,'Schurke','Rogue','Pícaro','Voleur','Разбойник'),
(5,'Priester','Priest','Sacerdote','Prêtre','Жрец'),
(6,'Todesritter','Death Knight','Caballero de la Muerte','Chevalier de la mort','Рыцарь смерти'),
(7,'Schamane','Shaman','Chamán','Chaman','Шаман'),
(8,'Magier','Mage','Mago','Mage','Маг'),
(9,'Hexenmeister','Warlock','Brujo','Démoniste','Чернокнижник'),
(11,'Druide','Druid','Druida','Druide','Друид');
/*!40000 ALTER TABLE `armory_classes` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2010-10-18 17:18:24
and last but not least , what's wrong with the armory repo, i can't do any pull.
here the error i got.
Updating 7d294c4..7c010d6
error: Entry 'includes/armory_loader.php' not uptodate. Cannot merge.