Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

The Twine forums are now archived. If you need help, please visit http://help.supermechanical.com

Sebastian Kaempfe

About

Username
Sebastian Kaempfe
Joined
Visits
0
Last Active
Roles
Member

Comments

  • to me it seems that this "switch" is stored locally (cookie?) im my browser. when logging in from another machine the dashboard shows farenheit again. and! when using temperature as a parameter for http requests it is sent as farenheit, no matter w…
  • vote up. should be no problem to include the current current as a "then" parameter...
  • seems that the ampersand does not work. my url gets transmitted up to the first &. everything beyond will not get transmitted. i did a workaround by using a dot instead. but it is not a clean solution.
  • seems that only the "when" part of the ruleset is transmitted to your twine. it then communicates with supermechanical.com where the decision is made what to do with the trigger. that's why a private url won't work, as the request is nit sent by you…

Debug Trace

Notice
Only variables should be passed by reference

#0 /home/ubuntu/community/applications/dashboard/models/class.rolemodel.php(101): Gdn_ErrorHandler(8, 'Only variables ...', '/home/ubuntu/co...', 101, Array)
#1 [internal function]: RoleModel::filterPersonalInfo('Member')
#2 /home/ubuntu/community/applications/dashboard/controllers/class.profilecontroller.php(1551): array_filter(Array, 'RoleModel::Filt...')
#3 /home/ubuntu/community/applications/vanilla/settings/class.hooks.php(535): ProfileController->getUserInfo('1924', 'Sebastian Kaemp...', '')
#4 /home/ubuntu/community/library/core/class.dispatcher.php(313): VanillaHooks->profileController_comments_create(Object(ProfileController), '1924', 'Sebastian Kaemp...', '', '')
#5 /home/ubuntu/community/index.php(44): Gdn_Dispatcher->dispatch()
#6 {main}