You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the file drupal/includes/unicode.inc at line 339 the path is wrong :
include_once './includes/unicode.entities.inc';
because the file unicode.entities.inc is in the same directory.
I think that the good path is :
include_once 'unicode.entities.inc';
Jerome
The text was updated successfully, but these errors were encountered:
Hello,
In the file drupal/includes/unicode.inc at line 339 the path is wrong :
include_once './includes/unicode.entities.inc';
because the file unicode.entities.inc is in the same directory.
I think that the good path is :
include_once 'unicode.entities.inc';
Jerome
The text was updated successfully, but these errors were encountered: