Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while working with Codeigniter #461

Open
deep1931 opened this issue Mar 28, 2024 · 1 comment
Open

Error while working with Codeigniter #461

deep1931 opened this issue Mar 28, 2024 · 1 comment

Comments

@deep1931
Copy link

Hello,
I am facing the issue please help

An uncaught Exception was encountered

Type: Error

Message: Interface 'CoreInterfaces\Http\HttpConfigurations' not found

Filename: /Applications/MAMP/htdocs/square-payment/api/application/libraries/Square/ConfigurationInterface.php

Line Number: 13

Backtrace:

File: /Applications/MAMP/htdocs/square-payment/api/application/libraries/Square/autoload.php
Line: 56
Function: require

File: /Applications/MAMP/htdocs/square-payment/api/application/libraries/Square/SquareClient.php
Line: 59
Function: spl_autoload_call

File: /Applications/MAMP/htdocs/square-payment/api/application/libraries/Square/autoload.php
Line: 56
Function: require

File: /Applications/MAMP/htdocs/square-payment/api/application/controllers/Payment.php
Line: 30
Function: spl_autoload_call

File: /Applications/MAMP/htdocs/square-payment/api/index.php
Line: 294
Function: require_once

@prerunr
Copy link

prerunr commented Dec 17, 2024

check your autoload.php you may find something like
"CoreInterfaces\" => "/apimatic/core-interfaces-php/src/" which fails as it should have "core-interfaces" instead leaving out the "-php"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants