Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: User link - route all request that generates 404
Post: RE: User link - route all request that generates 4...

Matleyx Wrote: (06-10-2019, 01:38 AM) -- You have modified the autoload file? Can you post the psr4 in that file? -- No, I didn't. I don't know what "psr4" is. The code: $routes->add('profil...
3,752 Views
4 Replies
06-15-2019, 02:17 PM
mirel.popescu
    Thread: User link - route all request that generates 404
Post: User link - route all request that generates 404

Hello, I want to create user profiles with the following link structure: site.tld/username. The problem is that if I use: $routes->add('(:any)', 'Profile::userbyname/$1') , it will also redirect v...
3,752 Views
4 Replies
06-10-2019, 12:40 AM
mirel.popescu
    Thread: Call to undefined function CodeIgniter\Files\finfo_open()
Post: RE: Call to undefined function CodeIgniter\Files\f...

kilishan Wrote: (05-08-2019, 07:02 AM) -- What server are you running under? I thought this was enabled by default on PHP for versions 5.3 and higher. You might need to check your server setup to be ...
3,681 Views
3 Replies
05-08-2019, 07:28 AM
mirel.popescu
    Thread: Call to undefined function CodeIgniter\Files\finfo_open()
Post: Call to undefined function CodeIgniter\Files\finfo...

Hello. When I try to upload a new image and get mimetype, I get errors about finfo_open. In controller i have:  Code: -- 52             $file = $this->request->getFile('userfile'); 53        ...
3,681 Views
3 Replies
05-08-2019, 02:23 AM
mirel.popescu
    Thread: Facebook composer library for login - class not found
Post: RE: Facebook composer library for login - class no...

Thanks a lot! It worked with use Facebook\Facebook;. After that i just had to call new Facebook. Previously I called $fb = new Facebook\Facebook which was wrong.
2,911 Views
2 Replies
04-26-2019, 12:59 AM
mirel.popescu
    Thread: Facebook composer library for login - class not found
Post: Facebook composer library for login - class not fo...

Hello!  In CI3 sites that I have, to create a facebook login with PHP SDK, I use the instructions from this page ( https://shareurcodes.com/blog/facebook%20php%20sdk%20v5%20with%20codeigniter (http...
2,911 Views
2 Replies
04-23-2019, 12:13 AM
mirel.popescu
    Thread: Error after upgrading from beta1 to beta2
Post: RE: Error after upgrading from beta1 to beta2

elephpantech Wrote: (04-06-2019, 07:03 AM) -- Same problem detected! My tests found the problem appear when I use "with('message', 'OK')" method in "return redirect()->back()" object; I've manu...
5,680 Views
8 Replies
04-08-2019, 05:32 AM
mirel.popescu
    Thread: Query num-rows missing?
Post: RE: Query num-rows missing?

InsiteFX Wrote: (03-29-2019, 08:20 AM) -- Just use count($query); -- Thank you. Found it!
3,872 Views
3 Replies
03-29-2019, 10:18 AM
mirel.popescu
    Thread: Query num-rows missing?
Post: Query num-rows missing?

Hello, please add the num_rows function in query result helper :) Thank you!
3,872 Views
3 Replies
03-29-2019, 06:14 AM
mirel.popescu

Theme © iAndrew 2016 - Forum software by © MyBB