Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Error in extending CI_Loader: Class 'CI_Loader' not found
Post: RE: Error in extending CI_Loader: Class 'CI_Loader...

InsiteFX Wrote: (09-05-2018, 03:26 AM) -- It must not be finding the paths, because I just tried your code here and it works fine What OS and are you using XAMPP or what? Did you setup your con...
5,226 Views
5 Replies
09-05-2018, 05:22 AM
thiago.bittencourt
    Thread: Error in extending CI_Loader: Class 'CI_Loader' not found
Post: Error in extending CI_Loader: Class 'CI_Loader' no...

I'm trying to extend CI_Loader class to override _ci_load_library(), but I'm receiving a Fatal Error:      Code: -- Fatal error: Class 'CI_Loader' not found in C:\Users\X\workspace\ci-app\applicati...
5,226 Views
5 Replies
09-04-2018, 06:09 PM
thiago.bittencourt
    Thread: Call to a member function real_escape_string() on null
Post: RE: Call to a member function real_esp

php_rocs Wrote: (05-29-2018, 12:36 PM) -- @thiago.bittencourt, Why don't you have CI print the query so that you can see it.  This way you can see what generated query is being run. Here is the l...
10,318 Views
2 Replies
05-30-2018, 02:04 PM
thiago.bittencourt
    Thread: REST server problems in Amazon EC2
Post: RE: REST server problems in Amazon EC2

Nevermind, I got the solution! This was happening just because I forgot to enable mod_rewrite in my Apache. This fixes the problem: Code: -- sudo a2enmod rewrite sudo service apache2 restar...
3,310 Views
2 Replies
05-29-2018, 11:34 AM
thiago.bittencourt
    Thread: Call to a member function real_escape_string() on a non-object
Post: RE: Call to a member function real_escape_string()...

I'm having the same problem and the "autoinit = TRUE" didn't solve it. I'm facing this error in my model function: An uncaught Exception was encountered Type: Error Messag...
33,579 Views
0 Replies
05-29-2018, 11:32 AM
thiago.bittencourt
    Thread: Call to a member function real_escape_string() on null
Post: Call to a member function real_escape_string() on ...

I'm facing this error in my model function: Code: -- An uncaught Exception was encountered Type:        Error Message:     Call to a member function real_escape_string() on boolean Filename:   ...
10,318 Views
2 Replies
05-29-2018, 09:54 AM
thiago.bittencourt
    Thread: REST server problems in Amazon EC2
Post: REST server problems in Amazon EC2

I have a CI 3 REST project in my Vagrant machine using the box opifer/ubuntu-php7. Everything works fine in my development environment, but not in my Amazon EC2 servers. I have two free-tier instan...
3,310 Views
2 Replies
10-31-2017, 09:47 AM
thiago.bittencourt

Theme © iAndrew 2016 - Forum software by © MyBB