Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Build your first application
Post: RE: Build your first application

Changed one more setting in httpd.conf: DocumentRoot "C:/xampp/htdocs/ci-news/public" It is now working as expected per Documentation. Don't know why, but at least for now can move forward wit...
5,858 Views
11 Replies
08-02-2020, 10:47 AM
pdos
    Thread: Build your first application
Post: RE: Build your first application

Yes to both .env. App.php modified. Rewrite activated, yes. Still the same issue. [hr] Tried changing public $indexPage = 'index.php?'; instead of public $indexPage = 'index.php'; as per https:/...
5,858 Views
11 Replies
08-01-2020, 12:16 PM
pdos
    Thread: Build your first application
Post: RE: Build your first application

Yes, corrected. Now the Welcome page is loading correctly, but the links to pages, pages/index etc is giving 404. Just like IIS failed request error logs, is there something in Apache that I can refer...
5,858 Views
11 Replies
08-01-2020, 10:25 AM
pdos
    Thread: Build your first application
Post: RE: Build your first application

Changed as follows: etc/hosts 127.0.0.1 codeigniter.localhost httpd-vhost.conf ServerName codeigniter.localhost DocumentRoot "c:/xampp/htdocs/ci-news.localhost/public" ...
5,858 Views
11 Replies
08-01-2020, 08:44 AM
pdos
    Thread: Build your first application
Post: RE: Build your first application

That helped a little. Changed the following as per the article: httpd-vhosts.conf: DocumentRoot "c:/xampp/htdocs/ci-news/public" ServerName localhost/ and drivers/etc...
5,858 Views
11 Replies
08-01-2020, 07:52 AM
pdos
    Thread: Build your first application
Post: Build your first application

While following the Build the first application -> https://codeigniter.com/user_guide/tutorial/static_pages.html --Static pages. Behavior is different then what is documented: localhost:8080/pages  -...
5,858 Views
11 Replies
07-31-2020, 12:24 PM
pdos
    Thread: CI4 Manual Installation
Post: RE: CI4 Manual Installation

Tried again with FRESH install of xampp (same machine & configuration). Manually copied the files for CodeIgniter. Same error message as I was getting earlier. Then changed \xampp\php\php.ini for ;...
11,123 Views
9 Replies
07-31-2020, 11:19 AM
pdos
    Thread: CI4 Manual Installation
Post: RE: CI4 Manual Installation

John_Betong Wrote: (07-30-2020, 11:45 PM) -- I don't use Windows. The problem is the installation is forced to use an optional PHP International local language settings library.  Solution is to eit...
11,123 Views
9 Replies
07-31-2020, 07:44 AM
pdos
    Thread: CI4 Manual Installation
Post: RE: CI4 Manual Installation

John_Betong Wrote: (07-29-2020, 05:47 PM) -- @pdos, > Gave up on Manual installation to find out if the composer one works, Don't give up, you're nearly there :) I have submitted and awaiting ...
11,123 Views
9 Replies
07-30-2020, 08:34 AM
pdos
    Thread: CI4 Manual Installation
Post: RE: CI4 Manual Installation

Gave up on Manual installation to find out if the composer one works, but unfortunately that didn't work either, see the see the attached screen shot. That provided more information on ;extension=i...
11,123 Views
9 Replies
07-29-2020, 11:28 AM
pdos
    Thread: CI4 Manual Installation
Post: RE: CI4 Manual Installation

I have copied this to the pdos folder under /htdocs. Running as localhost/pdos works fine. It displays a directory structure, but when I click the public folder, it gives the following error: Fatal...
11,123 Views
9 Replies
07-29-2020, 08:55 AM
pdos
    Thread: CI4 Manual Installation
Post: CI4 Manual Installation

While reading manual installation for CI4, link on the following URL isn't going to Codeigniter 3. https://codeigniter.com/user_guide/installation/installing_manual.html I have xampp (7.4.8) install...
11,123 Views
9 Replies
07-28-2020, 02:47 PM
pdos

Theme © iAndrew 2016 - Forum software by © MyBB