Search Results
|
|
|
Thread: Upgrading
Post: RE: Upgrading
kenjis Wrote: (02-13-2023, 04:09 PM)
--
See https://codeigniter.com/userguide2/installation/upgrading.html
--
Thank you!! Where are the downloads for 1.7.1-2.0?? |
|
1,779 Views
5 Replies
|
02-14-2023, 02:00 PM gregknight |
|
|
|
Thread: Upgrading
Post: RE: Upgrading
How do you do it step by step, when we are at CI1.7.0 and on the CodeIgniter download page, they only start at CI2.0???? I don't have the download for anything before CI2.0..... |
|
1,779 Views
5 Replies
|
02-13-2023, 10:50 AM gregknight |
|
|
|
Thread: Upgrading
Post: Upgrading
I have an old app that is currently using CodeIgniter 1.7.0. I am trying to upgrade it to use CodeIgniter 2.1.0. Can I go directly to 2.1.0 or do I have to step thru each upload until I get to 2.1.0... |
|
1,779 Views
5 Replies
|
02-08-2023, 10:44 AM gregknight |
|
|
|
Thread: Emojis
Post: RE: Emojis
InsiteFX Wrote: (01-26-2023, 01:07 AM)
--
You also need to set it in the app/Config/Database.php file.
PHP Code:
--
/**
* The default database connection.
*/
public array $default ... |
|
28,927 Views
8 Replies
|
01-27-2023, 11:58 AM gregknight |
|
|
|
Thread: Emojis
Post: RE: Emojis
I've tried everything I know of and it just doesn't work. I'm guessing that CI 1.7.0 didn't support emojis..... So, how hard is it to upgrade very old code to the newer version of CI??? |
|
28,927 Views
8 Replies
|
01-25-2023, 11:41 AM gregknight |
|
|
|
Thread: Emojis
Post: RE: Emojis
kenjis Wrote: (01-24-2023, 05:14 PM)
--
MySQL table has its charset. If it is not utf8mb4, you cannot save emojis correctly.
--
I only see a collation for the table and it is set to utf8mb4_unicode_c... |
|
28,927 Views
8 Replies
|
01-25-2023, 08:53 AM gregknight |
|
|
|
Thread: Emojis
Post: RE: Emojis
InsiteFX Wrote: (01-24-2023, 01:52 AM)
--
You can get the CI version using echo CI_VERSION;
You may need to use php htmlspecialchars() and php htmlentities()
to convert them, run them on the f... |
|
28,927 Views
8 Replies
|
01-24-2023, 09:20 AM gregknight |
|
|
|
Thread: Emojis
Post: Emojis
I have an old PHP app that has an email feature. The problem we are having is the Subject and Message boxes in the email feature will not handle saving emojis to the database or retrieving emojis fro... |
|
28,927 Views
8 Replies
|
01-23-2023, 09:37 AM gregknight |
|