Giter Club home page Giter Club logo

Comments (4)

dersam avatar dersam commented on August 26, 2024

There's no config beyond the url, user, and password you provide to the object, and there are no dependencies beyond curl. Have you tried enabling full error reporting in PHP so you can see if there's something else going on?

error_reporting(E_ALL);
ini_set('display_errors', true);

from rtphplib.

Fawaaz avatar Fawaaz commented on August 26, 2024

Debug :
Fatal error: Uncaught exception 'RequestTrackerException' with message 'A fatal unexpected error occurred when communicating with RT.' in E:\Web\Apache\htdocs\fawaaz\rt\RequestTracker.php:409 Stack trace: #0 E:\Web\Apache\htdocs\fawaaz\rt\RequestTracker.php(99): RequestTracker->post(Array) #1 E:\Web\Apache\htdocs\fawaaz\rt\RequestTracker.php(149): RequestTracker->send() #2 E:\Web\Apache\htdocs\fawaaz\rt\example.php(49): RequestTracker->doTicketReply(473525, Array) #3 {main} thrown in E:\Web\Apache\htdocs\fawaaz\rt\RequestTracker.php on line 409

No modification was made in RequestTracker.php

from rtphplib.

dersam avatar dersam commented on August 26, 2024

I just pushed up a new version that should display the actual error from curl. Should help you find the issue.

from rtphplib.

Fawaaz avatar Fawaaz commented on August 26, 2024

Thank you for your quick response. Its a network error on my side. Trying to fix it...

Fatal error: Uncaught exception 'RequestTrackerException' with message 'A fatal error occurred when communicating with RT :: couldn't connect to host'

from rtphplib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.