Page 1 of 2
installation problem !
Posted: 02 Apr 2012, 20:55
by littlevoice
hi,
i have a problem after installing phoca download in joomla 2.5 , phoca download didn't appear in components menu.
but when i search it in exension manger i found it ,i used the latest version on the site..
Re: installation problem !
Posted: 02 Apr 2012, 21:04
by Jan
Re: installation problem !
Posted: 02 Apr 2012, 23:40
by littlevoice
thanks jan for replying
i did uninstall to phoca download and install it again after clearing the database manually ,and this message appears
* Another menu item with the same parent has this alias
* Error building Admin Menus
how to know the other component which has the same alias?
Re: installation problem !
Posted: 02 Apr 2012, 23:44
by Jan
Hi, I think, this is more a question on Joomla!org forum, for now I don't have any experiences with this

Re: installation problem !
Posted: 03 Apr 2012, 09:02
by littlevoice
as i trying it in localhost , i install it in a fresh installation of joomla and it worked .
Re: installation problem !
Posted: 03 Apr 2012, 09:29
by littlevoice
but still some errors appears
when i choose category tab this warning appear in the top
"Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in C:\xampp\htdocs\Joomla25b\libraries\joomla\database\database\mysqli.php on line 263"
when choose file tab this appears
"Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in C:\xampp\htdocs\Joomla25b\libraries\joomla\database\database\mysqli.php on line 263"
i install phoca on joomla 1.5 and it worked good but it dosn't contain multiple add feature which i need as i have agreat number of files need to be added ..and also search plug in didn't work in joomla 1.5 ..
Re: installation problem !
Posted: 03 Apr 2012, 12:15
by Jan
Hi, enable debug mode which tells you more.
Jan
Re: installation problem !
Posted: 04 Apr 2012, 22:40
by fortuna
I am having the same problem. I have installed the Phoca Donwload component, version 2.1.6, on a brand new installation of Joomla version 2.5.3.
The debugger returns the following error message. I have verified that the table jos_phocadownload_categories does not exists in the database, even if the component was installed successfully.
JDatabaseMySQL::query: 1146 - Table 'jos_phocadownload_categories' doesn't exist SQL=SELECT a.*,l.title AS language_title,uc.name AS editor,ag.title AS access_level,c.title AS parentcat_title, c.id AS parentcat_id,cc.countid AS countid FROM `jos_phocadownload_categories` AS a LEFT JOIN `jos_languages` AS l ON l.lang_code = a.language LEFT JOIN jos_users AS uc ON uc.id=a.checked_out LEFT JOIN jos_viewlevels AS ag ON ag.id = a.access LEFT JOIN jos_phocadownload_categories AS c ON c.id = a.parent_id LEFT JOIN (SELECT cc.parent_id, count(*) AS countid FROM jos_phocadownload_categories AS cc GROUP BY cc.parent_id ) AS cc ON a.parent_id = cc.parent_id WHERE (a.published IN (0, 1)) GROUP BY a.id ORDER BY a.title asc
Re: installation problem !
Posted: 04 Apr 2012, 23:04
by Jan
Re: installation problem !
Posted: 16 Sep 2013, 19:36
by stuffdone
I have same issue. Has anyone solved this problem and if so can you just get to the bottom line and post the solution?
Thanks.
Joomla version: 2.5.11
PhocaDownload version: 2.1.9
Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/lexexc/public_html/libraries/joomla/database/database/mysqli.php on line 263
DEBUG:
Code: Select all
500 - **An error has occurred.**
JDatabaseMySQLi::query: 1146 - Table 'Joom25_lex.lex_phocadownload' doesn't exist SQL=SELECT...
Note this is not all of the debug however this form limits the size of post and won't let me post the rest of the code in a reply.