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 did an install trough composer (composer require campaignmonitor/createsend-php) but some classes fail to be autoloaded correctly and were throwing open_basedir restriction errors.
Examples of classes that were not correctly autoloaded are
Services_JSON
Services_JSON_Error
CS_REST_BaseSerialiser
...
I managed to fix this issue by manually adding the following entry to my composer.json but I feel this should at least be mentioned in the read-me, and ideally fixed so it is no longer needed.
I'm mainly leaving this here to help people having the same issues.
I did an install trough composer (
composer require campaignmonitor/createsend-php
) but some classes fail to be autoloaded correctly and were throwing open_basedir restriction errors.Examples of classes that were not correctly autoloaded are
I managed to fix this issue by manually adding the following entry to my composer.json but I feel this should at least be mentioned in the read-me, and ideally fixed so it is no longer needed.
I'm mainly leaving this here to help people having the same issues.
The text was updated successfully, but these errors were encountered: