Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Problem with encoding aol and yahoo
Post: Problem with encoding aol and yahoo

Hello! In the email class, set default encoding public $charset='utf-8'; But the letters to aol and yahoo has wrong encoding. Has anyone encountered such a problem? Thanks!
2,075 Views
2 Replies
01-02-2019, 11:10 AM
NespiCMS
    Thread: Google Analytics Integrate
Post: RE: Google Analytics Integrate

kilishan Wrote: (11-28-2018, 07:20 AM) -- Shouldn't be anything CI specific to use it. Looking at this article (https://www.sitepoint.com/using-google-analytics-api-php-logging/) and it looks like yo...
8,796 Views
5 Replies
11-29-2018, 03:30 AM
NespiCMS
    Thread: Google Analytics Integrate
Post: RE: Google Analytics Integrate

Pertti Wrote: (11-28-2018, 06:56 AM) -- NespiCMS Wrote: (11-28-2018, 03:41 AM) -- Does anyone have the experience of integrating the API Google Analytics in the CI4? -- Not specifically, are you t...
8,796 Views
5 Replies
11-28-2018, 07:13 AM
NespiCMS
    Thread: Google Analytics Integrate
Post: Google Analytics Integrate

Hello! Does anyone have the experience of integrating the API Google Analytics in the CI4?
8,796 Views
5 Replies
11-28-2018, 03:41 AM
NespiCMS
    Thread: Problem with routers, several parameters
Post: Problem with routers, several parameters

Hello! I dont understand how I can pass several parameters to index function in routes, for example, I want to do this: $routes->add('en/specials/{:any}', 'Products::index/en/specials/$1'); $rout...
1,479 Views
1 Replies
11-13-2018, 07:08 AM
NespiCMS
    Thread: [Solved] Session dont working - Class 'database' not found
Post: RE: Session dont working - Class 'database' not fo...

happyape Wrote: (10-19-2018, 07:10 AM) -- NespiCMS Wrote: (10-19-2018, 01:26 AM) -- Sorry, my mistake, this: public $sessionDriver            = '\CodeIgniter\Session\Handlers\DatabaseHandler'; w...
7,857 Views
12 Replies
10-19-2018, 10:20 AM
NespiCMS
    Thread: [Solved] Session dont working - Class 'database' not found
Post: RE: Session dont working - Class 'database' not fo...

Sorry, my mistake, this: public $sessionDriver            = '\CodeIgniter\Session\Handlers\DatabaseHandler'; work fine, thanks a lot!
7,857 Views
12 Replies
10-19-2018, 01:26 AM
NespiCMS
    Thread: [Solved] Session dont working - Class 'database' not found
Post: RE: Session dont working - Class 'database' not fo...

Problem is here: $driver = new $driverName($config); (System\Config\Services - line 679) where $driverName is "database" (from application\Config\App) but class "database" is missing What class ...
7,857 Views
12 Replies
10-19-2018, 01:12 AM
NespiCMS
    Thread: [Solved] Session dont working - Class 'database' not found
Post: RE: Session dont working - Class 'database' not fo...

Settings public $sessionDriver            = 'CodeIgniter\Session\Handlers\DatabaseHandler'; public $sessionSavePath          = 'ci_sessions'; it still does not work - CRITICAL - 2018-10-19 02:46...
7,857 Views
12 Replies
10-19-2018, 12:48 AM
NespiCMS
    Thread: [Solved] Session dont working - Class 'database' not found
Post: RE: Session dont working - Class 'database' not fo...

settings from docs: public $sessionDriver   = 'database'; public $sessionSavePath = 'ci_sessions'; You mean it should be like this? public $sessionDriver   = 'CodeIgniter\Session\Handlers\...
7,857 Views
12 Replies
10-19-2018, 12:29 AM
NespiCMS
    Thread: [Solved] Session dont working - Class 'database' not found
Post: [Solved] Session dont working - Class 'database' n...

Hello! I create session variable - $session=\Config\Services::session(); But I get an error in the logs - Class 'database' not found For any of the database driver options (files, database), I ge...
7,857 Views
12 Replies
10-18-2018, 11:23 PM
NespiCMS

Theme © iAndrew 2016 - Forum software by © MyBB