Export to GitHub

phpfr - issue #18

Not Loading on Mountain Lion (10.8) *Critical*


Posted on Aug 2, 2012 by Quick Ox

What steps will reproduce the problem? 1. Install on Mountain lion 2. install Widget 3. try to use

What is the expected output? What do you see instead? Widget should work

What version of the product are you using? On what operating system? 10.8 Mountain Lion, version from here

Please provide any additional information below.

Widget stays in a loading status , even tried language selection

Attachments

Comment #1

Posted on Aug 2, 2012 by Quick Ox

Debugging via console showing a syntax error unexpected ) on line 15 of assets/js/topics.js but upon inspection I can't find an error on that specific line..

Comment #2

Posted on Aug 2, 2012 by Quick Kangaroo

Thanks for the bug report. Now that I have Mountain Lion, I'll take a look this weekend.

Comment #3

Posted on Aug 2, 2012 by Quick Ox

I'm a web developer myself and Have tried debugging in Safari/Chrome but I can't get past the errors regarding the Dashboard/Widget related functions (PHPFR.prefs) WW.indentifier (WW undefined.) if only I could step debug the javascript I could figure out whats going on...

Comment #4

Posted on Aug 2, 2012 by Quick Kangaroo

Yeah, Dashboard provides the window.widget object to the runtime, so it's not going to run outside that environment. You can sprinkle alerts or console.logs in the code then open Console.app if you want to try to track down how/where it's failing.

Status: New

Labels:
Type-Defect Priority-Medium