While working on #814356: PHP E_ALL fixes I found some small changes that we should make to the profile to fix the following warnings:
notice: Undefined property: stdClass::$config_path in /Users/amorton/Sites/hostmaster/sites/all/modules/hosting/web_server/hosting_web_server.module on line 311.
notice: Undefined property: stdClass::$backup_path in /Users/amorton/Sites/hostmaster/sites/all/modules/hosting/web_server/hosting_web_server.module on line 311.
notice: Undefined property: stdClass::$restart_cmd in /Users/amorton/Sites/hostmaster/sites/all/modules/hosting/web_server/hosting_web_server.module on line 311.
notice: Undefined property: stdClass::$drush_path in /Users/amorton/Sites/hostmaster/sites/all/modules/hosting/web_server/hosting_web_server.module on line 311.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | hostmaster_e-all.patch | 2.28 KB | drewish |
| #3 | hostmaster_e-all.patch | 1.73 KB | drewish |
| #2 | hostmaster_e-all.patch | 1.73 KB | drewish |
| hostmaster_e-all.patch | 1.01 KB | drewish |
Comments
Comment #1
drewish commentedIt also helps with:
Comment #2
drewish commentedThis adds fixes for:
Comment #3
drewish commentedHere's what applies to HEAD.
Comment #4
Anonymous (not verified) commentedHi there,
Thanks for the patches!
Aegir no longer uses Drupal.org's CVS for development, thus the code in CVS that these patches are made against, is deprecated.
Would you mind making patches against the code from our git repos?
http://git.aegirproject.org/?p=hostmaster.git;a=summary
(git clone git://git.aegirproject.org/hostmaster)
Comment #5
drewish commentedI'm happy to roll against the git repo but I think you should update the project page to make it clear that that's where the code is being developed.
Comment #6
drewish commentedhere you go.
Comment #7
Anonymous (not verified) commentedThanks very much!
I've also updated our project pages to make it more obvious that our CVS repos are deprecated.
Comment #8
anarcat commentedfix committed, thanks!