Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Call to a member function row() on boolean
Post: RE: Call to a member function row() on boolean

well, still not fetching anything from the database sir... and the echo prints aren't showing any values $this->db->order_by('user_name', 'DESC'); $query=$this->db->get_where('admin', $where);...
26,584 Views
7 Replies
11-24-2020, 09:10 AM
gelson
    Thread: Call to a member function row() on boolean
Post: RE: Call to a member function row() on boolean

yes tried that reset_query() between the queries and in every other possible line. but the Uncaught exception error keeps obssessing over the "row_array()" or even "result_array()": An uncaught Exc...
26,584 Views
7 Replies
11-23-2020, 10:16 PM
gelson
    Thread: Message: Call to a member function row() on boolean
Post: Message: Call to a member function row() on boolea...

Hey guys, took me the entire week to get familiarise with your CI FrameWork. However been having an issue with fetching and inserting data into the sqli database... I checked the Database connectivity...
4,006 Views
2 Replies
11-23-2020, 05:15 AM
gelson
    Thread: Call to a member function row() on boolean
Post: RE: Call to a member function row() on boolean

@ dave friend seems like your suggestion didn't work... to make it worse echo are not manifesting in the browser for the variable values. anyways this is my issue below An uncaught Exceptio...
26,584 Views
7 Replies
11-23-2020, 04:50 AM
gelson
    Thread: get_instance error - Class 'CI_Controller' not found
Post: RE: get_instance error - Class 'CI_Controller' no...

Narf Wrote: (10-05-2017, 02:08 AM) -- You're calling this helper prior to controller instantiation (likely in a pre_system hook, or a core library extension), and you can't use get_instance() in that...
16,590 Views
5 Replies
11-16-2020, 11:53 PM
gelson
    Thread: debugging "No Script access allowed"! weird
Post: RE: debugging "No Script access allowed"! weird

cool that will be 14:00 for me... I´ll be on... I promise I wont take too much of your time
24,541 Views
21 Replies
11-14-2020, 05:35 PM
gelson
    Thread: debugging "No Script access allowed"! weird
Post: RE: debugging "No Script access allowed"! weird

InsiteFX Wrote: (11-14-2020, 12:09 PM) -- For logs you need to edit the CodeIgniter config file and turn it on in there. If this was a project on your local host I could help you remotely but it's o...
24,541 Views
21 Replies
11-14-2020, 03:47 PM
gelson
    Thread: debugging "No Script access allowed"! weird
Post: RE: debugging "No Script access allowed"! weird

InsiteFX Wrote: (11-13-2020, 01:02 PM) -- Do not leave these in the files on a live server, take them out when you are finished. index.php - at the top add these: PHP Code: -- ini_set('display_err...
24,541 Views
21 Replies
11-14-2020, 04:47 AM
gelson
    Thread: debugging "No Script access allowed"! weird
Post: RE: debugging "No Script access allowed"! weird

InsiteFX Wrote: (11-12-2020, 11:46 PM) -- No, if your project is in CI 3 then you need to stick with that. What I was saying was that if you want to go to CI 4 then Myth/Auth and Boilerplate will...
24,541 Views
21 Replies
11-13-2020, 05:06 AM
gelson
    Thread: trying to jumpstart a discontinued CI 3.1 project
Post: RE: trying to jumpstart a discontinued CI 3.1 proj...

InsiteFX Wrote: (11-12-2020, 01:08 PM) -- For one make sure you know what version of CodeIgniter 3 it is, open up ./system/core/Codeigniter.php A little ways down you should see something like thi...
2,189 Views
2 Replies
11-12-2020, 10:43 PM
gelson
    Thread: debugging "No Script access allowed"! weird
Post: RE: debugging "No Script access allowed"! weird

InsiteFX Wrote: (11-12-2020, 03:59 PM) -- I would just go with CI 4 and install the Myth/Auth and Boilerplate, with these two your up and running. Myth:Auth (https://github.com/lonnieezell/myth-auth...
24,541 Views
21 Replies
11-12-2020, 10:29 PM
gelson
    Thread: debugging "No Script access allowed"! weird
Post: RE: debugging "No Script access allowed"! weird

InsiteFX Wrote: (11-12-2020, 01:14 PM) -- You can start by remarking them out one by one and then fix the errors for it when they popup. Outside of that you will need to search all the projects fi...
24,541 Views
21 Replies
11-12-2020, 01:55 PM
gelson
    Thread: trying to jumpstart a discontinued CI 3.1 project
Post: trying to jumpstart a discontinued CI 3.1 project

hi managed to replace the CI 4.4 framework folders with CI 3.1 which as a quick reminder it was highlighted by you that I was using a project that was built for CI 3 and it would not work with CI4 ...
2,189 Views
2 Replies
11-12-2020, 08:32 AM
gelson
    Thread: debugging "No Script access allowed"! weird
Post: RE: debugging "No Script access allowed"! weird

hi managed to replace the CI 4.4 framework folders with CI 3.1 which as a quick reminder it was highlighted by you that I was using a project that was built for CI 3 and it would not work with CI4 fi...
24,541 Views
21 Replies
11-11-2020, 10:37 PM
gelson
    Thread: debugging "No Script access allowed"! weird
Post: RE: debugging "No Script access allowed"! weird

InsiteFX Wrote: (11-11-2020, 11:57 AM) -- That's a CodeIgniter 3 config file it will not work if you using CodeIgniter 4. It sounds like that is a CodeIgniter 3 project it will not work with CodeI...
24,541 Views
21 Replies
11-11-2020, 03:58 PM
gelson
    Thread: debugging "No Script access allowed"! weird
Post: RE: debugging "No Script access allowed"! weird

InsiteFX Wrote: (11-11-2020, 07:35 AM) -- Look at the top of your .php files and see if it says this. PHP Code: --
24,541 Views
21 Replies
11-11-2020, 11:05 AM
gelson
    Thread: debugging "No Script access allowed"! weird
Post: RE: debugging "No Script access allowed"! weird

InsiteFX Wrote: (11-10-2020, 12:44 PM) -- if you changed the default CI 4 folders like all of them being in the root then you will need to edit the spark file and change the public path to where spa...
24,541 Views
21 Replies
11-11-2020, 03:27 AM
gelson
    Thread: general assistance
Post: general assistance

Hi Gents I am in a middle of android project and finding myself having to also integrate adminPanel in PHP which was suppose to be out of the scope of my work. Anyways With the exception of the com...
831 Views
0 Replies
11-10-2020, 10:55 AM
gelson
    Thread: debugging "No Script access allowed"! weird
Post: debugging "No Script access allowed"! weird

Hey Guys & possibly girls, I am in a middle of android project and finding myself having to also integrate adminPanel in PHP which was suppose to be out of the scope of my work. Anyways With the ex...
24,541 Views
21 Replies
11-09-2020, 05:20 PM
gelson
    Thread: framework4.0.4 doenst run on php 7.1 alternative
Post: RE: framework4.0.4 doenst run on php 7.1 alternati...

@John Betongthanks for the suggestion bro! really! but I tried that in the /public/index.php: Wrote: (11-02-2020, 11:57 PM) -- -----------------------------------------------------------
5,905 Views
8 Replies
11-03-2020, 04:58 AM
gelson

Theme © iAndrew 2016 - Forum software by © MyBB