| View previous topic :: View next topic |
| Author |
Message |
ron_t
Joined: 11 Dec 2005 Posts: 78 Location: Gatineau, Quebec
|
Posted: Tue May 02, 2006 7:23 pm Post subject: |
|
|
| cweiske wrote: | | You will probably have noted that there is a php-gtk2.dll package now |
Well, that'll teach me to keep an eye on the packages list.
Thanks. I'll check it out.
Take care.
-Ron T. |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Tue May 02, 2006 7:45 pm Post subject: |
|
|
You could do a
once a week to stay up to date. |
|
| Back to top |
|
 |
ron_t
Joined: 11 Dec 2005 Posts: 78 Location: Gatineau, Quebec
|
Posted: Wed May 03, 2006 2:04 pm Post subject: |
|
|
| cweiske wrote: | You could do a
once a week to stay up to date. |
Not a bad idea. I have to log in as administrator to install/uninstall anything. I get the following error message if I try as a regular user:
| Code: | The PEAR cache directory "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\pear\cache" is NOT writable!
It is highly recommended that you make it writable before using the graphical installer. |
Obviously, the cache directory is in Administrator's home directory. How do I change this? I've poked around, but haven't been able to figure it out.
-Ron T. |
|
| Back to top |
|
 |
scott
Joined: 16 Feb 2006 Posts: 35
|
Posted: Wed May 03, 2006 2:12 pm Post subject: |
|
|
You can see a list of all PEAR config settings by running:
To change one of the settings (such as cache_dir) run:
| Code: | | pear config-set cache_dir /path/to/dir/ |
If the PEAR_Frontend_Gtk2 package doesn't offer a way to change config settings, I think a PEAR_Config_Frontend_Gtk2 package would be a nice addition to PEAR. That could be a good starting point for someone looking to involved as a PEAR developer. |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Wed May 03, 2006 3:22 pm Post subject: |
|
|
| I plan to add config settings support to PEAR_Frontend_Gtk2 soon. |
|
| Back to top |
|
 |
ron_t
Joined: 11 Dec 2005 Posts: 78 Location: Gatineau, Quebec
|
Posted: Wed May 03, 2006 6:35 pm Post subject: |
|
|
| scott wrote: |
To change one of the settings (such as cache_dir) run:
| Code: | | pear config-set cache_dir /path/to/dir/ |
|
Thanks, Scott. I tried changing it from the command line, but it kept saying that the operation failed. So I changed it by hand. I did a bit of sweating when the pearsys.ini file turned up corrupted, but sorted it out after realizing the number just before each setting is a character count.
All is well now and I don't have to log in as administrator any longer.
Again, thanks.
-Ron T. |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Wed May 03, 2006 6:45 pm Post subject: |
|
|
| pearsys.ini is a serialized php array. |
|
| Back to top |
|
 |
|