This is a discussion on RE: [PHP] Very confusing problem! within the PHP General forums, part of the PHP Programming Forums category; you need to instantiate the object before you can use it. -----Original Message----- From: Aaron Wolski [mailto:aaronjw@martekbiz.com] ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
you need to instantiate the object before you can use it.
-----Original Message----- From: Aaron Wolski [mailto:aaronjw@martekbiz.com] Sent: 07 January 2004 15:32 To: php-general@lists.php.net Subject: [php] Very confusing problem! Hey guys, Having a problem with a script I have used before in another project. First off. this is the error I am getting: Fatal error: Call to a member function on a non-object in /services/webpages/a/t/somedomain.com/secure/Store/index.php on line 140 The line of code is this: $paging->query("SELECT * FROM ProductTable"); At the top of the page I have this: require("../paging_class.php"); I can post the paging_class.php file if anyone needs but it hasn't changed from when I used it on another site. The only thing that has changed is server type (current: Linux previously: BSD). Both are running PHP 4.3.2. ANY help is desparately appreciated!!!!! Thanks so much. Aaron |
![]() |
| Thread Tools | |
| Display Modes | |
|
|