Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: creating a registration system with CI4, and why is CI "better"?
Post: RE: creating a registration system with CI4, and w...

Awlikhaleghi Wrote: (10-31-2020, 09:10 AM) -- You should stop trying to use composer. Your shared hosts seems to have all CI4 requires, so go on your website and do it all manually. Just downlo...
8,656 Views
17 Replies
10-31-2020, 01:31 PM
zoldos
    Thread: creating a registration system with CI4, and why is CI "better"?
Post: RE: creating a registration system with CI4, and w...

InsiteFX Wrote: (10-30-2020, 12:07 AM) -- If your on a live server then you should be able to install them from the server control panel like CPanel. -- I run on a dedicated server with Plesk 18 an...
8,656 Views
17 Replies
10-31-2020, 02:53 AM
zoldos
    Thread: installing CI4 via Composer, but getting error, please help!
Post: RE: installing CI4 via Composer, but getting error...

I get: Code: -- update-alternatives: error: alternative /opt/plesk/php/7.3/bin/php for php not registered; not setting -- :(
6,091 Views
8 Replies
10-29-2020, 04:48 PM
zoldos
    Thread: creating a registration system with CI4, and why is CI "better"?
Post: RE: creating a registration system with CI4, and w...

I'm giving up on it. I've tried a bunch of different things and just can't get it to work. Thanks anyway!
8,656 Views
17 Replies
10-29-2020, 04:46 PM
zoldos
    Thread: enabling cache in database.php, a question
Post: RE: enabling cache in database.php, a question

paulbalandan Wrote: (10-27-2020, 01:18 AM) -- Ok. But your post is titled cache in database.php. That's why. -- Ah yes. :D  My bad.
5,106 Views
7 Replies
10-27-2020, 03:13 AM
zoldos
    Thread: creating a registration system with CI4, and why is CI "better"?
Post: RE: creating a registration system with CI4, and w...

@Awlikhaleghi I apparently have PHP 7.3 and 7.0 both installed. I'm trying to set 7.3 as default, or whatever, but am having difficulty... [hr] Awlikhaleghi Wrote: (10-26-2020, 06:57 PM) -- if you a...
8,656 Views
17 Replies
10-27-2020, 03:08 AM
zoldos
    Thread: installing CI4 via Composer, but getting error, please help!
Post: RE: installing CI4 via Composer, but getting error...

It's a dedicated server running Ubunto 16.04.7 LTS, Apache2, and Plesk 18. Here's the results of those commands: condor1310:~# locate bin/php /opt/plesk/php/7.3/bin/php /opt/plesk/php/7.3/bin/...
6,091 Views
8 Replies
10-27-2020, 03:01 AM
zoldos
    Thread: enabling cache in database.php, a question
Post: RE: enabling cache in database.php, a question

paulbalandan Wrote: (10-26-2020, 09:17 AM) -- I'm sorry to be the bearer of bad news but database caching is not supported for CI4. This has been removed in latest develop. Issue: https://github.c...
5,106 Views
7 Replies
10-26-2020, 12:58 PM
zoldos
    Thread: installing CI4 via Composer, but getting error, please help!
Post: RE: installing CI4 via Composer, but getting error...

InsiteFX Wrote: (10-26-2020, 07:38 AM) -- CodeIgniter 4 requires php version 7.2 or higher with intl extension. -- Yes I know.  All my sites appear to be running PHP 7.3.22, but in console, php -v ...
6,091 Views
8 Replies
10-26-2020, 07:48 AM
zoldos
    Thread: creating a registration system with CI4, and why is CI "better"?
Post: RE: creating a registration system with CI4, and w...

I get this with php -v in console: Code: -- PHP 7.0.33-0ubuntu0.16.04.7 (cli) ( NTS ) Copyright (c) 1997-2017 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies w...
8,656 Views
17 Replies
10-26-2020, 06:38 AM
zoldos
  Question Thread: installing CI4 via Composer, but getting error, please help!
Post: installing CI4 via Composer, but getting error, pl...

I tried the composer command right above my project root to install CI4, but got this: Code: -- Could not find package codeigniter4/appstarter with stability stable in a version installable using ...
6,091 Views
8 Replies
10-26-2020, 01:39 AM
zoldos
    Thread: creating a registration system with CI4, and why is CI "better"?
Post: RE: creating a registration system with CI4, and w...

Awlikhaleghi Wrote: (10-24-2020, 12:02 PM) -- Starting fresh, no it is not that hard to implement. instructions are very clear and Myth:Auth is amazing with a lot of fun futures including roles/use...
8,656 Views
17 Replies
10-26-2020, 12:56 AM
zoldos
    Thread: enabling cache in database.php, a question
Post: RE: enabling cache in database.php, a question

jreklund Wrote: (08-16-2020, 12:33 AM) -- No, you need an absolute path. And don't store it in the public folder, you should store it in your writable folder for an example. https://codeigniter.com/u...
5,106 Views
7 Replies
10-26-2020, 12:45 AM
zoldos
    Thread: creating a registration system with CI4, and why is CI "better"?
Post: RE: creating a registration system with CI4, and w...

Coolness. Thank you for the tips. Is it easy to implement?
8,656 Views
17 Replies
10-21-2020, 06:46 PM
zoldos
    Thread: linking to a MySQL DB in CI4?
Post: RE: linking to a MySQL DB in CI4?

Okay thanks! :D
1,688 Views
2 Replies
10-21-2020, 06:45 PM
zoldos
    Thread: creating a registration system with CI4, and why is CI "better"?
Post: creating a registration system with CI4, and why i...

I'd like to create a registration system (with e-mail validation and remember me) and then present certain pages to the visitor based on being logged on or not.  How can I get started?  I'm still new ...
8,656 Views
17 Replies
10-21-2020, 12:13 AM
zoldos
    Thread: linking to a MySQL DB in CI4?
Post: linking to a MySQL DB in CI4?

I want to create a DB (MySQLl 5.x) and connect it to my CI4 site.  I obviously know how to make the actual database, but not how to link it to CI.  I assume I create some sort of config.php file with ...
1,688 Views
2 Replies
10-20-2020, 11:54 PM
zoldos
    Thread: help! Internal Server Error on initial install of CI4!
Post: RE: help! Internal Server Error on initial install...

InsiteFX Wrote: (10-19-2020, 05:49 AM) -- 2 ) remove the Options Allow in the .htaccess file. -- Did that, same error.   Then removed "Options +FollowSymlinks" and it worked. :)
4,684 Views
4 Replies
10-19-2020, 04:57 PM
zoldos
    Thread: help! Internal Server Error on initial install of CI4!
Post: help! Internal Server Error on initial install of ...

I uploaded everything from the downloaded Ci4 archive, being sure that "public" is my root.  But when I tried to load the home page, I get this: Code: -- Internal Server Error The server encoun...
4,684 Views
4 Replies
10-18-2020, 11:17 PM
zoldos
    Thread: help, cannot get "Static Pages" to work from the user guide :(
Post: RE: help, cannot get "Static Pages" to work from t...

jreklund Wrote: (08-19-2020, 01:45 PM) -- Okay, I'm tired. Just took a second look at the url you mention you have tried. It's incorrect. https://codeigniter.com/user_guide/tutorial/static_pages.htm...
54,658 Views
11 Replies
08-19-2020, 02:11 PM
zoldos

Theme © iAndrew 2016 - Forum software by © MyBB