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

Sunucu tarafli hata olustu #109

Closed
tkalfaoglu opened this issue Apr 4, 2023 · 8 comments
Closed

Sunucu tarafli hata olustu #109

tkalfaoglu opened this issue Apr 4, 2023 · 8 comments

Comments

@tkalfaoglu
Copy link

tkalfaoglu commented Apr 4, 2023

Merhabalar.. deneme programinin neredeyse aynisini yazdim, production bilgilerini girdim, ama:

PHP Fatal error:  Uncaught furkankadioglu\eFatura\Exceptions\ApiException: Sunucu taraflı bir hata oluştu! in /var/www/vhosts/kalfaoglu.net/httpdocs/deneme/vendor/furkankadioglu/efatura/src/InvoiceManager.php:341
Stack trace:
#0 /var/www/vhosts/kalfaoglu.net/httpdocs/deneme/vendor/furkankadioglu/efatura/src/InvoiceManager.php(308): furkankadioglu\eFatura\InvoiceManager->checkError(Array)
#1 /var/www/vhosts/kalfaoglu.net/httpdocs/deneme/vendor/furkankadioglu/efatura/src/InvoiceManager.php(242): furkankadioglu\eFatura\InvoiceManager->getTokenFromApi()
#2 /var/www/vhosts/kalfaoglu.net/httpdocs/deneme/test.php(20): furkankadioglu\eFatura\InvoiceManager->connect()
#3 {main}
  thrown in /var/www/vhosts/kalfaoglu.net/httpdocs/deneme/vendor/furkankadioglu/efatura/src/InvoiceManager.php on line 341

Neyi yanlis yapiyorum acaba? PHP 7.2.24...
Cok tesekkurler!!
-t

@tkalfaoglu
Copy link
Author

Simdi fark ettim ki setDebugMode(true) yaparsam hata vermiyor.. ama false yaparsam yukaridaki hatayi aliyorum..

@gvngzl
Copy link

gvngzl commented Apr 17, 2023

Merhaba aynı sorunu bizde yaşıyoruz. zaten setDebugMode false olursa işlem yapmıyor hatayı da göstermiyor. o yüzden hata almıyorsunuz ama bu sorunu nasıl çözebiliriz ?

Kolay Gelsin.

@tkalfaoglu
Copy link
Author

Sanki connect() basarisiz olmus degil mi? Acaba adres mi degisti sunucuya erisim icin?

@gvngzl
Copy link

gvngzl commented Apr 17, 2023

Bende sistem çalışıyor sadece getDownloadURL çalışmamaya başladı zip olarak faturayı indiremiyorum.

@russh3l
Copy link

russh3l commented Apr 25, 2023

problemi çözdünüz mü? Mart ayında çalışan sistem şu anda çalışmıyor ne değişiklik oldu bulamıyorum ..

@gvngzl
Copy link

gvngzl commented Apr 25, 2023

Bende çalışıyor sadece dediğim gibi getDownloadURL kullanıyorsanız o çalışmıyor.

@tkalfaoglu
Copy link
Author

tkalfaoglu commented Jun 11, 2024

Ok deneme programindayim..

// Production environment
$client->setUsername("4565461217")->setPassword("565451");
// Test Environment
$client->setDebugMode(false)->setTestCredentials();
echo "<h1>Credentials</h1>";
echo "<pre>";
print_r($client->getCredentials());
echo "</pre>";

burada patlıyor:

php exam.php 
<h1>Credentials</h1><pre>Array
(
    [0] => 33333301
    [1] => 1
)
</pre>PHP Fatal error:  Uncaught furkankadioglu\eFatura\Exceptions\ApiException: Sunucu taraflı bir hata oluştu! in InvoiceManager.php:341


@tkalfaoglu
Copy link
Author

AHA! Buldum sebebini..
$client->setDebugMode(false)->setTestCredentials();
Bu satır OLMAYACAK.. Bunu çıkarınca çalışıyor. ben hiç test modunu kullanmayıp faturaları silerim elle dedim.. false a ayarladım.. ama false olunca gerisi çalışmıyor.

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

3 participants