Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'droped' column not found in 'invest' table. #175

Open
muzudho opened this issue Feb 16, 2016 · 0 comments
Open

'droped' column not found in 'invest' table. #175

muzudho opened this issue Feb 16, 2016 · 0 comments

Comments

@muzudho
Copy link

muzudho commented Feb 16, 2016

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.
:-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant