Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Loading Instamojo Payment gateway SDK giving error
Post: RE: Loading Instamojo Payment gateway SDK giving e...

InsiteFX Wrote: (09-29-2020, 03:50 PM) -- PHP Code: -- $authType = "app/user" /**Depend on app or user based authentication**/ -- It's expecting a string with a $ not 'app' PHP Code: -- $api = In...
1,783 Views
2 Replies
09-29-2020, 10:12 PM
tysonchamp
  Sad Thread: Loading Instamojo Payment gateway SDK giving error
Post: Loading Instamojo Payment gateway SDK giving error

here is the SDK url https://github.com/Instamojo/instamojo-php this page has the example I used in my CI 4 Application below is my code PHP Code: -- $api = new \Instamojo\Instamojo::init('ap...
1,783 Views
2 Replies
09-29-2020, 02:46 PM
tysonchamp
    Thread: session is being expired autometically
Post: RE: session is being expired autometically

Thanks guys the problem is solved.. and thanks to everyone.. Solution was upgrading the PHP version.. I was using older version of PHP on my server.. after upgrading it to latest one it solved the...
8,473 Views
10 Replies
10-06-2017, 11:54 AM
tysonchamp
    Thread: session is being expired autometically
Post: RE: session is being expired autometically

shynquynh Wrote: (09-26-2017, 06:46 PM) -- Does your host server use the same domain name as your web application? -- yes I'm using the same domain name.
8,473 Views
10 Replies
09-27-2017, 06:39 AM
tysonchamp
    Thread: session is being expired autometically
Post: RE: session is being expired autometically

Hi, Thank you so much for replies guys.. $config['sess_driver'] = 'files'; $config['sess_cookie_name'] = 'ci_session'; $config['sess_expiration'] = 7200; $config['sess_save_path'] = NULL; $c...
8,473 Views
10 Replies
09-27-2017, 06:38 AM
tysonchamp
    Thread: session is being expired autometically
Post: RE: session is being expired autometically

example ur: http://www.domainname.com/temp/welcome/index when I open it then refresh it.. if session is set then it will show Session working message. then remove the index from url and write about...
8,473 Views
10 Replies
09-26-2017, 08:04 AM
tysonchamp
    Thread: session is being expired autometically
Post: session is being expired autometically

Hello Guys, One of my codeigniter Application is not working properly on the server but it's working on my localhost and also working on another VPS server. But not working on my cPanel hosting. ...
8,473 Views
10 Replies
09-26-2017, 06:41 AM
tysonchamp

Theme © iAndrew 2016 - Forum software by © MyBB