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

Çaıştırma hatası. #6

Open
mmx5 opened this issue Jan 15, 2024 · 1 comment
Open

Çaıştırma hatası. #6

mmx5 opened this issue Jan 15, 2024 · 1 comment

Comments

@mmx5
Copy link

mmx5 commented Jan 15, 2024

Deneme amaçlı bir kod yazdım. "Sayı kısmına takılmayın" ama sürekli aşağıdaki hatayı alıyorum. Composer sorunsuz yüklendi. vendor içerisinde ibrcan mevcut. Yardım edebilirmisiniz?

şöyle bir hata alıyorum.

Fatal error: Uncaught Error: Class 'interaktif' not found in C:\xampp\htdocs\index.php:19 Stack trace: #0 {main} thrown in C:\xampp\htdocs\index.php on line 19

tüm kod şöyle:

<title>PHP Örneği</title> setUsername("93602409")->setPassword("936064"); $client->connect(); //Oturum açma başlatıldı. // Tüm faturaları listele $client->getInvoicesMeFromAPI("2023-11-01", "2023-12-31"); echo "Girilen sayı: $client
"; } ?> "> Sayıyı Girin:
@mmx5
Copy link
Author

mmx5 commented Jan 15, 2024

pordon eksik yazmışım kod ve hata değişti.

Hata:
Fatal error: Uncaught Error: Class 'ibrcan\ivd\interaktif' not found in C:\xampp\htdocs\index.php:19 Stack trace: #0 {main} thrown in C:\xampp\htdocs\index.php on line 19

Kod:

<title>PHP Örneği</title> setUsername("93602409")->setPassword("936064"); $client->connect(); //Oturum açma başlatıldı. // Tüm faturaları listele $client->getInvoicesMeFromAPI("2023-11-01", "2023-12-31"); print_r($client); echo "Girilen sayı: $client
"; } ?> "> Sayıyı Girin:

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

1 participant