yes, modification is needed to get his plugin to work with this bridge and I am aware of it. Mainly, if you notice this component is now com_jsmf and Brat uses com_smf. This is high on the list of TO-DO's after the bridge is final.
Hi there, I wonder if you'd prefer us to continue adding to this thread or whether we should start another. I have found something that may be similar to what you're describing.
ProblemFatal Error when selecting "Need another activation email?" from the Login screen
Steps to Re-Create Problem1. Register as new User (My setup uses CB as the Registration module, invokable from SMF)
2. Before User verifies e-mail address, try to login from SMF -> Login. SMF will return a dialogue stating "Your email address needs to be validated before you can login" and presents a hyperling "Need another activation email?".
3. Select "Need another activation email?". The following Fatal Error occurs.
Fatal error: sendmail(): Failed opening required '/home/<user>/<site>/html/go/cms/administrator/components/com_smf/config.smf.php' (include_path='.:/usr/share/pear') in /home/<user>/<site>/html/go/smf/Sources/Subs-Post.php on line 523
[b](Actual path has been removed from above and replaced with <user> and <site> which are merely folder names)[/b]
[b]"cms" refers to the Joomla! installation directory (V1.0.11)[/b]
DeductionAfter some quick checks, I can see that during JSMF2.0 Installation, the "/smf/Sources/Subs-Post.php" file is modified (~Lines 519-525). I have attached a Comparison Report showing the "Subs-Post.php" file before and after JSMF2.0 Installation.
The cause of the problem appears to be that "cms/administrator/components/com_smf/config.smf.php" no longer exists as JSMF2.0 uses the Database for configuration parameters.