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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T23:52:28+00:00 2026-06-03T23:52:28+00:00

Folks, I’m having some problems making a form render/display in my webpage. Well, it

  • 0

Folks, I’m having some problems making a form render/display in my webpage. Well, it works fine in my local server, but once I use the same code in a remote server, the webpage displays fine, but the form is missing.

Localhost:

OS: Win 7

PHP: 5.3.8

Apache: 2.2.21

Zend: 1.11.3

Remote Server:

OS: Linux CentOS release 5.5
PHP: 5.3.8

Apache: 2.2.3

Zend: 1.11.3

FeedbackForm.php

class forms_FeedbackForm extends Zend_Form {

public function init() {

$this->setAction(”)->setMethod(‘post’)->setName(‘feedbackForm’);

$feedback = new Zend_Form_Element_Textarea(‘feedback’);

$submit = new Zend_Form_Element_Button(‘submitButton’);

$this->addElement($feedback)->addElement($submit);
}
}

IndexController.php

class IndexController extends Zend_Controller_Action {

public function indexAction() {

$form = new forms_FeedbackForm();

  $this->view->form = $form;
    

} }

index.phtml

echo $this->form;

However, if I replace the echo statement with print_r($this->form), I see the object details with both servers.

  • 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-03T23:52:29+00:00Added an answer on June 3, 2026 at 11:52 pm

    Use a capital for your class: Forms_FeedbackForm instead of forms_FeedbackForm. The autoloader doesn’t find it on Linux.

    Generally when problems like this occure between Linux and Windows servers it’s a capital problem. Linux is case sensitive, windows isn’t.

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

Sidebar

Related Questions

Folks, I really like the -Wshadow option since it helps to spot some possible
Folks, I have some HTML generated from my WSDL and XSD files for a
Folks, Used to be that when you hit a servlet/jsp, the app server would
Folks, I've been writing some code in Scala lately to teach myself the language
Folks, I am completely new to jQuery and JqGrid both. Usually I take some
Folks, Please does anyone know how to show a Form from an otherwise invisible
Folks, Assume you receive a disconnected backup of a SQL Server database (2005 or
Folks, I'm using SOAPClient in PHP to call a .NET webservice. All fine and
Folks, I am having a problem with a c#, multi-project solution in Visual Studio
Folks, I connect to a large number of SQL Server 2005 databases through SQL

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.