Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: how to access database created with dbforge
Post: how to access database created with dbforge

Hello! I'm kinda new with dbforge. I have some questions. 1. If a database is created using dbforge, can you use query builder for the dynamic database(insert, update, delete)?   2. If you ca...
1,954 Views
1 Replies
04-22-2019, 10:23 AM
majortom84
    Thread: Removed Model and Controller but erroring
Post: RE: Removed Model and Controller but erroring

php_rocs Wrote: (03-25-2019, 09:05 AM) -- @majortom84, You probably removed them without realizing that you need them.  What url/page is causing this problem?  Also, CI uses MVC design pattern.  I...
4,623 Views
3 Replies
03-25-2019, 09:06 AM
majortom84
    Thread: Removed Model and Controller but erroring
Post: Removed Model and Controller but erroring

Hello, I removed both the model and the controller to clean up my files.      Now I get "Message: Unable to locate the model you have specified: MyModle_name" .    Full Error:      An uncaught Exc...
4,623 Views
3 Replies
03-25-2019, 08:58 AM
majortom84
    Thread: Form not submitting data
Post: RE: Form not submitting data

kierownik Wrote: (09-05-2018, 04:22 PM) -- should your inputs and textarea's not have name's? Code: -- -- https://www.w3schools.com/tags/tag_input.asp -- This was it, found it about 10 min aft...
10,737 Views
7 Replies
09-06-2018, 06:36 AM
majortom84
    Thread: Form not submitting data
Post: Form not submitting data

I have this working in another Controller so I am not sure why it is not working in this one. Controller: Code: -- public function contact(){ if( empty( $this->input->post() ) ){ $this->...
10,737 Views
7 Replies
09-05-2018, 12:51 PM
majortom84
    Thread: cannot access file in root of project
Post: cannot access file in root of project

I am trying to get the access to a js file that has to be in root for it to work. /mysite.com /myapp /root ->index.php ->upup.sw.js /application How can I reach this file?  JS calling th...
1,946 Views
0 Replies
05-26-2018, 02:09 AM
majortom84
    Thread: Access third_party folder
Post: RE: Access third_party folder

InsiteFX Wrote: (05-23-2018, 03:13 AM) -- The .htaccess file in the ./application folders prevent access from them. -- so, if I changed that file to "allow all" I can place things in the third_part...
8,339 Views
5 Replies
05-26-2018, 01:37 AM
majortom84
    Thread: Access third_party folder
Post: RE: Access third_party folder

ciadmin Wrote: (05-22-2018, 12:30 PM) -- A CSS framework, even if third party, should be somewhere inside your "public" folder, and not inside "application", no? -- I assume so but, I am a little n...
8,339 Views
5 Replies
05-22-2018, 01:03 PM
majortom84
    Thread: Access third_party folder
Post: Access third_party folder

Hello, I am trying to add foundation css folder to my project under "third_party" folder but, I get an error depending on the path. Permissions are normal : rwxrwxr-x for folder and sub folders ...
8,339 Views
5 Replies
05-22-2018, 11:26 AM
majortom84
    Thread: CI to progressive web app
Post: CI to progressive web app

Hello All,  Does anyone have any advice on converting to a PWA. I have tried to use this tutorial https://dev.to/pixeline/the-easy-way-to-turn-a-website-into-a-progressive-web-app-77g (https://dev....
12,604 Views
3 Replies
05-21-2018, 02:34 PM
majortom84
  Exclamation Thread: Codeigniter3 EC2 remove index.php
Post: Codeigniter3 EC2 remove index.php

I have an EC2 instance running Ubuntu 16.04. I have installed a LAMP stack and am using Codeigniter. the removal of index.php is not working as it should. I can reach the first page but if I click on...
16,127 Views
1 Replies
11-06-2017, 01:28 PM
majortom84

Theme © iAndrew 2016 - Forum software by © MyBB