Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: 404 page after upgrade
Post: RE: 404 page after upgrade

I am not sure if this is the solution, but it fixed my problem. In the manual is states: "The reserved routes must come before any wildcard or regular expression routes." I put all routes with wil...
6,692 Views
5 Replies
08-22-2016, 07:42 PM
rocks
    Thread: 404 page after upgrade
Post: RE: 404 page after upgrade

InsiteFX Wrote: (08-21-2016, 04:01 PM) -- Try changing the Prtocol to one of the other. PHP Code: -- $config['uri_protocol'] = 'PATH_INFO'; -- -- I think the problem is around routes file. Here...
6,692 Views
5 Replies
08-22-2016, 08:05 AM
rocks
    Thread: 404 page after upgrade
Post: RE: 404 page after upgrade

At first, I upgraded straight to 3.1, and then I encountered this issue. I really can't see what was wrong, then I decided to go one version at time. 3.0.1 worked fine, but the rest don't. I didn't ...
6,692 Views
5 Replies
08-21-2016, 11:15 AM
rocks
    Thread: 404 page after upgrade
Post: 404 page after upgrade

Hi there, I was using CI3 for a while, and recently I wanted to catch up with the latest update. I first upgraded to from 3.0.0 TO 3.0.1 and all went well. But from 3.0.1 to 3.0.2 throws a 40...
6,692 Views
5 Replies
08-21-2016, 08:19 AM
rocks
    Thread: apc.so warning
Post: RE: apc.so warning

zjorge Wrote: (03-20-2015, 08:16 AM) -- I'm getting this warning and can't find a solution (on a shared hosting). Code: -- A PHP Error was encountered Severity: Core Warning Message: PHP Startup...
7,248 Views
0 Replies
03-20-2015, 11:57 AM
rocks
    Thread: Some Advise?
Post: RE: Some Advise?

Riaanv Wrote: (03-19-2015, 05:25 AM) -- Hi i would like to know how i would go about getting all the newest posts from my users into one feed how would i achieve this in codeigniter? Basically i just...
5,680 Views
0 Replies
03-19-2015, 08:44 PM
rocks
    Thread: Issu form_validation
Post: RE: Issu form_validation

I think this   PHP Code: -- -- should be PHP Code: -- --
13,245 Views
0 Replies
03-05-2015, 09:32 PM
rocks
    Thread: Cookie/session gets lost
Post: RE: Cookie/session gets lost

Here is the cookie function Code: -- /*jshint eqnull:true */ /*! * jQuery Cookie Plugin v1.1 * https://github.com/carhartl/jquery-cookie * * Copyright 2011, Klaus Hartl * Dual licensed ...
7,333 Views
0 Replies
03-03-2015, 12:22 PM
rocks
    Thread: Cookie/session gets lost
Post: RE: Cookie/session gets lost

CroNiX Wrote: (03-03-2015, 08:44 AM) -- Have you tried just getting it from config? Don't rely on undocumented or internal features/properties!! They can change without warning. Code: -- $this-...
7,333 Views
0 Replies
03-03-2015, 11:20 AM
rocks
    Thread: Cookie/session gets lost
Post: RE: Cookie/session gets lost

sintakonte Wrote: (03-03-2015, 01:50 AM) -- I don't know but if your code was working before upgrading, it might be a problem with the Tank Auth Library (don't know this library) are you sure tank a...
7,333 Views
0 Replies
03-03-2015, 08:17 AM
rocks
    Thread: Cookie/session gets lost
Post: Cookie/session gets lost

Hi there, I've integrated uploadify (file/image uploader). It worked great with CI older versions. After the upgrade to CI 3, sessions have been completely rewritten, and I'm confused a bit. 'u...
7,333 Views
0 Replies
03-02-2015, 11:35 PM
rocks
    Thread: Column cannot be null
Post: RE: Column cannot be null

This is weird, in CI3 when I check the output of this array, : PHP Code: -- $biz=$this->get_form_data(); var_dump('$biz'); array(28) { ["city_id"]=> string(1) "3" ["district_id"]=> stri...
15,612 Views
0 Replies
02-23-2015, 12:09 PM
rocks
    Thread: Column cannot be null
Post: RE: Column cannot be null

Avenirer Wrote: (02-20-2015, 01:56 PM) -- You did define the fuel field in the table not to be null. But when you create the $biz array, you are passing to the 'fuel' key a value from an input elemen...
15,612 Views
0 Replies
02-20-2015, 02:05 PM
rocks
    Thread: Column cannot be null
Post: Column cannot be null

All was working fine until upgraded to CI3. I have a form where users have the option to choose their category from the dropdown. For ex: If they select Cars, a second dropdown populated from data...
15,612 Views
0 Replies
02-20-2015, 01:00 PM
rocks
    Thread: xss_clean in CI 3
Post: RE: xss_clean in CI 3

Narf Wrote: (02-18-2015, 02:22 AM) -- Please don't recommend 'global_xss_filtering'. That is a bad solution, even worse than manually applying xss_clean on individual inputs. -- The thing is, I don...
48,660 Views
0 Replies
02-18-2015, 01:49 PM
rocks
    Thread: xss_clean in CI 3
Post: xss_clean in CI 3

I am wondering if xss_clean deprecated or terminated in CI 3.0.0 ? I've used for a while in my form validation. PHP Code: -- $this->form_validation->set_rules('login', 'user', 'trim|required|xss_cl...
48,660 Views
0 Replies
02-17-2015, 10:27 PM
rocks
    Thread: Override core/input CI3
Post: RE: Override core/input CI3

mwhitney Wrote: (02-16-2015, 11:17 AM) -- Change this: PHP Code: -- $config = &get_config('config'); -- to this: PHP Code: -- $config = &get_config(); -- 'config' was not a valid value ...
12,267 Views
0 Replies
02-16-2015, 03:26 PM
rocks
    Thread: Override core/input CI3
Post: RE: Override core/input CI3

Narf Wrote: (02-16-2015, 01:54 AM) -- It's because you're using the function improperly. It accepts an array of key => value pairs to replace in the returned config array, not a string. -- How coul...
12,267 Views
0 Replies
02-16-2015, 10:29 AM
rocks
    Thread: Override core/input CI3
Post: Override core/input CI3

I have this file in application/core/MY_Input.php On previous versions the function had only one parameter. After upgrading to CI 3, it started throwing an error Severity: Runtime Notice Messa...
12,267 Views
0 Replies
02-16-2015, 12:27 AM
rocks
    Thread: Help with updating to 3.0
Post: RE: Help with updating to 3.0

MattafixTM Wrote: (02-15-2015, 05:37 AM) -- Hello dear users. The help with the codeigniter updating to 3.0 is necessary Screenshots of mistakes: http://prntscr.com/65d7a9 (http://prntscr.com/65d...
16,975 Views
0 Replies
02-15-2015, 11:31 PM
rocks

Theme © iAndrew 2016 - Forum software by © MyBB