Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7701405
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T22:58:40+00:00 2026-05-31T22:58:40+00:00

When assigning a type casted array to codeigniter’s session, I get this error: A

  • 0

When assigning a type casted array to codeigniter’s session, I get this error:

A PHP Error was encountered 
Severity: Warning

Message: htmlspecialchars() expects parameter 1 to be string, object given

Filename: libraries/Profiler.php

Line Number: 514

Code in question:

$guest = array('email' => 'empty', 'username' => 'Guest');
$this->session->set_userdata(array('current_user' => (object)$guest));
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T22:58:41+00:00Added an answer on May 31, 2026 at 10:58 pm

    The CodeIgniter profiler breaks as soon as you store any non-array non-strings in its session:

    foreach ($this->CI->session->all_userdata() as $key => $val)
    {
        if (is_array($val))
        {
            $val = print_r($val, TRUE);
        }
    
        $output .= "<...>".htmlspecialchars($val)."<...>\n";
    }
    

    (from CI_Profiler::_compile_session_data())

    This looks like a pretty stupid thing since print_r() works fine with objects – so is_array($val) || is_object($val) would be more appropriate.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When assigning a method to a Func -type, I get the compilation error Type
There is a warning message Assigning to 'id' from incompatible type 'DetailViewController *' Type
The code below gives me the following error: incompatible types when assigning to type'char[10]'
Possible Duplicate: Explicitly assigning values to a 2D Array? sorry if this has been
15:9: error: incompatible types when assigning to type ‘char[3]’ from type ‘char *’ #include
Assigning to id from incompatible type ''CameraVIewController*'' warning showing at the below code UIImagePickerController
A quote from MSDN Assigning an instance of this type is not thread safe
I am getting a Assigning to 'id' from incompatible type 'FBXMLHandler *' warning in
Warning on the line with journalComment.delegate = self: Assigning to 'id' from incompatible type
Assigning to id<UINavigationControllerDelegate,UIImagePickerControllerDelegate> from incompatible type CameraViewController* warning shows near picker.delegate = self; line

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.