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
I'm using drush to reinstall a module so that .install is executed.
I run: drush pmu medialib drush en medialib
...and I get an error on after the latter command:
The following extensions will be enabled: medialib
Do you really want to continue? (y/n): y
WD node: Exception: Access denied. in medialib_node_presave() (line 381 of [error]
/srv/www/htdocs/project/sites/all/modules/medialib/medialib.module).
exception 'Exception' with message 'Access denied.' in [error]
/srv/www/htdocs/project/sites/all/modules/medialib/medialib.module:381
Stack trace:
...but when I execute the same command again I get:
array_values() expects parameter 1 to be array, null given library.inc.php:123 [warning]
The Betterawstats engine generated the error below. If it is a configuration error concerning AWStats locations [error](i.e. the AWstats data directory, library directory, or language direction), these must be set using the
Statystyki BAW administration pages.
The Betterawstats engine generated the error below. If it is a configuration error concerning AWStats locations [error](i.e. the AWstats data directory, library directory, or language direction), these must be set using the
Statystyki BAW administration pages.
The Betterawstats engine generated the error below. If it is a configuration error concerning AWStats locations [error](i.e. the AWstats data directory, library directory, or language direction), these must be set using the
Statystyki BAW administration pages.
The Betterawstats engine generated the error below. If it is a configuration error concerning AWStats locations [error](i.e. the AWstats data directory, library directory, or language direction), these must be set using the
Statystyki BAW administration pages.
The Betterawstats engine generated the error below. If it is a configuration error concerning AWStats locations [error](i.e. the AWstats data directory, library directory, or language direction), these must be set using the
Statystyki BAW administration pages.
The Betterawstats engine generated the error below. If it is a configuration error concerning AWStats locations [error](i.e. the AWstats data directory, library directory, or language direction), these must be set using the
Statystyki BAW administration pages.
The Betterawstats engine generated the error below. If it is a configuration error concerning AWStats locations [error](i.e. the AWstats data directory, library directory, or language direction), these must be set using the
Statystyki BAW administration pages.
The Betterawstats engine generated the error below. If it is a configuration error concerning AWStats locations [error](i.e. the AWstats data directory, library directory, or language direction), these must be set using the
Statystyki BAW administration pages.
The Betterawstats engine generated the error below. If it is a configuration error concerning AWStats locations [error](i.e. the AWstats data directory, library directory, or language direction), these must be set using the
Statystyki BAW administration pages.
The Betterawstats engine generated the error below. If it is a configuration error concerning AWStats locations [error](i.e. the AWstats data directory, library directory, or language direction), these must be set using the
Statystyki BAW administration pages.
The language file could not be found in this location: /usr/share/awstats/lang/awstats-en.txtPlease check your [warning]
config.php. The value of $BAW_CONF['path_lang'] has to point to the directory where awstats stores its language
files (typically somewhere /cgi-bin/awstats/lang). Please also make sure that php has read-permissions on that
folder.
The library files could not be found in this location: /usr/share/awstats/lib/operating_systems.pmPlease check [warning]
your config.php. The value of $BAW_CONF['path_lib'] has to point to the directory where awstats stores its library
files (typically somewhere /cgi-bin/awstats/lib). Please also make sure that php has read-permissions on that
folder.
The library files could not be found in this location: /usr/share/awstats/lib/domains.pmPlease check your [warning]
config.php. The value of $BAW_CONF['path_lib'] has to point to the directory where awstats stores its library
files (typically somewhere /cgi-bin/awstats/lib). Please also make sure that php has read-permissions on that
folder.
The library files could not be found in this location: /usr/share/awstats/lib/robots.pmPlease check your [warning]
config.php. The value of $BAW_CONF['path_lib'] has to point to the directory where awstats stores its library
files (typically somewhere /cgi-bin/awstats/lib). Please also make sure that php has read-permissions on that
folder.
The library files could not be found in this location: /usr/share/awstats/lib/worms.pmPlease check your [warning]
config.php. The value of $BAW_CONF['path_lib'] has to point to the directory where awstats stores its library
files (typically somewhere /cgi-bin/awstats/lib). Please also make sure that php has read-permissions on that
folder.
The library files could not be found in this location: /usr/share/awstats/lib/mime.pmPlease check your config.php.[warning]
The value of $BAW_CONF['path_lib'] has to point to the directory where awstats stores its library files (typically
somewhere /cgi-bin/awstats/lib). Please also make sure that php has read-permissions on that folder.
The library files could not be found in this location: /usr/share/awstats/lib/mime.pmPlease check your config.php.[warning]
The value of $BAW_CONF['path_lib'] has to point to the directory where awstats stores its library files (typically
somewhere /cgi-bin/awstats/lib). Please also make sure that php has read-permissions on that folder.
The library files could not be found in this location: /usr/share/awstats/lib/browsers.pmPlease check your [warning]
config.php. The value of $BAW_CONF['path_lib'] has to point to the directory where awstats stores its library
files (typically somewhere /cgi-bin/awstats/lib). Please also make sure that php has read-permissions on that
folder.
The library files could not be found in this location: /usr/share/awstats/lib/search_engines.pmPlease check your [warning]
config.php. The value of $BAW_CONF['path_lib'] has to point to the directory where awstats stores its library
files (typically somewhere /cgi-bin/awstats/lib). Please also make sure that php has read-permissions on that
folder.
The library files could not be found in this location: /usr/share/awstats/lib/status_http.pmPlease check your [warning]
config.php. The value of $BAW_CONF['path_lib'] has to point to the directory where awstats stores its library
files (typically somewhere /cgi-bin/awstats/lib). Please also make sure that php has read-permissions on that
folder.
These AWSTATS errors doesn't matter. I get them all the time because I don't have AWSTATS installed. I didn't remove them just in case.
To sum up: executing drush command for multiple times changes the outcome which is not a good practise.
The text was updated successfully, but these errors were encountered:
I'm using drush to reinstall a module so that .install is executed.
I run:
drush pmu medialib
drush en medialib
...and I get an error on after the latter command:
...but when I execute the same command again I get:
These AWSTATS errors doesn't matter. I get them all the time because I don't have AWSTATS installed. I didn't remove them just in case.
To sum up: executing drush command for multiple times changes the outcome which is not a good practise.
The text was updated successfully, but these errors were encountered: