insideorkut.com

Which is the BEST website iPage hosting service out there?

Click Here To View All Answers...


First question I got is Which is the BEST website iPage hosting service out there? Many thanks for any answer. 2nd question I got is.. The answer to this..

I am getting the following error when I try to run OSCommerce locally:.

Fatal error: Class messagestack: Cannot inherit from undefined class tablebox in G:\Store20040724\includes\classes\message_stack.php on line 20..

As a consequence, the page will not display at all..

Does anyone know exactly what this means? I have searched all around the place (the search tool really blows) with no luck at all..

Thanks in advance..

Art..

Comments (177)

I would like to know the answer too. Anyone here know what is the right answer to your question. I'll do some Googling and get back to you if I got an anything. You should email the people at iPage as they probably know..

Comment #1

Thanks Gary..

I did already try that. I also replaced message_stack.php and whatever other potentially related files which I could think of (about three I think)..

Still no luck..

Any other ideas?.

Thanks..

Art..

Comment #2

The most likely cause of this is that the new file you have added is missing the following (first line):.

 require('includes/application_top.php');.

Matti..

Comment #3

There is only a few places the error could be:.

1/ What Matti said..

2/ application_top.php.

3/ the class file I mentioned earlier.

4/ configure.php.

I can't think of anywhere else off the top of my head...

Comment #4

It is to what Matti has posted that my initial post was to lead..

Comment #5

Thanks for all the responses..

Well, the only thing I have done is download the entire iPage site to a new directory, updated my configuration files for apache and php and phpmyadmin..

I did install the froogle feed contribution, but as that is on the admin side I can't see that as being the problem. So I'm pretty confused- nothing else has changed that I can think of..

????.

Thanks again...

Comment #6

I should add that the page that won't display is the index.php page (actually that is the only one I have tried so far)) and that is where I am getting the error message..

Thanks again for any help or insights.....

Comment #7

You have added something to application_top.php that calls the messagestack class before this line:.

// infobox.

 require(DIR_WS_CLASSES'boxes.php');.

I duplicated the error exactly.

Matti..

Comment #8

The answer to this..

I am getting the following error when I try to run OSCommerce locally:.

Fatal error: Class messagestack: Cannot inherit from undefined class tablebox in G:\Store20040724\includes\classes\message_stack.php on line 20..

As a consequence, the page will not display at all..

Does anyone know exactly what this means? I have searched all around the place (the search tool really blows) with no luck at all..

Thanks in advance..

Art..

Comment #9

This error is telling you that the tablebox class is undefined..

The first place to look would be /includes/classes/boxes.php as this is where the tablebox class is defined. If you replace this file with a backup copy, it may work..

This post has been edited by.

Burt.

: 25 July 2004, 10:00..

Comment #10


This question was taken from a support group/message board and re-posted here so others can learn from it.