By riclloyd on
Tried to install image.assit and it crashed my drupal with this error message:
Fatal error: Call to undefined function: base_path() in /home/uncleric/public_html/drupal/modules/img_assist/img_assist.module on line 76
The installation of the sql file with PhpAdmin seems to have been what did it.
Now I can't access the drupal site.
followed the module instructions from in the manual to the letter.
This is the second test site where this has happened.
phpadmin install of sql was done "successfully."
so why did my drupal crash with the error message above?
ric
Comments
Version
It appears you are using a 4.7 version of img_assist on a drupal 4.6 installation (or on a 4.7 beta before beta 5).
The 4.6 version of img_assist can be downloaded from: http://drupal.org/files/projects/img_assist-4.6.0.tar.gz
Important: you'll also need the image.module: http://drupal.org/project/image
--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.
I'm running Drupal 4.7.0 RC1
I'm running Drupal 4.7.0 RC1 and get the same problem with img_assist. Here's the exact error:
Fatal error: Call to undefined function: base_path() in /home/httpd/modules/img_assist/img_assist.module on line 77.
I understand that base_path() doesn't exist prior to 4.7 Beta5 releases. I've tried img_assist-4.7.0 and img_assist-cvs. Both give the same error.
---
ntoz