Forum OpenACS Development: Re: Unexpected error "expected boolean value but got ..."

Collapse
Posted by Vlad V on
1. I don't use https.
2. I couldn't do logout\login because I had got error for any url (see above).

But I've done sql command "truncate table sec_session_properties" and restart web server and database. After that I stopped getting the error and web looks like as working. Could you clarify - I can use package Automated Testing for check efficiency?

I can't clarify further, since i have never seen the problem on any site, and there is no way to reproduce the problem without more information. My explanation was based on the source code of lang::util::translator_mode_p [1] and ad_get_client_property [2]. Since "-cache-only" was not set in the call, and - as you said - you are not using a secure connection, the only option is that the empty value was coming from the database. ... but i have no idea, how it got there. Maybe related to your modifications?

-g

[1] https://openacs.org/api-doc/proc-view?proc=lang%3a%3autil%3a%3atranslator_mode_p&source_p=1
[2] https://openacs.org/api-doc/proc-view?proc=ad_get_client_property&source_p=1

Collapse
Posted by Vlad V on
I will check the efficiency of the process is maintained.
concerning "couldn't logout": what you can do always is to delete the AD*-cookies in your browser. This will log you out (force fresh login).