segdeha / phpfr

Automatically exported from code.google.com/p/phpfr
0 stars 0 forks source link

Widget never initializes on first launch on G4 systems #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt to launch the widget for the first time on a G4 (10.4 or 10.5)

What is the expected output? What do you see instead?

Widget should indicate it is uncompressing the PHP docs, then load the
function list after a minute or two.

It fails to ever load the function list, even after an hour or more.

Original issue reported on code.google.com by segdeha on 12 Apr 2008 at 10:07

GoogleCodeExporter commented 9 years ago
I just had this same issue on a MacBook Pro running 10.5.  I managed to fix it
manually though.  To fix at terminal:

cd ~/Library/Widgets/PHPfr.wdgt/php_manual
php ./first_run.php
<run_command_output_by_above_command>
killall Dock

Done.

Original comment by colin%bu...@gtempaccount.com on 26 Nov 2008 at 4:41

GoogleCodeExporter commented 9 years ago
The workaround for users on G4 systems is to download version 0.9.6 of the 
widget (the last known one to work 
on G4s) from http://andrew.hedges.name/widgets/#phpfr

Original comment by segdeha on 10 Nov 2009 at 7:15