Fatal error: Call to undefined function lcfirst() in /home/randrand/greenhive.coop/commons/profiles/commons/modules/contrib/commons_site_homepage/commons_site_homepage.module on line 23
I get this when I click the link to view my new site after installation.
I am so excited to get this site working!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | commons_site_homepage-undefined_lcfirst-1847750-1.patch | 797 bytes | gnuget |
Comments
Comment #1
gnugetlcfirst only work in PHP 5.3 or newer and as far i know Drupal Commons should work also in PHP 5.2 so is not allowed the use of lcfirst.
I replaced it for:
Is less readable but works perfectly with php 5.2 or newer.
Comment #2
ezra-g commentedIndeded - Thanks, gnuget!
I added a code comment and committed. http://drupalcode.org/project/commons_site_homepage.git/commit/04ab7d7