-
☆ A M B ☆
- 24,524 Posts
OK, I was just wondering if it were necessary to have matching groups.
Here goes the FF updates.
For Full install
Click here
Thanks Raymond, that was fast
I’ll upgrade and toy with it !
This will be a great release...
.: COO - Commerce Guys - Community Driven Innovation :.
MODx est l'outil id
-
☆ A M B ☆
- 24,524 Posts
I think there is a problem with this line (line #28) in smf.base.class.inc.php:
$this->modulePath = str_replace("\\","/",dirname(__FILE__))."/";
or line #32:
$this->apiFile = $this->modulePath."/smf_api_1.1.php";
because I’m getting fatal errors, function not found for both admin and sync links. It’s trying to include this in the execute() functions:
/home/sottwell/public_html/assets/modules/smforum//smf_api_1.1.php
and the extra / is making it fail. Removing the / in line #32.
Works like a charm now. I think that double // in the path has come up before, and it’s a Windows vs *nix think in php? I’m not sure.
-
☆ A M B ☆
- 24,524 Posts
Spoke too soon...when logging in to MODx weblogin, get a "logging error:couldn’t save log to table" popup. The user is logged in to MODx ok but not to SMF.
Users are synched, and the manager login works, though. One step at a time.
Ok, two databases with different users. Need to sync my database users, at least for INSERTs. The alert message is from log.class.inc.php and I changed the $msg to mysql_error() so I could see what the error really is. It’s trying to insert into the MODx database with the SMF database user.
Ok, fixed the separate users issue, gave the SMF database user insert, select, delete, update privileges to the MODx database. No more logging error. Also gave the MODx database user rights to the SMF database...just in case.
But users still aren’t logged in to SMF on MODx login.
-
☆ A M B ☆
- 24,524 Posts
Tried to login as newly synched MODx user, says I need an email validation. Must be a configuration issue with SMF? It’s set for Immediate registration.
Went in as smf admin and activated the user, it works fine.
Must have been some kind of glitch with the one user; the others are all already activated.
Very nice. Now to work on their template system...
Quote from: sottwell at Jan 31, 2006, 03:57 AM
Ok, two databases with different users. Need to sync my database users, at least for INSERTs. The alert message is from log.class.inc.php and I changed the $msg to mysql_error() so I could see what the error really is. It’s trying to insert into the MODx database with the SMF database user.
Many thanks susan. I think that’s a bug.
The logError class is using mysql_query instead of $modx->db which means that it will be using the last active Database.
I’ve update the first post with the necessary fixes.
For updates
Click here
If you have already installed beta version you can quickly apply these fixes by updating your plugin and updating your smf.base.class.inc.php file from the above download.
-
☆ A M B ☆
- 24,524 Posts
I’m not allowed to access that section :’(
-
MODX Staff
- 12,272 Posts
(scurries off to see why permissions are goofy...)
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me