Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Unable to load dynamic library
Post: Unable to load dynamic library

Hello, sporadically I get this error from Codeigniter: Unable to load dynamic library '/usr/lib/php/20151012/php_openssl.dll' (also ../php_soap.dll appeared). There is no php code related to ss...
1,742 Views
0 Replies
10-06-2017, 01:49 AM
helmut
    Thread: User class not found
Post: RE: User class not found

Martin7483 Wrote: (11-05-2015, 04:48 AM) -- pdthinh Wrote: (11-05-2015, 04:37 AM) -- As far as I know, you should use $this->test (in lower case) -- @pdthinh is correct it should be PHP Code: --...
12,994 Views
10 Replies
11-07-2015, 03:24 AM
helmut
    Thread: User class not found
Post: RE: User class not found

Martin7483 Wrote: (11-04-2015, 09:14 AM) -- How and to which class are you passing the utilities or user object? Did a quick test with two libraries. One I called Utilities and the second one Test...
12,994 Views
10 Replies
11-05-2015, 04:30 AM
helmut
    Thread: User class not found
Post: RE: User class not found

sv3tli0 Wrote: (11-02-2015, 08:02 AM) -- 1 advice - to prevent duplication of CI Class names try adding prefix or suffix to your class : Utilities_library.. -- This should only be done if you want ...
12,994 Views
10 Replies
11-04-2015, 08:55 AM
helmut
    Thread: User class not found
Post: RE: User class not found

sv3tli0 Wrote: (11-02-2015, 08:02 AM) -- How do you load this class in your code? with load->library('Utilities') or autoload ? -- with: $this->load->library('Utilities');
12,994 Views
10 Replies
11-02-2015, 08:04 AM
helmut
    Thread: User class not found
Post: User class not found

Hello, in the folder *application/libraries* I installed a script "Utilities.php", with a class "Utilities". Instancing the class is no problem, also reflection displays all methods. but when I pa...
12,994 Views
10 Replies
11-02-2015, 07:38 AM
helmut
    Thread: routing problem
Post: RE: routing problem

riwakawd Wrote: (10-25-2015, 10:28 PM) -- You also may need to include index.php in url http://localhost/project/index.php/info That's the solution! thanx a lot! --
3,415 Views
2 Replies
10-26-2015, 01:07 AM
helmut
    Thread: routing problem
Post: routing problem

Hello, I am just starting with CI and try to set up my first application with this framework. the homepage is displayed properly. in routes.php I have this entry: $route['info/(:any)'] = 'info'; ...
3,415 Views
2 Replies
10-25-2015, 05:27 AM
helmut

Theme © iAndrew 2016 - Forum software by © MyBB