If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Call to a member function on a non-object - fatal error  XML
Forum Index » Support Forum
Author Message
Anonymous



I've got text version of Advanced Poll and I can't get rid of this error:
Fatal error: Call to a member function on a non-object in /usr/local/apache2/htdocs/sonda.php on line 10

What is wrong?
<?php
// Important! You have to include it before your html code
include_once "http://mydomain.com/poll/poll_cookie.php";
?>

<html>
<body>
<?php
include_once "http://mydomain.com/poll/booth.php";
echo $php_poll->poll_process(3);
?>
</body>
</html>
amber222
Graduate

Joined: 07/05/2004 21:13:07
Messages: 586
Offline

I've got text version of Advanced Poll and I can't get rid of this error:
Fatal error: Call to a member function on a non-object in /usr/local/apache2/htdocs/sonda.php on line 10


Can you post a link to your page, sonda.php?

Not sure, but maybe you need register_globals turned on.
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum