Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Fresh install won't run
Post: RE: Fresh install won't run

Guys.... Without any offense and without any negativity... I'm way too far away from Codeigniter to be important to me. It's' really bad that one needs to hack config files and bug other people w...
8,949 Views
30 Replies
07-11-2024, 11:41 PM
bogus
    Thread: Fresh install won't run
Post: RE: Fresh install won't run

By the way... I'd rather prefer not to bother you with my issue and all the questions but.... Have you ever tried a google search for (i.e.) 'codeigniter php settings' or other, very well thought th...
8,949 Views
30 Replies
07-11-2024, 10:23 AM
bogus
    Thread: Fresh install won't run
Post: RE: Fresh install won't run

I guess you want to see the part of the configuration file where modules are loaded. And yes of course it makes sense that C I isn't the issue... This would be something like this: Code: -- # ...
8,949 Views
30 Replies
07-11-2024, 03:20 AM
bogus
    Thread: Fresh install won't run
Post: RE: Fresh install won't run

kenjis Wrote: (07-11-2024, 01:29 AM) -- If you change php.ini, you must restart Apache if you are using mod_php. If you are using php-fpm (with Apache), you must restart php-fpm server. -- I did, ...
8,949 Views
30 Replies
07-11-2024, 01:50 AM
bogus
    Thread: NGINX: Multiple CI Apps on a Single Domain Not Working
Post: RE: NGINX: Multiple CI Apps on a Single Domain Not...

This is a snippet of my apache2.conf on my remote server with some personal remarks. Code: -- # Computername and port so the computer can identify itself. The system Apache # runs on has no assig...
1,857 Views
4 Replies
07-11-2024, 01:31 AM
bogus
    Thread: Fresh install won't run
Post: RE: Fresh install won't run

hey... first, thanks for trying to help me. only few people are consistent with that. I changed the php.ini like you can see in the following 'code' snippet. First I inspected /var/log/httpd/err...
8,949 Views
30 Replies
07-11-2024, 01:14 AM
bogus
    Thread: NGINX: Multiple CI Apps on a Single Domain Not Working
Post: RE: NGINX: Multiple CI Apps on a Single Domain Not...

Basically you need to use two different entries in your virtual host configuration file. To my knowing (and if it is okay to do so I don't do it) it is not possible to have two ServerName entries in...
1,857 Views
4 Replies
07-10-2024, 02:10 PM
bogus
    Thread: Fresh install won't run
Post: RE: Fresh install won't run

Here is my stripped off comments php.ini. Please note the extensions part and the manually enabled extensions for CI. The rest should be like after a fresh install. Code: -- ; ; php.ini ; ...
8,949 Views
30 Replies
07-10-2024, 12:06 PM
bogus
    Thread: Fresh install won't run
Post: RE: Fresh install won't run

In both cases the same result. The Apache logs don't show anything suspicious. Mostly 200 and the error log some unrelated messages from the mpm_prefork module, not even warnings.... But like I said...
8,949 Views
30 Replies
07-10-2024, 04:59 AM
bogus
    Thread: Fresh install won't run
Post: RE: Fresh install won't run

kenjis Wrote: (07-10-2024, 02:08 AM) -- As far as I can see, there is nothing wrong with these settings in app/Config.php. Then, if you replace the content of "public/index.php" as follows: PH...
8,949 Views
30 Replies
07-10-2024, 04:21 AM
bogus
    Thread: Fresh install won't run
Post: RE: Fresh install won't run

Code: -- CodeIgniter v4.5.3 Command Line Tool - Server Time: 2024-07-10 08:13:52 UTC+00:00 Config\App#17 (13) (     public 'baseURL' -> string (22) "http://myserver.local/"     public 'allowedHo...
8,949 Views
30 Replies
07-10-2024, 01:17 AM
bogus
    Thread: Fresh install won't run
Post: RE: Fresh install won't run

Look guys... I really appreciate your attention and participation. I find in it partially even amusing. However, like I explained in the beginning - the webserver is just running fine. I tested ...
8,949 Views
30 Replies
07-10-2024, 12:31 AM
bogus
    Thread: Fresh install won't run
Post: RE: Fresh install won't run

ozornick Wrote: (07-09-2024, 03:58 AM) -- You think too much of yourself. I have already installed a copy from Git more than 100 times and there are no problems. Not taking into account the .htacce...
8,949 Views
30 Replies
07-09-2024, 07:34 AM
bogus
    Thread: Fresh install won't run
Post: RE: Fresh install won't run

hello while 'Super Moderator' sounds nice, your last comment wasn't really helpful and only out of frustration I clicked the solved button... What do you suppose to see in the directory/file you men...
8,949 Views
30 Replies
07-09-2024, 12:25 AM
bogus
    Thread: Fresh install won't run
Post: Fresh install won't run

Hey guys, I did a fresh CI4 installation with composer. Apache up and running, tested all locations and the return of index pages. However, the CI index gives me: Code: -- systemDirectory . '/Boot....
8,949 Views
30 Replies
07-07-2024, 11:36 PM
bogus
    Thread: Dynamic form field evalutation
Post: RE: Dynamic form field evalutation

includebeer Wrote: (01-12-2021, 03:01 PM) -- You can use the Throttler class (http://codeigniter.com/user_guide/libraries/throttler.html) to limit the number of request for that particular service. T...
4,255 Views
6 Replies
01-12-2021, 03:07 PM
bogus
    Thread: Dynamic form field evalutation
Post: RE: Dynamic form field evalutation

Interesting and a valid answer. However, if someone wants to brute or map the db she can try. As long the db is set up properly (escaping), the username and password inputs are sanitized and both ha...
4,255 Views
6 Replies
01-12-2021, 02:02 PM
bogus
    Thread: Dynamic form field evalutation
Post: RE: Dynamic form field evalutation

I was afraid so :-( Don't like these technologies.
4,255 Views
6 Replies
01-12-2021, 12:30 AM
bogus
    Thread: Dynamic form field evalutation
Post: Dynamic form field evalutation

Hello I want to evaluate user form field input 'as she types' versus the database to check if the value already exists (ex. username). If this is the case I want to inform her interactively below ...
4,255 Views
6 Replies
01-11-2021, 06:54 PM
bogus
    Thread: Inadequacy in Documentation
Post: RE: Inadequacy in Documentation

Quote: -- Modeling data      |      - Using Codeigniters Model $updatedField Specifies which database field should use for keep data record update timestamp. Leave it empty to avoid upd...
4,123 Views
6 Replies
08-24-2020, 03:24 AM
bogus

Theme © iAndrew 2016 - Forum software by © MyBB