Hello... I looked around but could find only *similar* problems with answers non suitable for what follows.
When an admin wants to add a certain amount of new users, the first time everything is ok, but from the second user on this is what he gets when he tries to save the new user account:
Fatal error: Unknown(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition jsmffrontend of the object you are trying to operate on was loaded _before_ the session was started in /web/htdocs/www.dilectio.it/home/portale/components/com_comprofiler/plugin/user/plug_smfcbplugin/smf_cb.php on line 236
Of course, the string "/web/htdocs/www.dilectio.it/home/portale/" is the admin's website full path.
The funny thing is that the admin press "refresh page" he first get a warning (user ID and Password already in use), then he gets the CB user list, with the brand new user regularly added and (apparently) working (booth in Joomla and in SMF).
Already seen answers related to similar problems, for example here (relating to problems on line 156):
http://www.joomlahacks.com/component/option,com_smf/Itemid,94/topic,2849.msg14071/But in my script smf_cb.php, line 156 is already patched:
$jsmf = new jsmfFrontend();
And the problem is in line 236, that reads:
$jsmfConfig = $jsmf->loadParams();
Website run on linux, and these are the data you might need:
Joomla 1.0.12
SMF 1.1.2
CB 1.0.2
Joomla-SMF component 2.0.2
JSMF Plugin for CB Version: 2.0.3
Is there anyone with a solution for this problem?
Thanks in advance for your kind attention, and forgive my "rusty" english
Alex