Questions tagged as 'codeigniter-3'

2
answers

How to remove from the index.php url in Codeigniter

I have an application on my local server, I followed all steps so that index.php was removed from the url in codeigniter, my local machine worked perfectly. So I put the application on the internet, in my hosting and also worked perfectly when I...
asked by 20.09.2018 / 05:34
1
answer

Multiple applications with shared settings in Codeigniter

I have multiple applications in the codeigniter where I set up based on this tutorial . Now my applications folder looks like this: applications/gerencia/ applications/gerencia/config/ applications/gerencia/controllers/ applications/ge...
asked by 25.07.2018 / 22:14
0
answers

Error with route in codeigniter

I need to pass a token via URL (type an affiliate code) the problem is that whenever I pass this token, it loads the wrong page, instead of loading the registration page, loads the home and with error in the files style .. when I do not use the...
asked by 12.07.2018 / 18:41
0
answers

Error connecting Codeigniter with Oracle

I am trying to connect codeigniter with oracle and is giving this error: Fatal error: Call to undefined function oci_connect() in C:\Apache24\htdocs\system\database\drivers\oci8\oci8_driver.php on line 238 A PHP Error was encountered Severity:...
asked by 04.07.2018 / 15:23
0
answers

Problem with iterating an array in php

I have the following code. $array = array(1,2,3); $arr1 = array(3, 4, 5); $data = []; for($i = 0; $i < count($array); $i++){ $data["ca"] = $array[$i]; for($k = 0; $k < count($arr1); $k++){ $data["ser"] = $arr1[$k];...
asked by 18.06.2018 / 21:14
0
answers

error: 14090086: SSL routines: ssl3_get_server_certificate: certificate verify failed

I'm having problems trying to send email using the CodeIgniter Library, trying to trigger the email I get the following error:    Severity: Warning       Message: stream_socket_enable_crypto (): SSL operation failed with code   1. OpenSSL Er...
asked by 16.05.2018 / 15:55
0
answers

I'm having problems connecting the codeigniter on oracle

I have two problems setting up the oracle connection. A PHP Error was encountered Severity: Notice Message: Use of undefined constant OCI_COMMIT_ON_SUCCESS - assumed 'OCI_COMMIT_ON_SUCCESS' Filename: database/DB.php Line Number: 201 Backtr...
asked by 23.04.2018 / 19:51
0
answers

CodeIgniter with PHPUnit

I'm trying to apply PHPUnit in my project with CodeIgniter, based on the following example ( link ), until then when the installation and dependency files are all ok, only when I add setUp () method. <?php class ApiTest extends PHPUnit_Fram...
asked by 18.02.2018 / 02:17
1
answer

How to load two tables in a single select (html)?

I have two customer tables, one called personalization and another called personalization I need to load both tables within 1 (a select) using php and codeigniter 3.6. To load the personalization table, as follows the code in the controll...
asked by 08.02.2018 / 23:53
2
answers

My css url is not working on codeigniter

Good morning, I'm learning to use codeigniter, and I have a problem in my css ... inside the applications folder I created another folder called layout, which inside it will have a header.php and a footer.php . When I access my view I call th...
asked by 21.01.2018 / 15:16