Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Codeigniter CSV file undefined index
Post: RE: Codeigniter CSV file undefined index

jreklund Wrote: (05-30-2020, 05:29 AM) -- You are using ; as an separator. That script are based on ,. https://github.com/alemohamad/ci-csv-reader/blob/master/application/libraries/CSVReader.php#L...
3,279 Views
2 Replies
06-02-2020, 09:22 AM
Hyper-X
    Thread: Codeigniter CSV file undefined index
Post: Codeigniter CSV file undefined index

I'm trying to display the content of CSV file, using Codeigniter. I used a library CSVReader (found here https://github.com/alemohamad/ci-csv-reader/blob/master/application/libraries/CSVReader.php) ...
3,279 Views
2 Replies
05-27-2020, 01:46 PM
Hyper-X
    Thread: How to integrate phplot to CodeIgniter
Post: RE: How to integrate phplot to CodeIgniter

ok thanks. But i have found my way throught this issue.
4,573 Views
2 Replies
03-02-2016, 08:30 AM
Hyper-X
    Thread: get more explanation on email sending error
Post: get more explanation on email sending error

In my application, I'm trying to send email. But I get this error. Code: -- A PHP Error was encountered Severity: Warning Message: fsockopen(): Filename: libraries/Email.php Line Number: 1949...
2,107 Views
1 Replies
10-01-2015, 01:44 AM
Hyper-X
    Thread: Beginner 404 Error
Post: RE: Beginner 404 Error

Quote: -- $config['base_url'] = 'http://savingonlinenow.com/test/'; I'm not sure why /test/? -- /test/ mean that your controller name is Test
5,062 Views
5 Replies
09-28-2015, 01:43 AM
Hyper-X
    Thread: does codeigniter recognize system proxy settings?
Post: RE: does codeigniter recognize system proxy settin...

I'm getting no issue with this problem. Please help.
8,371 Views
5 Replies
09-25-2015, 07:40 AM
Hyper-X
    Thread: [Solved] deploying codeigniter application
Post: RE: deploying codeigniter application

thank you all for your anserwers. I resolved the problem. As mwhitney wrote, Quote: -- This is usually controlled by the AllowOverride directive in an Apache .conf file. -- I checked the conf...
8,532 Views
4 Replies
09-25-2015, 02:18 AM
Hyper-X
    Thread: does codeigniter recognize system proxy settings?
Post: RE: does codeigniter recognize system proxy settin...

Martin7483 Wrote: (09-23-2015, 07:16 AM) -- Hyper-X Wrote: (09-23-2015, 06:41 AM) -- Narf Wrote: (09-23-2015, 04:54 AM) -- CI doesn't care for proxy settings, but PHP may ... if PHP recognizes them...
8,371 Views
5 Replies
09-25-2015, 01:59 AM
Hyper-X
    Thread: does codeigniter recognize system proxy settings?
Post: RE: does codeigniter recognize system proxy settin...

Narf Wrote: (09-23-2015, 04:54 AM) -- CI doesn't care for proxy settings, but PHP may ... if PHP recognizes them, so will CI. -- thanks for replying. What can I do now? The error code is not expl...
8,371 Views
5 Replies
09-23-2015, 06:41 AM
Hyper-X
    Thread: does codeigniter recognize system proxy settings?
Post: does codeigniter recognize system proxy settings?

I want to send mail through codeIgniter application. When i try it on a computer without system proxy settings, it works fine. But my web server uses system proxy settings and email sending give th...
8,371 Views
5 Replies
09-23-2015, 03:31 AM
Hyper-X
    Thread: [Solved] deploying codeigniter application
Post: [Solved] deploying codeigniter application

While deploying my application, I get this error Code: -- Error 403 Forbideden you don't have acesss to /cardsManagerApp/ on this server -- Here is my .htaccess file content Code: -- Rewr...
8,532 Views
4 Replies
09-23-2015, 12:50 AM
Hyper-X
    Thread: connecting oracle to codeigniter: oci_connect(): ORA-12541: TNS:no listener
Post: connecting oracle to codeigniter: oci_connect(): O...

Hi, when i'm connecting oracle to codeigniter, i get this error: Code: -- oci_connect(): ORA-12541: TNS:no listener -- . this is the content of C:\oracle\network\ADMIN\tnsnames.ora Code: -- ...
6,837 Views
0 Replies
09-11-2015, 09:03 AM
Hyper-X
    Thread: How to track user's footsteps
Post: RE: How to track the footsteps of a user

I get the soution here : http://forum.codeigniter.com/thread-62419.html (http://forum.codeigniter.com/thread-62419.html)
10,291 Views
7 Replies
07-13-2015, 04:41 AM
Hyper-X
    Thread: Simple stats collection with CodeIgniter hooks
Post: RE: Simple stats collection with CodeIgniter hooks

kenjis Wrote: (07-13-2015, 03:55 AM) -- You don't follow the tutorial. You can't extend CI_Controller. -- Thank you a lot. I did not notice it. Now it works. thank you
8,275 Views
4 Replies
07-13-2015, 04:13 AM
Hyper-X
    Thread: Access Control of Controllers
Post: RE: Access Control of Controllers

And your controllers must extend MY_Controller, not CI_Controller Code: -- class one_class extends MY_Controller --
5,846 Views
2 Replies
07-13-2015, 03:11 AM
Hyper-X
    Thread: Access Control of Controllers
Post: RE: Access Control of Controllers

I'm replying for your second request. Just create a base controller (MY_controller) in application/core folder. Here its content: PHP Code: --
5,846 Views
2 Replies
07-13-2015, 03:08 AM
Hyper-X
    Thread: Simple stats collection with CodeIgniter hooks
Post: RE: Simple stats collection with CodeIgniter hooks

gadelat Wrote: (07-13-2015, 02:10 AM) -- Please increase your log_treshold in your config and paste here a log -- Thanks gadelat. but i'm a newbie in CI. Would you like me to post the contents of t...
8,275 Views
4 Replies
07-13-2015, 02:35 AM
Hyper-X
    Thread: How to track user's footsteps
Post: RE: How to track the footsteps of a user

I'm sorry. That isn't exactly what i'm searching.
10,291 Views
7 Replies
07-13-2015, 01:59 AM
Hyper-X
    Thread: Simple stats collection with CodeIgniter hooks
Post: Simple stats collection with CodeIgniter hooks

Hi. After hours of googling I find an idea to track users journey throughout the site and to get some quantitative data on on the usage of the application. For example, I want to know when they get co...
8,275 Views
4 Replies
07-13-2015, 01:57 AM
Hyper-X
    Thread: How to track user's footsteps
Post: RE: How to track the footsteps of a user

edoramedia Wrote: (07-12-2015, 10:51 PM) -- Hyper-X Wrote: (07-10-2015, 10:18 AM) -- CroNiX Wrote: (07-10-2015, 09:29 AM) -- The best (and quickest) way to do that would be to incorporate google an...
10,291 Views
7 Replies
07-13-2015, 01:10 AM
Hyper-X

Theme © iAndrew 2016 - Forum software by © MyBB