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 7858915
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T21:40:21+00:00 2026-06-02T21:40:21+00:00

Stumped by this one. This code is giving me PHP Fatal error: Call to

  • 0

Stumped by this one. This code is giving me

PHP Fatal error: Call to undefined method MyObject::helloWorld()

But only the second time I run it, the first time it runs fine.

class MyObject
{

  function __construct()
  {
    echo("creating MyObject...");
  }


  public function helloWorld()
  {
    echo("Hello World!");
  }


}

$obj = new MyObject();
$obj->helloWorld();

I also see “creating MyObject…” generated the second time, but not “Hello World!”.

I’m in the process of upgrading to PHP 5.4.0.

I Must be missing something really obvious.

  • 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-06-02T21:40:23+00:00Added an answer on June 2, 2026 at 9:40 pm

    This is APC bug… you can apply a patch or disable APC in /etc/php.ini or /etc/php.d/apc.ini depending on your configs.

    The first time you run your script the opcode is getting generated and is cached by APC, the second time you run your script opcode is pulled from APC cache. Because APC cache is bad your script fails on the seconds run.

    See this bugs for references php #61219 and php #60658

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

Sidebar

Related Questions

This one has me stumped. I need to call an activity method from within
This one has me stumped. Here are the relative bits of code: public AgencyDetails(Guid
So I'm totally stumped by this one and tempted to call OS bug. I
Really stumped on this one. I have the following PHP file with a variable
I am completely stumped on this one. I have to utilize the current code
I'm really stumped by this one: Code execution jumps from line 07 to line
This one has me stumped. I found some code posted by Ray Burns to
I've done tons of redirects using PHP's header function. This one has stumped me.
I am thoroughly stumped on this one. Basically, I have an MVC page with
I'm completely stumped on this one. I have three different lists that need to

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.