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

  • SEARCH
  • Home
  • 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 7645017
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T09:49:56+00:00 2026-05-31T09:49:56+00:00

I have a draft class:( Update ) class abb{ static $fieldSelect; function init() {

  • 0

I have a draft class:(Update)

class abb{
   static $fieldSelect;
   function init() {
        self::$field = require_once('inputs/Mapping.php');
   }
   function getField($item) {
        return self::$fieldSelect[$item];
   }
}

and Mapping.php contain:

<?php
return array(
    ItemType::Food          => 0.7,
    ItemType::Fashion       => 0.5,
);

It runs well on easyPHP(windows 7), but when I deploy it onto Apache2(Unbutu), an error exception appears. For example, I input $item = "Phone" (Update here), Apache2 throws exception:Undefined index: Phone at line return self::$fieldSelect[$item]; If $fieldSelect[$item] does not exist, sever on Window will be return NULL but Ubuntu is not. I just wana see the different between Window and Ubuntu when run it.

I don’t understand why it is so?

  • 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-31T09:49:57+00:00Added an answer on May 31, 2026 at 9:49 am

    I don’t see $fieldSelect declared anywhere in your class. Perhaps you should be using $field instead?

    You are also using $fields and $field.

    Perhaps this will do:

    class abb{ 
       static $fields; 
       function init() { 
            self::$fields = require_once('inputs/Mapping.php'); 
       } 
       function getField($item) { 
            return self::$fields[$item]; 
       } 
    } 
    

    Finally, you will need to address the array key properly. I am not sure what your ItemType is defined as. Maybe using $item = ItemType::Food to access the key would help.

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

Sidebar

Related Questions

I have a model which has a field status definde as: class Model(models.Model): ...
I have a status field on a class that has an ID and a
Given you have the following class (bad C#, but you get the drift): public
I have some comments about the OAuth draft RFC (specifically about some errors it
Suppose we have a Invoice that is saved in a draft state in a
I have this code: <TEXTFORMAT LEADING=2><P ALIGN=LEFT><FONT SIZE=9 COLOR=#2C363D LETTERSPACING=0 KERNING=0>A draft Ad for
Have a singleton class for BNRItemStore, but when I tried to call it, I
I have this situation: I have a class which keeps track of an array
I have a scenario in which I need a self reference property as follow:
I have a some code that gets passed a class derived from a certain

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.