- 🇦🇺Australia VladimirAus Brisbane, Australia
Drupal 7 is no longer supported.
Closing as outdated.
Moved library file to libraries folder and then got white screen
Add a library include in hook_init() in the module file:
/**
* Implements hook_init().
*/
function campaignmonitor_init() {
if ($path = libraries_get_path('campaignmonitor')) {
require_once '';
$path . '/campaignmonitor.class.inc';
}
}
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 is no longer supported.
Closing as outdated.