You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please click link to [Admin panel] - [Gestión de proyectos] - [BUSCAR] - [Informe Financiacion] by root user.
PDOException Object
(
[message:protected] => SQLSTATE[42S22]: Column not found: 1054 Unknown column 'droped' in 'field list'
......... :-)
SELECT
invest.id as invest,
user.id as user,
user.name as userName,
user.email as userEmail,
invest.amount as amount,
invest.status as status
FROM invest
INNER JOIN user
ON user.id = invest.user
WHERE invest.id IN (
SELECT droped
FROM invest
WHERE issue = 1
AND droped IS NOT NULL
AND invest.project = :id
)
ORDER BY user.name DESC
I looked database. Not found droped field in invest table.
:-)
The text was updated successfully, but these errors were encountered:
Hi!
I found error on 166 commits source code.
Please click link to [Admin panel] - [Gestión de proyectos] - [BUSCAR] - [Informe Financiacion] by root user.
PDOException Object
(
[message:protected] => SQLSTATE[42S22]: Column not found: 1054 Unknown column 'droped' in 'field list'
......... :-)
SELECT
invest.id as invest,
user.id as user,
user.name as userName,
user.email as userEmail,
invest.amount as amount,
invest.status as status
FROM invest
INNER JOIN user
ON user.id = invest.user
WHERE invest.id IN (
SELECT droped
FROM invest
WHERE issue = 1
AND droped IS NOT NULL
AND invest.project = :id
)
ORDER BY user.name DESC
I looked database. Not found droped field in invest table.
:-)
The text was updated successfully, but these errors were encountered: