Jump to content

ERROR: Access level to Inix2PaymentModule::displayWarning()


Recommended Posts

Hi I have a big problem, I cannot access on module section of my BO.

 

Fatal error: Access level to Inix2Module::displayWarning() must be public (as in class ModuleCore)

 

I tried this solution

 

open InixModule.php and find:

 

protected function displayWarning($msg)

 

Change to

 

public function displayWarning($msg)

 

Even if I have succesfully modified the file the problem is still present.
 
During my attempt to install the Cash on Delivery module with TAX an error occurred and it is now impossible to access to modules from BO.
 
I delete the folder Inix2Module from FTP and when I try to open the module section from BO the folder Inix2Module is created anew and the error shows up.
 
Is it possible that this error is caused by the uncomplete installation of the module?
 

Thanks

Edited by ietax (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...