0
Hi,
I've just installed music component and i have this error :
Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in */libraries/joomla/database/database/mysqli.php on line 263
Could you help me resolve it please ?
I've just installed music component and i have this error :
Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in */libraries/joomla/database/database/mysqli.php on line 263
Could you help me resolve it please ?
Responses (9)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Here is the exact error :
JDatabaseMySQL::query: 1146 - Table 'musica.iwz8c_muscol_albums' doesn't exist SQL=SELECT al.*,ar.artist_name,f.format_name, u.name as username FROM iwz8c_muscol_albums as al LEFT JOIN iwz8c_muscol_artists as ar ON ar.id = al.artist_id LEFT JOIN iwz8c_muscol_format as f ON f.id = al.format_id LEFT JOIN iwz8c_users as u ON u.id = al.user_id ORDER BY al.added DESC
It seems that the mysql bases were not created during the installation of the component.
Can you tell me where are the sql file used during the installation of the component so that I can install manually ?
Thanks -
Accepted Answer
-
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »