Welcome Guest, Not a member yet? Register   Sign In
trying to require
#8

Getting closer..
Turns out that in the file ApiClient.php they have this code at the top:
namespace Sendpulse\RestApi;

use Exception;
use Sendpulse\RestApi\Storage\FileStorage;
use Sendpulse\RestApi\Storage\TokenStorageInterface;
use stdClass;

I noticed that these paths are not the same ones that Composer installed. So clearly I will need to change these paths. But before I do I want to make sure that namespace, Exception, stdClass are not over riding what seems like an obvious fix. anyone know how this works?
proof that an old dog can learn new tricks
Reply


Messages In This Thread
trying to require - by richb201 - 05-03-2021, 04:19 AM
RE: trying to require - by InsiteFX - 05-03-2021, 01:31 PM
RE: trying to require - by richb201 - 05-04-2021, 10:22 AM
RE: trying to require - by InsiteFX - 05-04-2021, 11:55 AM
RE: trying to require - by richb201 - 05-04-2021, 12:43 PM
RE: trying to require - by richb201 - 05-05-2021, 06:40 AM
RE: trying to require - by richb201 - 05-06-2021, 01:36 AM
RE: trying to require - by richb201 - 05-06-2021, 09:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB