Hi,
I'm a newcomer in FUELCMS for 3 months. I created a small project that works locally.
Local environment win.10, FUEL CMS version 1.4.
When I transfer the fuelcms file system to the server of the provider, projects does not work.
****************************************************************************************************
They report the next error.
Fatal error: Call to undefined method Modules::advanced() in
/home/sh5916/domains/atletski-klub-olimpija.si/public_html/fuel/modules/fuel/libraries/Fuel_layouts.php
on line 136
A PHP Error was encountered
Severity: Error
Message: Call to undefined method Modules::advanced()
Filename: libraries/Fuel_layouts.php
Line Number: 136
Backtrace:
****************************************************************************************************
I was looking for a solution in forum and I can not find them !
Thanks ans regards,
Matej, Slovenia, Europe
Comments
Do you have the latest available PHP version running on your hosting? (7.1 should be fine, I use that - 7.2 should be OK too)
is this the public side or Fuel admin side?
echo $this->server_path('libraries/Fuel_'.$key.'.php');
in the aplication folder.
When I comment this 2 lines in the MY_fuel_modules.php then aplication works.
//$config['modules']['authors'] = array();
//$config['modules']['articles'] = array();
Thanks for your help.
Matej, Slovenia