( ! ) Warning: [mysql error 1054] Unknown column 'cf.user_id' in 'on clause'
SELECT
cf.name AS cf_name,
cf.email AS cf_email,
u.username AS u_name,
u.mail_address AS u_email
FROM piwigo_contact_form AS cf
LEFT JOIN piwigo_users AS u
ON cf.user_id = u.id
in /home/bruno/www/include/dblayer/functions_mysqli.inc.php on line 864 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0001 | 359640 | {main}( ) | .../picture.php:0 |
2 | 0.0001 | 366080 | include_once( '/home/bruno/www/include/common.inc.php' ) | .../picture.php:10 |
3 | 0.0321 | 993272 | trigger_notify( ) | .../common.inc.php:293 |
4 | 0.0322 | 1011216 | contact_form_init( ) | .../functions_plugins.inc.php:264 |
5 | 0.0324 | 1011592 | get_contact_emails( ) | .../main.inc.php:78 |
6 | 0.0324 | 1011848 | query2array( ) | .../functions.inc.php:308 |
7 | 0.0324 | 1011848 | pwg_query( ) | .../functions_mysqli.inc.php:905 |
8 | 0.0327 | 1011896 | my_error( ) | .../functions_mysqli.inc.php:149 |
9 | 0.0328 | 1012216 | trigger_error
( ) | .../functions_mysqli.inc.php:864 |
( ! ) Fatal error: Uncaught Error: Call to a member function fetch_assoc() on boolean in /home/bruno/www/include/dblayer/functions_mysqli.inc.php on line 930 |
( ! ) Error: Call to a member function fetch_assoc() on boolean in /home/bruno/www/include/dblayer/functions_mysqli.inc.php on line 930 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0001 | 359640 | {main}( ) | .../picture.php:0 |
2 | 0.0001 | 366080 | include_once( '/home/bruno/www/include/common.inc.php' ) | .../picture.php:10 |
3 | 0.0321 | 993272 | trigger_notify( ) | .../common.inc.php:293 |
4 | 0.0322 | 1011216 | contact_form_init( ) | .../functions_plugins.inc.php:264 |
5 | 0.0324 | 1011592 | get_contact_emails( ) | .../main.inc.php:78 |
6 | 0.0324 | 1011848 | query2array( ) | .../functions.inc.php:308 |