Giter Club home page Giter Club logo

Comments (6)

akshay-bhanderi avatar akshay-bhanderi commented on August 11, 2024

@dantemason
If you haven't found your solution yet than here it is.

go to your libraries folder and rename file 'guzzle.php' to 'Guzzle.php'

and

open that file and
change this code
`<?php
if ( ! defined('BASEPATH')) exit('No direct script access allowed');

class Guzzle {
public function Guzzle() {
// require_once('vendor/autoload.php');
require 'vendor/autoload.php';
}
}
?>
`

with

`<?php
if ( ! defined('BASEPATH')) exit('No direct script access allowed');

class Guzzle {
public function __construct() {
// require_once('vendor/autoload.php');
require 'vendor/autoload.php';
}
}
?>
`

The only thing I changed here is I have renamed function guzzle with __construct.
Because in future version of php it won't be supported.

This Solution work for Codeigniter version 3.1.

from codeigniter-guzzle.

MilesHart avatar MilesHart commented on August 11, 2024

Didn't work for me. Ideas? Mine just hangs on $this->load->library('guzzle');

from codeigniter-guzzle.

philemonphilipkunjumon avatar philemonphilipkunjumon commented on August 11, 2024

Hello,

Any fix got for this. i tried the changes shared by @axay97 . Did not work for me.

from codeigniter-guzzle.

philemonphilipkunjumon avatar philemonphilipkunjumon commented on August 11, 2024

Issue Resolved for me

@MilesHart :- You would need to move the contents of the folder "codeigniter-guzzle" outside the folder. Also do the changes as mentioned by @axay97.

Hope this helps.

from codeigniter-guzzle.

rohitbh09 avatar rohitbh09 commented on August 11, 2024

@axay97, Is this sorted? if not then mention codeigniter version and folder path where you added codeigniter path

from codeigniter-guzzle.

akshay-bhanderi avatar akshay-bhanderi commented on August 11, 2024

Sorry for late response @rohitbh09
My codeigniter version 3.1
I followed your instruction -README.md- and placed it inside library folder.
Try to upgrade your codeigniter and load it properly.

And the code changes I suggested earlier will only work with codigniter 3+ version.

from codeigniter-guzzle.

Related Issues (2)

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.