Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Community_Auth login or setup problem
Post: RE: Community_Auth login or setup problem

I guess I was going code blind lol. I was making so many changes that along the way, I seemed to be making progress when I changed the routes: //$route['LOGIN_PAGE'] = 'examples/login_form'; //$ro...
7,777 Views
9 Replies
12-06-2017, 03:50 PM
JeffreyB
    Thread: Community_Auth login or setup problem
Post: RE: Community_Auth login or setup problem

1)   This is how I understood the _auth instructions to do: # MAKE SURE TO LEAVE THE DENY LIST AT THE TOP OF THE FILE !!! # BEGIN DENY LIST -- # END DENY LIST --    Require all denied    ...
7,777 Views
9 Replies
12-06-2017, 11:33 AM
JeffreyB
    Thread: Community_Auth login or setup problem
Post: RE: Community_Auth login or setup problem

Maybe another question is, is it correct to have the 'Config Class' initialize twice?
7,777 Views
9 Replies
12-06-2017, 09:22 AM
JeffreyB
    Thread: Community_Auth login or setup problem
Post: RE: Community_Auth login or setup problem

Here is the CI log I get when starting up at /index.php/examples  I changed the sess_driver to 'database' and sess_save_path to 'ci_sessions' with the same results as before except you can see the ses...
7,777 Views
9 Replies
12-06-2017, 09:18 AM
JeffreyB
    Thread: Community_Auth login or setup problem
Post: Community_Auth login or setup problem

I would like to think I have a botched installation of Community_Auth, except some things are working. For my limited skills this is quite a program to troubleshoot. The author has obviously done a to...
7,777 Views
9 Replies
12-05-2017, 06:57 PM
JeffreyB
    Thread: Tutorial - Use new table
Post: RE: Tutorial - Use new table

InsiteFX Wrote: (11-19-2017, 05:06 AM) -- As I mentioned above CodeIgniter accesses the table through the model. So if you create a MY_Model with general database methods all you need to do is chang...
7,078 Views
7 Replies
11-20-2017, 12:42 PM
JeffreyB
    Thread: Tutorial - Use new table
Post: RE: Tutorial - Use new table

Wouter60 Wrote: (11-18-2017, 12:26 PM) -- I wonder which tutorial you've read. In the CI Tutorial about News, "news08" is never mentioned. And I think you're mixing up database/table names with cont...
7,078 Views
7 Replies
11-18-2017, 09:00 PM
JeffreyB
    Thread: Tutorial - Use new table
Post: RE: Tutorial - Use new table

Wouter60 Wrote: (11-18-2017, 12:26 PM) -- I wonder which tutorial you've read. In the CI Tutorial about News, "news08" is never mentioned. And I think you're mixing up database/table names with cont...
7,078 Views
7 Replies
11-18-2017, 08:56 PM
JeffreyB
    Thread: Tutorial - Use new table
Post: Tutorial - Use new table

I am trying to use a second table in my 'news' database as setup in the CI Tutorial. It might be helpful if the Tutorial entries for database and table were not called the same thing - news. Anyway, I...
7,078 Views
7 Replies
11-18-2017, 09:34 AM
JeffreyB
    Thread: Multiple forms and sub-tables in a single view
Post: RE: Multiple forms and sub-tables in a single view

CINewb Wrote: (10-30-2017, 02:34 AM) -- Thanks for your reply.  It's a good suggestion but the problem is, you can go back and edit an order later which means the two components are still split acros...
6,540 Views
6 Replies
11-18-2017, 09:00 AM
JeffreyB
    Thread: Javascript deprecated
Post: RE: Javascript deprecated

Thanks for the words Krystian. Actually, I am just getting back into coding after being gone for almost 25 years or more (Dbase and Foxpro). Yup, been there done that. Most of my problems with CI I no...
13,910 Views
12 Replies
11-08-2017, 08:31 AM
JeffreyB
    Thread: I can't make a news system
Post: RE: I can't make a news system

Quote: -- I do find it funny that people panic about code still because I was there once myself. I wanted to bring a bit of levity to approaching problems. You eventually get used to never giving u...
16,557 Views
11 Replies
11-05-2017, 11:11 PM
JeffreyB
    Thread: Javascript deprecated
Post: RE: Javascript deprecated

Ah, this helps. No offense to Chicagophil and again, maybe I did not understand what he was saying, but I understood his comment to be, "go ahead and use it anyway, and this is the way to do it." ...
13,910 Views
12 Replies
11-05-2017, 10:50 PM
JeffreyB
    Thread: I can't make a news system
Post: RE: I can't make a news system

ChicagoPhil Wrote: (11-05-2017, 09:38 PM) -- You did the right thing. When ever you run into a problem like this, here are the first steps to take: 1) Panic uncontrollably 2) Immediately make a post ...
16,557 Views
11 Replies
11-05-2017, 09:57 PM
JeffreyB
    Thread: I can't make a news system
Post: RE: I can't make a news system

As the man said - you have sql in your php files. Remove this chunk: Code: -- CREATE TABLE news ( id int(11) NOT NULL AUTO_INCREMENT, title varchar(128) NOT NULL, slug varc...
16,557 Views
11 Replies
11-05-2017, 08:48 PM
JeffreyB
    Thread: Javascript deprecated
Post: RE: Javascript deprecated

ciadmin Wrote: (11-05-2017, 06:07 PM) -- FYI - here is how I dealt with your issue ... https://github.com/jedi-academy/package-caboose -- Well, I am having enough trouble figuring out why my jquery...
13,910 Views
12 Replies
11-05-2017, 07:25 PM
JeffreyB
    Thread: Javascript deprecated
Post: RE: Javascript deprecated

Thanks for the prompt reply Paul, and my apologies for not really understanding what I am doing. From your reply, I believe what you are saying is 1) I have to "point" or "load" my jquery library 2...
13,910 Views
12 Replies
11-05-2017, 01:18 PM
JeffreyB
    Thread: Javascript deprecated
Post: Javascript deprecated

Probably some dumb questions from a noob, but I am attempting to use javascript and jquery. 1) Loading as a library in my one of my controller files, $this->load->helper(array('url', 'html',)); $t...
13,910 Views
12 Replies
11-05-2017, 08:56 AM
JeffreyB

Theme © iAndrew 2016 - Forum software by © MyBB