PHP Web Developer
Web Development Information [PHP, DRUPAL, MYSQL, MAGENTO, JQUERY, JAVASCRIPT, CSS, HTML5]
Friday, February 21, 2014
Drupal 6 file_directory_path not exists in Drupal 7
Drupal 6 file_directory_path not exists in Drupal 7. Use
variable_get('file_public_path', conf_path() . '/files');
instead of
file_directory_path();
The following function is return file directory relative path:
drupal_realpath('public://')
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment