I installed drupal 4.5.0 from scratch with HTMLArea, I activated image_upload and when I try to use it, I have the following error:
Fatal error: Failed opening required '../../../start_drupal.inc' (include_path='.:/udir/peyrat/soft/php-4.1.2/lib/php') in /other/udir/www/html/drupal-4.5.0/misc/htmlarea/plugins/UploadImage/popups/insert_image.php on line 2
I did not found this file anywhere.
I search the pattern and found:
grep -r 'start_drupal.inc' .
./misc/htmlarea/plugins/UploadDocuments/popups/insert_link.php:require_once('../../../start_drupal.inc');
./misc/htmlarea/plugins/UploadImage/popups/insert_image.php:require_once('../../../start_drupal.inc');
Is this file missing ?
Comments
Comment #1
aljeux commentedI've seen that it's fixed now but what should I do to get my installation fixed ?
Cheers,
Alain.
Comment #2
(not verified) commented