Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Can't login on holly when debug is set to 0 #20

Closed
Pyroka opened this issue Apr 26, 2013 · 2 comments
Closed

Can't login on holly when debug is set to 0 #20

Pyroka opened this issue Apr 26, 2013 · 2 comments
Labels

Comments

@Pyroka
Copy link
Contributor

Pyroka commented Apr 26, 2013

Set debug to 0 (so SQL dump and the like are hidden) and try to log-in. Was getting an error of some form with this on Holly on weds night, need to look in-to it more.

@Pyroka
Copy link
Contributor Author

Pyroka commented Apr 27, 2013

Unable to repo on my windows dev machine, must test on the VM linux running the older version of PHP

@Pyroka
Copy link
Contributor Author

Pyroka commented Apr 27, 2013

Unable to repo on Holly either, likley looking error in the logs is:

2013-04-24 18:48:07 Error: [PDOException] SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Account.member_id' in 'field list'
#0 /home/instrumentation/public_html/hms/lib/Cake/Model/Datasource/DboSource.php(464): PDOStatement->execute(Array)
#1 /home/instrumentation/public_html/hms/lib/Cake/Model/Datasource/DboSource.php(427): DboSource->_execute('SELECT Member...', Array)
#2 /home/instrumentation/public_html/hms/lib/Cake/Model/Datasource/DboSource.php(674): DboSource->execute('SELECT Member...', Array, Array)
#3 /home/instrumentation/public_html/hms/lib/Cake/Model/Datasource/DboSource.php(1085): DboSource->fetchAll('SELECT Member...', false)
#4 /home/instrumentation/public_html/hms/lib/Cake/Model/Model.php(2632): DboSource->read(Object(Member), Array)
#5 /home/instrumentation/public_html/hms/app/Controller/Component/Auth/HmsAuthenticate.php(14): Model->find('first', Array)
#6 /home/instrumentation/public_html/hms/lib/Cake/Controller/Component/AuthComponent.php(636): HmsAuthenticate->authenticate(Object(CakeRequest), Object(CakeResponse))
#7 /home/instrumentation/public_html/hms/lib/Cake/Controller/Component/AuthComponent.php(510): AuthComponent->identify(Object(CakeRequest), Object(CakeResponse))
#8 /home/instrumentation/public_html/hms/app/Controller/MembersController.php(1093): AuthComponent->login()
#9 [internal function]: MembersController->login()
#10 /home/instrumentation/public_html/hms/lib/Cake/Controller/Controller.php(485): ReflectionMethod->invokeArgs(Object(MembersController), Array)
#11 /home/instrumentation/public_html/hms/lib/Cake/Routing/Dispatcher.php(186): Controller->invokeAction(Object(CakeRequest))
#12 /home/instrumentation/public_html/hms/lib/Cake/Routing/Dispatcher.php(161): Dispatcher->_invoke(Object(MembersController), Object(CakeRequest), Object(CakeResponse))
#13 /home/instrumentation/public_html/hms/app/webroot/index.php(92): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#14 {main}

Which is true, that field no longer exists, but nothing should have been looking for it, I'm going to guess it was a cache related thing and close this issue for now

@Pyroka Pyroka closed this as completed Apr 27, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant