3 Posts
jperezantoni
6 years ago
2
Topic

Hi.

I am working with
Seblod 3.10.0 Joomla 3.7 Php version 7.1 

With all the parameters configured correct
But I get the following error

Warning: Declaration of JCckTable :: getFields () should be compatible with JTable :: getFields ($ reload = false) in /home/guianeanet/public_html/libraries/cms/cck/table.php on line 78

This error is in the public part of the web page
Http://www.guianea.net/inmuebles

And I'm not finding the solution
This error appeared after updating joomla and php to 7.1

Has anyone else had this error and was able to solve it?

Thank you so much

Greetings from Argentina

Get a Book for SEBLOD
4229 Posts
Kadministrator
6 years ago
1
Level 1

Hi,

you need to decrease error reporting level in Joomla, this is just a warning, not an error.

248 Posts
Giuse
6 years ago
0
Level 2

You could also change line 38 of libraries\cms\cck\table.php from

public function getFields()

to

public function getFields($reload = false)

Cheers

Giuse

Get a Book for SEBLOD