Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Variable 'sql_mode' can't be set to the value of
Post: Variable 'sql_mode' can't be set to the value of

A Database Error Occurred Error Number: 1231 Variable 'sql_mode' can't be set to the value of 'REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE( @@sql_mode' SELECT * FROM `blog` Filename: models/Bl...
5,542 Views
2 Replies
08-06-2019, 08:27 AM
dreamweaver
    Thread: User ID missing in SESSION variable
Post: RE: User ID missing in SESSION variable

Hey thanks for the help, it was actually me just being silly.
3,890 Views
3 Replies
07-29-2019, 12:52 PM
dreamweaver
    Thread: User ID missing in SESSION variable
Post: User ID missing in SESSION variable

Hi, in mySQL database I have the user as: id, image, forname, surname ... and so on but as you can see here, the id is missing. I have no idea why this is happening, and it seems to be replaced wit...
3,890 Views
3 Replies
07-29-2019, 11:08 AM
dreamweaver
    Thread: Join Code Igniter Slack Channel (How?)
Post: RE: Join Code Igniter Slack Channel (How?)

Hello, it is saying I need an invitation, or that I can log in with my created account, when I do this, logged in with my created account that is, I only get my own channel, and when I search for the...
7,642 Views
9 Replies
07-23-2019, 11:30 PM
dreamweaver
    Thread: Join Code Igniter Slack Channel (How?)
Post: Join Code Igniter Slack Channel (How?)

Hi guys, I really want to throw myself into the CI community, I really believe in the framework, and have recently seen that it has come from 4th place to 2nd, just recently. I found a forum thread...
7,642 Views
9 Replies
07-19-2019, 05:29 AM
dreamweaver
    Thread: Image not uploading!
Post: RE: Image not uploading!

Now I am getting an error saying that The upload path does not appear to be valid. public function create_blog() { if (!isset($_POST['submit'])) { $this->load->view('temp/header-short'...
3,413 Views
3 Replies
07-16-2019, 04:24 PM
dreamweaver
  Rainbow Thread: Image not uploading!
Post: Image not uploading!

PHP Code: --                                Choose Image             -- PHP Code: -- public function create_blog() { if (!isset($_POST['submit'])) { $this->load->view('temp/hea...
3,413 Views
3 Replies
07-15-2019, 05:49 AM
dreamweaver
    Thread: Difficult with UPDATE SQL query CI
Post: RE: Difficult with UPDATE SQL query CI

Sorry guys, I fixed it, there just seems to be something wrong with my browser. Is there anyway I can delete this.
2,947 Views
2 Replies
07-07-2019, 01:31 AM
dreamweaver
    Thread: Difficult with UPDATE SQL query CI
Post: Difficult with UPDATE SQL query CI

Hi guys, so to be such a bother but I am having trouble with a query which just looks perfect to me. PHP Code: -- $this->forename = 'testing';            $this->surname = 'testing';           ...
2,947 Views
2 Replies
07-06-2019, 05:31 PM
dreamweaver
    Thread: Difficulty using BCrypt!
Post: RE: Difficulty using BCrypt!

jreklund Wrote: (07-05-2019, 11:11 PM) -- You need to change _all_ your SQL. You are open to SQL Injection. Please use Query Builder Class (https://www.codeigniter.com/user_guide/database/query_buil...
6,267 Views
5 Replies
07-06-2019, 07:50 AM
dreamweaver
    Thread: Difficulty using BCrypt!
Post: RE: Difficulty using BCrypt!

Hey, so after restarting my computer it has decided it will start to work. No idea why, often find myself fixing things with no idea what I did since I tested it step by step. The only thing I can ...
6,267 Views
5 Replies
07-05-2019, 01:40 PM
dreamweaver
    Thread: Difficulty using BCrypt!
Post: Difficulty using BCrypt!

Hi, I am trying to use bcrypt and I know that the hash is always different when the bcrypt is used, but I am told that I should get the hashed password from the database, and use the non hashed pa...
6,267 Views
5 Replies
07-05-2019, 01:11 PM
dreamweaver
    Thread: Old way of using classes and CI's way - Confused
Post: RE: Old way of using classes and CI's way - Confus...

ciadmin Wrote: (12-27-2018, 05:14 PM) -- CI3 wants classes to be named UCfirst, i.e. $this->load->model('User_model'), and with the source code in models/User_model.php. Once loaded, the model is av...
2,753 Views
2 Replies
12-28-2018, 12:49 AM
dreamweaver
    Thread: Old way of using classes and CI's way - Confused
Post: Old way of using classes and CI's way - Confused

I have been trying to improve my code by sticking to OOP concepts. As you can see below my code is using a user class and passing that user class to the models class.  In code igniter it would be d...
2,753 Views
2 Replies
12-27-2018, 04:45 PM
dreamweaver
    Thread: Message: Undefined variable: _forename but its there
Post: Message: Undefined variable: _forename but its the...

Hey, I am having a problem with a variable inside a class not being seen even though its there. Please help! User Controller public function create() {         $params = array('x', 'xxx', 'xx...
2,000 Views
1 Replies
12-16-2018, 02:09 PM
dreamweaver
    Thread: Problems loading bootstrap - .htaccess
Post: Problems loading bootstrap - .htaccess

I have having issues where the .htaccess is prevent the loading on the bootstrap css style sheet. I know its the .htaccess, because if I delete it, and then recreate it, it works.  This has become an...
2,073 Views
0 Replies
10-04-2018, 10:53 AM
dreamweaver
    Thread: MailerPHP
Post: RE: MailerPHP

Pertti Wrote: (08-14-2018, 05:16 AM) -- When you say there's a problem - you should be a bit more specific describing how this issue manifests. -- So if I go through the local host and run run.php ...
4,559 Views
4 Replies
08-14-2018, 01:01 PM
dreamweaver
    Thread: MailerPHP
Post: MailerPHP

Hi, I got a small problem where if I run the run.php which I created in the composer MailerPHP folder with the simple code to send an email, which works find, but the problem comes when it I am trying...
4,559 Views
4 Replies
08-14-2018, 03:06 AM
dreamweaver
    Thread: It works but is it the correct way?
Post: It works but is it the correct way?

"">
2,952 Views
2 Replies
07-15-2018, 03:48 AM
dreamweaver
    Thread: File type returning NULL - Did actually work but I don't know what I have done. Help!
Post: RE: File type returning NULL - Did actually work b...

Hey, thanks, so looking further into it I used $_POST['file]['name]. I have total brain drain from this little problem, I have no idea why before it worked and it decided to stop.
3,808 Views
3 Replies
07-12-2018, 06:19 AM
dreamweaver

Theme © iAndrew 2016 - Forum software by © MyBB