Web Hosting Talk







View Full Version : Need help - ModernBill Error


Kelevra
06-08-2009, 09:41 PM
When I click on Products I see a list of products, when I click on details, it opens up a page with no problem, when I go to set the "Prices" I get the following error.

Fatal error: Non-static method showdetailsaction::showdetailsaction() cannot be called statically, assuming $this from incompatible context in /home/rubix/public_html/modernbill/app-modernbill-admin/include/lib-action/products/ShowProductDetailsAction.php on line 668

in fact, if I click on anything in that top bar, order forms, cycles, etc... I get this error...

Any one has any idea how to fix this?

wb-Jay
06-08-2009, 09:52 PM
It appears that this is a common install - got this thread from Parallels forum which I would suggest you go through as it has a solution but you have to contact the person for details via email.

http://forums.pleskbilling.com/showthread.php?t=30004

Kelevra
06-08-2009, 09:57 PM
Thank you i have seen that one to but was hoping someone could help here in order to get a faster reply

neXeon
06-08-2009, 10:59 PM
Still no fix for this problem?

Kelevra
06-08-2009, 11:26 PM
no nothing yet..

Kelevra
06-09-2009, 08:05 PM
Any one? If there is some one that can fix this i dont mind to pay for the help

Kelevra
06-09-2009, 09:13 PM
Sorry for all posting, but here is the solution for this


in

public_html/modernbill/app-modernbill-admin/include/lib-action/products/ShowProductDetailsAction.php

on line 668

Replace

ShowDetailsAction:ShowDetailsAction();

to

//ShowDetailsAction:ShowDetailsAction();




Thank you Jason P.