Pagina 1 din 1

Problema Download Manager v. 0.9.0

Scris: 11-Aug-2007, 23:04:51
de Dant3
Download Manager v. 0.9.0 CAND accesez o categorie imi apare eroarea aceasta

Cod: Selectaţi tot

Couldn't get file info for this category

DEBUG MODE

SQL Error : 1146 Table 'ph.phpbb_pa_comments' doesn't exist

SELECT f1.*, f1.file_id, r.votes_file, IF(COUNT(r.rate_point)>0,AVG(r.rate_point),0) AS rating, COUNT(r.votes_file) AS total_votes, u.user_id, u.username, COUNT(c.file_id) AS total_comments FROM phpbb_pa_files AS f1 LEFT JOIN phpbb_pa_votes AS r ON f1.file_id = r.votes_file LEFT JOIN phpbb_users AS u ON f1.user_id = u.user_id LEFT JOIN phpbb_pa_comments AS c ON f1.file_id = c.file_id LEFT JOIN phpbb_pa_cat AS cat ON f1.file_catid = cat.cat_id WHERE f1.file_pin = 1 AND f1.file_approved = 1 AND f1.file_catid = 4 GROUP BY f1.file_id ORDER BY file_time DESC
Line : 908
File : E:\wamp\www\pafiledb\includes\functions_pafiledb.php
http://phantoms.idle.ro

Scris: 12-Aug-2007, 03:18:20
de lsdcrew
Tabela pa_comments nu exista. Intra in baza ta de date si fa-o manual.

Scris: 12-Aug-2007, 20:02:38
de Dant3
E buna comanda aceasta ? Nu vreau sa stric database-ul si de aia intreb !

Cod: Selectaţi tot

INSERT INTO `phpbb_pa_cat` VALUES (1, 'My Category', '', 0, 'a:0:{}', 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, 1, 1, 'test file name', 1184273220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),

CREATE TABLE `phpbb_pa_comments` (
  `comments_id` int(10) NOT NULL auto_increment,
  `file_id` int(10) NOT NULL default '0',
  `comments_text` text NOT NULL,
  `comments_title` text NOT NULL,
  `comments_time` int(50) NOT NULL default '0',
  `comment_bbcode_uid` varchar(10) default NULL,
  `poster_id` mediumint(8) NOT NULL default '0',
  PRIMARY KEY  (`comments_id`),
  KEY `comments_id` (`comments_id`),
  FULLTEXT KEY `comment_bbcode_uid` (`comment_bbcode_uid`)
);

Scris: 12-Aug-2007, 22:26:03
de Shara
Daca ai luat comenzile din instructiunile de instalare (cele pe care ai uitat sa le executi) atunci este bine.