Almost there. What is going on here around line 171 of MOS_SMF.php
Code:
// Figure out the password, and load the settings. $user_settings = mysql_fetch_assoc($request); if ($passwd == "" || !isset($passwd)){$passwd = md5($_REQUEST['passwrd']);} // this is for Mambo, later $md5_passwrd = md5_hmac($_REQUEST['passwrd'], strtolower($user_settings['memberName']));
I get this error when trying to log in:
Code:
Fatal error: Call to undefined function: md5_hmac() in /home/httpd/vhosts/goosemoose.com/httpdocs/cfc/Sources/MOS_SMF.php on line 171
No biggie. I have it both the smf mod and the bridge now installed error free. The problem I'm having right now is that login module on the main page is not logging me into this forum as it did before. I have 3 forums and before one login would get me into all 3, but right now it's only getting me into your 1.1a bridge and ortiso bridge. I'm still trying to find the problem though , I have a few ideas.
Just to let you know I'm going through and updating the smf mod a bit for SMF 1.1. One thing I noticed though is that you use replace a lot. Just from experience writing mods, it is much better to use add where you can to keep with upgrades. Several of your replaces fail, where if they had simply been adds then it would still work with the new version of smf.
I have the errors on a unix box running Fedora Core 1. Though, I was changing variable names to edit it for a second and third forum, though I don't think that's the problem.
Code:
Warning: touch(): Unable to create file mh_mambo_smf_update.rdf because Permission denied in /home/httpd/vhosts/goosemoose.com/httpdocs/administrator/components/com_smf4/rdf.php on line 21
Warning: chmod(): No such file or directory in /home/httpd/vhosts/goosemoose.com/httpdocs/administrator/components/com_smf4/rdf.php on line 22
Warning: filemtime(): Stat failed for mh_mambo_smf_update.rdf (errno=2 - No such file or directory) in /home/httpd/vhosts/goosemoose.com/httpdocs/administrator/components/com_smf4/rdf.php on line 34
Warning: fopen(mh_mambo_smf_update.rdf): failed to open stream: Permission denied in /home/httpd/vhosts/goosemoose.com/httpdocs/administrator/components/com_smf4/rdf.php on line 44
Warning: fwrite(): supplied argument is not a valid stream resource in /home/httpd/vhosts/goosemoose.com/httpdocs/administrator/components/com_smf4/rdf.php on line 45
Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/goosemoose.com/httpdocs/administrator/components/com_smf4/rdf.php on line 46
Warning: fopen(mh_mambo_smf_update.rdf): failed to open stream: No such file or directory in /home/httpd/vhosts/goosemoose.com/httpdocs/administrator/components/com_smf4/rdf.php on line 64
Warning: filesize(): Stat failed for mh_mambo_smf_update.rdf (errno=2 - No such file or directory) in /home/httpd/vhosts/goosemoose.com/httpdocs/administrator/components/com_smf4/rdf.php on line 66
Warning: fread(): supplied argument is not a valid stream resource in /home/httpd/vhosts/goosemoose.com/httpdocs/administrator/components/com_smf4/rdf.php on line 66
Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/goosemoose.com/httpdocs/administrator/components/com_smf4/rdf.php on line 67
This is not the problem. I am having the same issue and it is definately 777. I remember Ortiso had the same issue, I don't remember what the fix was. I tried to edit the file manually but what are you using for the checkboxes? "true" ,"1", or 1? Not sure how mambo does it.
None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by MamboHacks.com. Powered by Mambo. All rights reserved. TERMS OF USE