Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Important News about Jim Parry and the Project
Post: RE: Important News about Jim Parry and the Project

I didn't know him, but this made me sad :( Rest in Peace Jim!
145,425 Views
98 Replies
01-18-2020, 02:28 AM
noobie
  Bug Thread: Rate button issue on forum
Post: Rate button issue on forum

Hi, 1. Using Firefox, tried to click Rate and nothing happens, the web page is frozen after that and I can't scroll (no errors visible in the console) 2. When I clicked Login, the popup appeared...
2,071 Views
1 Replies
09-30-2019, 02:21 PM
noobie
    Thread: Mysql_query() function Error
Post: RE: Mysql_query() function Error

Mekaboo Wrote: (05-22-2019, 01:41 PM) -- Hello all! Im getting this error and trying to fix it: An uncaught Exception was encountered Type: Error Message: Call to undefined function mysql_query() ...
11,667 Views
6 Replies
05-22-2019, 03:04 PM
noobie
    Thread: Config files loaded twice, also How to separate Applications but share things
Post: RE: Config files loaded twice, also How to separat...

ciadmin Wrote: (04-09-2017, 11:03 AM) -- CodeIgniter automatically loads the main config file ... https://www.codeigniter.com/user_guide/libraries/config.html#loading-a-config-file Your "require_onc...
8,027 Views
3 Replies
04-09-2017, 02:30 PM
noobie
    Thread: Codeigniter change url if get is empty
Post: RE: Codeigniter change url if get is empty

Try using PHP Code: -- redirect('/project-ask/questions'); --
2,391 Views
1 Replies
04-09-2017, 10:54 AM
noobie
    Thread: Config files loaded twice, also How to separate Applications but share things
Post: Config files loaded twice, also How to separate Ap...

Hello, I'm using "Ion Auth". I want to have a different Application for Administration and another for Users /admin /application /system index.php (system and application...
8,027 Views
3 Replies
04-09-2017, 10:21 AM
noobie
    Thread: Cannot install CI4 on 2 different cpanel shared hosting servers and configs with PHP7
Post: RE: Cannot install CI4 on 2 different cpanel share...

Try googling "Invalid command 'SetEnv'" maybe?
7,266 Views
6 Replies
04-02-2017, 11:06 AM
noobie
    Thread: When are they going to release 3.0.1?
Post: RE: When are they going to release 3.0.1?

solidcodes Wrote: (07-04-2015, 02:52 PM) -- I think there will be no 3.1 but instead 4.0 ? -- Not 3.1, version "3.0.1" it has many bug fixes, which I read here: https://github.com/bcit-ci/CodeI...
6,437 Views
5 Replies
07-04-2015, 03:25 PM
noobie
  Information Thread: When are they going to release 3.0.1?
Post: When are they going to release 3.0.1?

I've been waiting for 3.0.1 for some months now to use CI 3 instead of 2 I see many bug fixes which I'm thankful for, but why don't they release this minor version? :huh: Any one got any news?
6,437 Views
5 Replies
07-04-2015, 02:13 PM
noobie
    Thread: need help Message: Undefined variable
Post: RE: need help Message: Undefined variable

Hi, I hope you are just learning and not selling any scripts or programming for money yet, the code you wrote is not safe, it is dangerous actually... but if you are just learning its okay for start...
7,418 Views
3 Replies
05-18-2015, 02:01 AM
noobie
    Thread: CodeIgniter Standalone Database/Active Record
Post: CodeIgniter Standalone Database/Active Record

Hello, I wanted to use CodeIgniter's Database Library and Active Record Class in a project, as the full framework would be too much for this project, I searched and found this: https://github.com/fe...
2,555 Views
0 Replies
05-15-2015, 07:05 AM
noobie
    Thread: set_cipher and set_flashdata cannot be used together
Post: RE: set_cipher and set_flashdata cannot be used to...

CroNiX Wrote: (05-09-2015, 10:36 AM) -- Which version of CI are you using? Since you just downloaded it is it v3? If so, the above code is for the v2 version. -- As i wrote it in first line of topic...
3,993 Views
2 Replies
05-09-2015, 10:57 AM
noobie
  Exclamation Thread: set_cipher and set_flashdata cannot be used together
Post: set_cipher and set_flashdata cannot be used togeth...

Hello, Today i noticed a weird issue in CodeIgniter 2.2 (haven't tested this on CI 3 yet), then i installed a fresh CI and tested it and it happened again, set_flashdata does not work in the followi...
3,993 Views
2 Replies
05-09-2015, 09:34 AM
noobie
    Thread: Using Sub-Directories for Default_controller
Post: RE: Using Sub-Directories for Default_controller

As far as i know, You should use your controller name at first , then you can also use the name of a function inside it PHP Code: -- $route['default_controller'] = 'coltroller/function'; -...
5,109 Views
2 Replies
05-08-2015, 07:24 AM
noobie
    Thread: How can I include or Call Session Controller In to My home page ,about page ....
Post: RE: How can I include or Call Session Controller ...

Chandini Wrote: (05-08-2015, 02:38 AM) -- How  Can I Include or call the my session controller file .. in to my home page .. due to session check .... ? in php : include(session_check.php); in CI ...
4,409 Views
2 Replies
05-08-2015, 07:09 AM
noobie
    Thread: Can we use Database Transactions like this?
Post: Can we use Database Transactions like this?

Hello, In CI user guide, i only see using $this->db->query() method, are we also allowed to use "Active Record Class" like this? PHP Code: -- $data_balance = array( 'balance' => $newbalance ); ...
3,045 Views
0 Replies
03-08-2015, 01:27 PM
noobie
  Lightbulb Thread: Passwords are limited with Regex in Flexi-Auth
Post: Passwords are limited with Regex in Flexi-Auth

Hello, In Flexi-Auth, i noticed passwords are limited with the following regex ( only accepts alphanumeric and . , - _ ) PHP Code: -- $config['security']['valid_password_chars'] = '\.\,\-_ a-z0-9...
1,949 Views
0 Replies
02-28-2015, 12:44 AM
noobie
    Thread: Is Flexi Auth Secure and Reliable?
Post: RE: Is Flexi Auth Secure and Reliable?

Hello Again, If any security expert see this, please just give me a brief overview of FlexiAuth because old CI forum is down and i can't find any other sources
6,136 Views
0 Replies
02-17-2015, 08:24 AM
noobie
  Star Thread: Is Flexi Auth Secure and Reliable?
Post: Is Flexi Auth Secure and Reliable?

Hello, I have been searching for a user management script for the last month, i bought 6 scripts from ...some... php market, but all where huge failures, some used MD5 with no salt, some used mysq...
6,136 Views
0 Replies
02-14-2015, 07:30 AM
noobie

Theme © iAndrew 2016 - Forum software by © MyBB