I'm installing Drupal 7 on the servers at NearlyFreeSpeech.net. (First time with 7, I started with 5.x years ago, used 6.x for a while, it's been about a couple years since then)
After uploading the files, changing the appropriate permissions, creating the MySQL database, I go to install.php. I go through the "choose profile" and "choose language" pages fine, then I hit this error:
Fatal error: Call to undefined function class_implements() in /f5/[mysitenamehere]/public/includes/file.inc on line 141
I checked php_info against what the manual says could be common problems, but everything looks fine. I have modified my .htaccess to recognize my host's include_path.
Please help. Time is of the essence... a free beer (or other beverage) if you can fix my problem!
Thanks,
Sam
Comments
Huh. Tried again today, and
Huh. Tried again today, and it's fixed. Perhaps I needed to wait some time since I edited the .htaccess file?
Hi i've the same problem
Hi i've the same problem ....
I try to install drupal V7, i can choose profile, language but i have the same error :
Fatal error: Call to undefined function class_implements() in /[mysitenamehere]/public/includes/file.inc on line 141
what have you modified in your .htaccess ?
Thanks a lot
solution [SOLVED]
ahoy all,
for me on a Gentoo box, this was caused by not building PHP <=5.2 with the "spl" USE flag, which builds the Standard PHP Library. it looks like on PHP 5.3 is it included by default.
hope this helps.
peace