Simple Machines Community Forum

Customizing SMF => Bridges and Integrations => Topic started by: Orstio on January 12, 2008, 08:56:15 PM

Title: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on January 12, 2008, 08:56:15 PM
The bridge for e107 is available on the downloads page:

http://www.simplemachines.org/download/?bridges

Unzip it, and upload the "smf" folder inside to your e107_plugins folder.  Go to your e107 admin panel, and install it as any other e107 plugin.

Once installed, configure the plugin by typing in the absolute path to SMF, and deciding whether or not you want your forum wrapped in the e107 template.

Please report any errors or problems you encounter.

New in the beta version:

- SMF will detect your login from the e107 cookie.  Users will be migrated and logged in to SMF appropriately, automatically.
- Various small bugs fixed.

A special thanks to Harvester for the testing of this bridge.  :)
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: TEOC2 on January 24, 2008, 07:46:47 AM
[SOLVED]
Im having a problem with this, i have the latest e107 and smf installed manually on the same database, compression is OFF in both.

When going to the forum i get a blank page, my path is set as ../www/forum

Heres the forum url,
http://www.chantelweb.co.uk/forum/ (http://www.chantelweb.co.uk/forum/)
And the e107 url,
http://www.chantelweb.co.uk/e107/
(http://www.chantelweb.co.uk/e107/)

I solved this by changing the absolute path to,
/home/mycpanelusername/public_html/forum
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Aeternus on January 28, 2008, 10:55:00 PM
I have a problem with this bridge as well. It installed just fine, and it synchronizes with e107 like a charm, but I can't get the "Wrapped" option to work, all I get is a blank page when it's wrapped. The unwrapped version works just fine.

I'm running e107 0.7.11 and SMF 1.1.4
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Aeternus on January 28, 2008, 11:51:58 PM
Well nevermind my question, I've decided to switch to SMF with TinyPortal altogether :) You still might want to look into it, in case other people have the same issue :)
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on January 29, 2008, 06:51:15 AM
When using a bridge, compressed output needs to be turned off in SMF.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: erlend_sh on January 30, 2008, 06:00:03 AM
I posted a support request about this on the CM's forum, but I guess this place should be better suited.

Quote from: Sadr on January 29, 2008, 12:04:03 PMEarlier I was having problems with the .zip file for the bridge being corrupted. I am no longer experiencing this problem and I can unpack the .zip file without problems. However, when I try to upload the .zip-file directly into the e107 plugins folder, I am met with this error message:
QuoteThe file did not upload. Filename: 'smf_1-1_e107_bridge_1-1_beta_1.zip' Error: The filetype application/x-zip-compressed is not allowed and has been deleted. (1) Admin MessageAn error has occurred, unable to un-archive the file PCLZIP extract error: 'PCLZIP_ERR_MISSING_FILE (-4)'
Am I the one doing something wrong, or is the file not working properly? (I'm doing this on a local host, planning to integrate it with SMF 1.1.4, although that is rather irrelevant seeing as I haven't really reached the point yet where SMF becomes a part of the issue). Is there any other way of adding this plugin? (I tried just pasting in the folder, but it didn't seem to be able to read it then.)
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on January 30, 2008, 06:42:52 AM
QuoteUnzip it, and upload the "smf" folder inside to your e107_plugins folder.

That would indicate you should unzip the file first, then upload its contents.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: quadraxas on February 01, 2008, 06:37:40 PM
hi,
Orstio

i have that white page problem,

i installed smf and e107 on same database and installed the plugin using e107's plugin uploader.

running on localhost,

e107 url: http://localhost/
e107 path: C:\wamp\www

forum url: http://localhost/forum
forum path:C:\wamp\www\forum

i entered this as absolute path : C:\\wamp\\www\\forum

turned of the compressed output on smf, and im still getting a white page both in wrapped and unwrapped mode.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on February 01, 2008, 08:00:22 PM
Are you able to turn on error reporting?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: quadraxas on February 01, 2008, 08:19:43 PM
i set the error_reporting to  E_ALL in php.ini, what should i do now?


EDIT:
also checked the error logs and got these two:

[01-Feb-2008 20:34:05] PHP Warning:  mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\wamp\www\administrator\components\com_smf\admin.smf.php on line 154

[01-Feb-2008 20:34:25] PHP Warning:  Invalid argument supplied for foreach() in C:\wamp\www\administrator\components\com_smf\admin.smf.php on line 493


i tried but couldnt get same errors(or couldnt get them logged)
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on February 01, 2008, 08:59:11 PM
Quote[01-Feb-2008 20:34:05] PHP Warning:  mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\wamp\www\administrator\components\com_smf\admin.smf.php on line 154

[01-Feb-2008 20:34:25] PHP Warning:  Invalid argument supplied for foreach() in C:\wamp\www\administrator\components\com_smf\admin.smf.php on line 493

Those are Mambo errors, not e107 errors....
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: quadraxas on February 01, 2008, 09:05:20 PM
right, yes. tried mambı before e107 sorry.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on February 02, 2008, 06:37:35 AM
Well, without seeing it for myself, and without descriptive error messages, it's impossible t otell what is causing your blank screen.  Blank screen can be an indication of almost anything.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: quadraxas on February 02, 2008, 05:35:11 PM
thank you for your effort Orstio, i already gave up.

SSI FTW!!! :D
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: rigable on February 04, 2008, 09:40:27 AM
I have a bit of a different problem with this bridge.  I was able to unzip and install the bridge with no problems.  when i click on "forum", it takes me to my smf forum... it looks great... everything there functions great, but when i hit "home" from the forum, i just get a white page with a bunch of code on it.

Quote
h="20" align="center">
                  <a href="http://www.billionairebusinessschool.net/membersarea/e107_plugins/smf/smf.php?action=login"><img src="http://billionairebusinessschool.net/forum/Themes/default/images/icons/login.gif" alt="Login" /></a>
               </td>
               <td class="windowbg2" valign="middle">
                  <form action="http://www.billionairebusinessschool.net/membersarea/e107_plugins/smf/smf.php?action=login2" method="post" accept-charset="ISO-8859-1" style="margin: 0;">
                     <table border="0" cellpadding="2" cellspacing="0" align="center" width="100%"><tr>
                        <td valign="middle" align="left">
                           <label for="user"><b>Username:</b><br />
                           <input type="text" name="user" id="user" size="15" /></label>
                        </td>
                        <td valign="middle" align="left">
                           <label for="passwrd"><b>Password:</b><br />
                           <input type="password" name="passwrd" id="passwrd" size="15" /></label>
                        </td>
                        <td valign="middle" align="left">
                           <label for="cookielength"><b>Minutes to stay logged in:</b><br />
                           <input type="text" name="cookielength" id="cookielength" size="4" maxlength="4" value="60" /></label>
                        </td>
                        <td valign="middle" align="left">
                           <label for="cookieneverexp"><b>Always stay logged in:</b><br />
                           <input type="checkbox" name="cookieneverexp" id="cookieneverexp" checked="checked" class="check" /></label>
                        </td>
                        <td valign="middle" align="left">
                           <input type="submit" value="Login" />
                        </td>
                     </tr></table>
                  </form>
               </td>
            </tr>
         </table>
      </div>
   </div>
   </div>

   <div id="footerarea" style="text-align: center; padding-bottom: 1ex;">
      <script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
         function smfFooterHighlight(element, value)
         {
            element.src = smf_images_url + "/" + (value ? "h_" : "") + element.id + ".gif";
         }
      // ]]></script>
      <table cellspacing="0" cellpadding="3" border="0" align="center" width="100%">
         <tr>
            <td width="28%" valign="middle" align="right">
               <a href="http://www.mysql.com/" target="_blank"><img id="powered-mysql" src="http://billionairebusinessschool.net/forum/Themes/default/images/powered-mysql.gif" alt="Powered by MySQL" width="54" height="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout="smfFooterHighlight(this, false);" /></a>
               <a href="http://www.php.net/" target="_blank"><img id="powered-php" src="http://billionairebusinessschool.net/forum/Themes/default/images/powered-php.gif" alt="Powered by PHP" width="54" height="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout="smfFooterHighlight(this, false);" /></a>
            </td>
            <td valign="middle" align="center" style="white-space: nowrap;">
               
      <span class="smalltext" style="display: inline; visibility: visible; font-family: Verdana, Arial, sans-serif;"><a href="http://www.simplemachines.org/" title="Simple Machines Forum" target="_blank">Powered by SMF 1.1.4</a> |
<a href="http://www.simplemachines.org/about/copyright.php" title="Free Forum Software" target="_blank">SMF &copy; 2006-2007, Simple Machines LLC</a>
      </span>
            </td>
            <td width="28%" valign="middle" align="left">
               <a href="http://validator.w3.org/check/referer" target="_blank"><img id="valid-xhtml10" src="http://billionairebusinessschool.net/forum/Themes/default/images/valid-xhtml10.gif" alt="Valid XHTML 1.0!" width="54" height="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout="smfFooterHighlight(this, false);" /></a>
               <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank"><img id="valid-css" src="http://billionairebusinessschool.net/forum/Themes/default/images/valid-css.gif" alt="Valid CSS!" width="54" height="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout="smfFooterHighlight(this, false);" /></a>
            </td>
         </tr>
      </table>
      <script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
         window.addEventListener("load", smf_codeFix, false);
         function smf_codeFix()
         {
            var codeFix = document.getElementsByTagName ? document.getElementsByTagName("div") : document.all.tags("div");

            for (var i = 0; i < codeFix.length; i++)
            {
               if (codeFix.className == "code" && (codeFix.scrollWidth > codeFix.clientWidth || codeFix.clientWidth == 0))
                  codeFix.style.overflow = "scroll";
            }
         }
      // ]]></script>
   </div>
   <div id="ajax_in_progress" style="display: none;">Loading...</div>
</body></html></div></div>
</div>
</div>
</div>
<div class='dbottom'>
<div class='left'></div>
<div class='right'></div>
<div class='center'></div>
</div>
      </div>   </div>   <div id='footer'>      This site is powered by <a href="http://e107.org/" rel="external">e107</a>, which is released under the terms of the <a href="http://www.gnu.org/" rel="external">GNU</a> GPL License.<br />      <br />   </div></div></body></html>HTTP/1.1 302
Date: Mon, 04 Feb 2008 14:36:48 GMT
Server: Apache/1.3.39 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.30 OpenSSL/0.9.7a PHP-CGI/0.1b
X-Powered-By: PHP/5.2.4
Location: news.php
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html

0

Once this happens, i can hit "refresh" on my browser and poof everything comes back up like it should to the home page.  The URL for my site is http://www.billionairebusinessschool.net/membersarea/ (http://www.billionairebusinessschool.net/membersarea/).  Any ideas on this one?  Thanks!

Rich
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on February 04, 2008, 10:19:58 AM
Try bumping up your PHP RAM to 32MB in your php.ini.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: rigable on February 04, 2008, 10:40:55 AM
This may be a dumb question, but where would i find that?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: schleppo on February 11, 2008, 03:44:10 PM
When I create a new "user class" in e107 and assign a member, the "membergroup" gets created automatically in SMF but there are no members assigned.  I then have to manually assign the member again in SMF.  Any idea what would cause this?  I am using SMF 1.1.4 and e107 0.7.10.  Thanks.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on February 11, 2008, 04:30:49 PM
That's odd -- there is nothing in the bridge that would automatically create a new membergroup in SMF based on a user class being created in e107....
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: schleppo on February 11, 2008, 04:38:11 PM
Hmm, so there's not a mechanism in the bridge to allow SMF forum permissions/groups to be managed by e107?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on February 11, 2008, 04:40:15 PM
None.  In fact, if a mechanism is ever created, it will need to either be inside the bridge admin panel, or it will work the opposite way -- e107 permissions/groups would need to be managed by SMF.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: schleppo on February 11, 2008, 05:14:14 PM
Ok, maybe some of the other site admins have some custom code in the works.  I'll check with them.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: ginobili on February 15, 2008, 04:21:28 PM
Hi

I just downloaded the e107 bridge today, and when I go to ("e107_plugins/smf/smf.php") I have this message : 
Quote"The page which you try to see cannot be shown because it uses a type of disabled compression or not supported."
.(sorry for the translation, I'm french ^^)

So how can I make ? Thank you ...
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Kindred on February 15, 2008, 04:28:00 PM
turn OFF compression in SMF admin
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: ginobili on February 15, 2008, 04:42:18 PM
Quote from: Kindred on February 15, 2008, 04:28:00 PM
turn OFF compression in SMF admin

Where is it ? I did'nt find it ! Thank you for your help
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on February 15, 2008, 05:18:35 PM
Go to your SMF admin panel.

Click on Server Settings.

Make sure to uncheck the box labelled "enable compressed output".
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: ginobili on February 15, 2008, 05:27:57 PM
Yess !! Thank you very much!! This works!
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: ian_putra on February 18, 2008, 11:39:17 AM
I have to problems here:

1) how can I just import my e107 avatars to SMF?
2) how to make my "HOME" in SMF my default e107 website page?

Thanks.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Kindred on February 18, 2008, 01:35:44 PM
the doc site (see link above) tells how to add new avatars.

it also tells how to modify the SMF menu buttons... (i.e. change the link in index.template.php)
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: erlend_sh on February 19, 2008, 09:14:53 AM
Is this bridge still under progress, or is the beta version really considered a finished or at least last version? Also, what's gonna happen when 2.0 is released (this goes for all actively supported bridges): Will both support and development go on for the 1.1.4 bridges, or will either or both stop completely?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on February 19, 2008, 05:52:18 PM
QuoteIs this bridge still under progress, or is the beta version really considered a finished or at least last version?

No, still a beta, not final.

QuoteAlso, what's gonna happen when 2.0 is released (this goes for all actively supported bridges): Will both support and development go on for the 1.1.4 bridges, or will either or both stop completely?

Support will continue for the 1.1.x bridges, but development on them will be limited to maintenance releases.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: randyripoff on February 29, 2008, 05:11:14 PM
Hi, is user synchronization supposed to be automatic?  I'm doing a test install with a fresh version of e107 and an existing large SMF forum.  While the plugin installed nicely, it doesn't appear to have migrated the users.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on March 04, 2008, 06:37:37 AM
It willl migrate each user as they each login.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Free Town on March 04, 2008, 03:09:56 PM
its ok but theirs some bugs with the admin smf admins don't become e107 admins automatically.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on March 04, 2008, 06:26:21 PM
No, this beta has no group synchronization at all.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: WarBirD on March 11, 2008, 11:40:20 AM
stupid question, but i am not so experienced in these things.

Lets say my forum is in:
Quote
/home/mydomain/public_html/forum

And my Site (e107) is in:
Quote
/home/mydomain/public_html/site

What would then be the absolute path for the SMF to e107 brigde ?

Don´t want to mess up things. And one more thing, atm my SMF Forum runs with Tiny Portal, and I don´t want to deinstall that until I am sure I have made the bridge thing with e107 working ok, otherwise if it doesnt works i would have to reinstall TP again. So is it a problem if its still in while I try the briding ? I would of course make the Bridiging to "unwrapped" so it would not affect that looks. Or would it ?

I would appreciate any help.
Thank you. ;)

Wolfseye
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on March 11, 2008, 02:44:48 PM
/home/mydomain/public_html/forum


TP may or may not be a problem.  There was a problem with it in the former Joomla bridge, but that doesn't mean that it will be a problem with all bridges.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: WarBirD on March 11, 2008, 07:04:07 PM
I am just asking because since from the e107 Site it would mean the path had to go backwards, or not ?

Quote
../forum

Thats the standard value that I read in the field when I click on the SMF Bridge Plugin in e107 Administration. So you´re sure I just need the path from your last post to in their ?

Wolfseye

P.S: Btw, what Userpermission will user get that I then have like this imported into e107 ? I mean, they keep their old permissions from SMF but what permission will they have in e107 after the bridging ?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on March 11, 2008, 07:42:37 PM
Yes, you need the full absolute path.  The default value is a relative path, which is incorrect.  Your full absolute path is not like anyone else's.

Users migrated from SMF will just have regular user permission in e107.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: WarBirD on March 12, 2008, 04:45:19 AM
Thank you. One last question, which maybe the problem why I think my solution wouldn´t work. Both, SMF Forum and e107 Site are not in the same Database.

That doesn´t work, right ?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on March 12, 2008, 06:36:57 AM
Yes, that works fine, as long as your SMF database user has access to your e107 database, and your e107 database user has access to your SMF database.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: WarBirD on March 12, 2008, 10:49:56 AM
Just to be sure, what I want to do, is to have all my already existing SMF users working with my new e107 Site, so that they´re in the e107 Site, beeing able to login, without registering again in e107 Site.

Is that correct ? Or just the other way around ? Because that woudln´t help me much.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on March 12, 2008, 02:30:25 PM
It is correct, both ways, actually.  As each user logs in, they will be migrated to the other system.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: WarBirD on March 13, 2008, 12:01:39 PM
I did register someone (test) on SMF and tried to login with him into e107, didn´t worked. Also the other way around. And it didnt show me any errors. The users from SMF, should they also now be automatically in e107 userlist ?

After I did set the right path in the Mod´s settings, I did execute:

www.mysite.com/e107site/e107_plugins/smf/smf.php (just example url now)

Was that what I had to do or something else ?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Kindred on March 13, 2008, 02:31:52 PM
a path is not a url.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Jaiibee on May 21, 2008, 05:01:24 AM
http://baseconcept.net/e107_plugins/smf/smf.php

I am having a problem with the style integration, everything else seems fine.
It doesnt appear to be the images, rather the size of the SMF.

Im looking into this now.

EDIT: Changed my style and everything looked fine.

(http://baseconcept.net/images/humor/loldang.jpg)

Thats what I got so far with my board using that style.
Any suggestions?

EDIT2: Doesnt appear to like sidebares :(
EDIT3: Used another style that I customized, it has a larger width and the forum sticks in perfect. hmm..
edit3: Urgh, I'll leave it to tomorrow, not in the mood.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: ice5192 on May 21, 2008, 07:05:24 PM
mine is working fine its just looking very odd take a look for your self


http://www.tacticalgamingclan.us/e107_plugins/smf/smf.php

im bumped  up to 64 mb

the admin area wont show .... ?

whats the easiest why to fix this
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: mohsen_samiay on July 04, 2008, 07:45:05 PM
hi i have a problem ...
i installing e107cms (databasename:e107) with pre name table(e107_) in (localhost/e107)
and then installing SMF (databasename:e107) with pre name table (smf_) in (localhost/e107/smf)
and unchecked enabled compression... in admin
and install smfbridge and addressing it to (smf) and select wrapped and save 
but when i register user in e107 and go to (localhost/e107/smf ) this user is not register !!!
please help me ...!!
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: JTG on July 13, 2008, 11:17:49 PM
I have a small problem. I migrated from vBulletin to SMF and then merged SMF with e107.

Now, I understand that as each member logs in to SMF they will be added to the e107 database and vise verser, however, I logged in as my test username on the forum and when i check the member list on my e107 site, there was indeed a new member, but the member NAME was not listed, only the email address and join date.

Any ideas with this?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on July 13, 2008, 11:42:20 PM
Is there anything in your SMF error log?

If you check the SMF info for that user, is there anything in the realName column?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: JTG on July 14, 2008, 12:21:26 AM
Thanks for the swift response. I am not familiar with what I am looking for so I shall just try copy and paste the errors:

Guest       Today at 21:11:13
e483a1cd7acc51263cb0652c7778c318
http://www.crone-forum.com/site/e107_plugins/smf/smf.php
8: Undefined variable: ID_MEMBER
/home/jtg/public_html/site/e107_plugins/smf/smf.php
347


Guest       Today at 21:11:12
e483a1cd7acc51263cb0652c7778c318
http://www.crone-forum.com/site/e107_plugins/smf/smf.php?action=login2;sa=check;member=2
8: Undefined variable: ID_MEMBER
/home/jtg/public_html/site/e107_plugins/smf/smf.php
347


Guest       Today at 21:11:11
e483a1cd7acc51263cb0652c7778c318
http://www.crone-forum.com/site/e107_plugins/smf/smf.php?action=login2
2: mysql_fetch_row(): supplied argument is not a valid MySQL result resource
File: /home/jtg/public_html/site/e107_plugins/smf/smf.php
Line: 145

Same as above except: Line: 143


Guest       Today at 21:11:11
e483a1cd7acc51263cb0652c7778c318
http://www.crone-forum.com/site/e107_plugins/smf/smf.php?action=login2
8: Undefined variable: ID_MEMBER
/home/jtg/public_html/site/e107_plugins/smf/smf.php
347


Guest       Today at 21:11:00
e483a1cd7acc51263cb0652c7778c318
http://www.crone-forum.com/site/e107_plugins/smf/smf.php
8: Undefined variable: ID_MEMBER
/home/jtg/public_html/site/e107_plugins/smf/smf.php
347

I don't know if any of that makes any sense to you? I know it doesn't to me.

Thanks.

Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on July 14, 2008, 12:34:01 AM
QuoteGuest       Today at 21:11:11
e483a1cd7acc51263cb0652c7778c318
http://www.crone-forum.com/site/e107_plugins/smf/smf.php?action=login2
2: mysql_fetch_row(): supplied argument is not a valid MySQL result resource
File: /home/jtg/public_html/site/e107_plugins/smf/smf.php
Line: 145

That will be the one I was asking about.

Is there anything in the "realName" column for that user in the SMF members database table?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: JTG on July 14, 2008, 12:40:44 AM
Please excuse my ignorance but I'm not entirely sure what you mean.

If you mean in the member list, then yes, the username is displayed on there. Otherwise you'll have to enlighten me as to exactly what you mean. I am new to SMF and wouldn't call myself an expert with forums as it is.

Thanks again.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on July 14, 2008, 12:48:42 AM
SMF can store two fields:  memberName (what you refer to as "user name"), and realName (which is usually the display name).

Do you have PhpMyAdmin?

If so, go to your SMF database, and click on the smf_members table.

Click the Browse tab.

Find the user to which you are referring, and check for a value in the column named "realName".
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: JTG on July 14, 2008, 12:56:47 AM
Ok thanks for that, I understand. Yes, the 'realName' matches that of the 'memberName'.

Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on July 14, 2008, 02:24:14 AM
Hmmm...Then there is no reason for the query to have failed...
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Aquila on July 14, 2008, 07:46:29 AM
Hi, sorry for my english, i'm italian

I confirm. I have the same problem.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Kindred on July 14, 2008, 07:53:04 AM
WHAT same problem?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Aquila on July 14, 2008, 08:00:49 AM
I try to arrange with English maybe I read not good but in italian language there isn't support for this bridge
you try to have patience, thanks

QuoteI logged in as my test username on the forum and when i check the member list on my e107 site, there was indeed a new member, but the member NAME was not listed, only the email address and join date.

Quotethe 'realName' matches that of the 'memberName'.
in phpmyadmin


Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: JTG on July 14, 2008, 07:11:26 PM
Quote from: Aquila on July 14, 2008, 08:00:49 AM
I try to arrange with English maybe I read not good but in italian language there isn't support for this bridge
you try to have patience, thanks

QuoteI logged in as my test username on the forum and when i check the member list on my e107 site, there was indeed a new member, but the member NAME was not listed, only the email address and join date.

Quotethe 'realName' matches that of the 'memberName'.
in phpmyadmin

He has the same problem as me. Any chance of looking in to this? Obviously it isn't a matter of life or death, but it is a very annoying problem.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on July 14, 2008, 07:32:35 PM
Does your SMF database user have access to your e107 database?  Does your e107 database user have access to your SMF database?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: JTG on July 14, 2008, 08:17:00 PM
Right, I created a new member on e107 and that worked fine with SMF. I created a new member on SMF and that user is not recognised on e107.

And as before, a user that was already registered on SMF, when logged in, was 'imported' to e107 but without a user/member name.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on July 14, 2008, 08:19:31 PM
I'm not talking about your members and users in e107 and SMF.

I am referring to your database users.

Did your host supply you with cPanel?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: JTG on July 14, 2008, 08:30:27 PM
Yes, I have cPanel.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on July 14, 2008, 08:32:17 PM
Good.

Then go to your cPanel.

Click on MySQL Databases.

DO NOT PROCEED TO PHPMYADMIN!

Scroll down, and you will see a list of your databases, and a list of your database users.

Make sure your SMF database user has full permissions to your e107 database.

Make sure your e107 database user has full permissions to your SMF database.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: JTG on July 14, 2008, 09:33:48 PM
e107 and SMF are using the same database. I was under the impression, prior to installation that this was ok.

Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on July 14, 2008, 09:41:51 PM
Then it's even more puzzling why the query would fail.

For reference, this is the query that is failing:

$query = mysql_query("
SELECT realName
FROM {$db_prefix}members
WHERE memberName = '" . $username . "'");


If there is a value in realName as well as in memberName, then the query should return a result instead of an error.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: JTG on July 14, 2008, 10:00:55 PM
I can absolutely assure you that memberName matches the realName for this and all of the users.

The other problem, is that when a user registers via SMF and logs in, he is not listed on e107 at all. Only existing members on SMF seem to be listed on e107 once they log in, only minus the member name.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on July 14, 2008, 10:28:14 PM
Can you PM me admin access to SMF and e107?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: alpha-slayer on July 17, 2008, 07:05:55 PM
I finally got this figured out <---complete noob! The problems that I am experiencing now consist of two things. When the forum is wrapped it explodes the sides out and changes the text. This only happens when you login to the site. Viewing it as a guest it looks fine and the template is fine. Any ideas?

Secondly, when the forums are clicked the lgsl menu disappears and an error is displayed:Table 'alphaweb_smf1.e107_lgsl' doesn't exist (Where the gameserver box used to be) The server status box is restored when you exit the forums. Any clues?

Thanks for your help and this is the easiest bridge to install, once you learn how!
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on July 18, 2008, 12:28:15 AM
QuoteWhen the forum is wrapped it explodes the sides out and changes the text. This only happens when you login to the site. Viewing it as a guest it looks fine and the template is fine. Any ideas?

No idea without actually seeing it for myself.

QuoteSecondly, when the forums are clicked the lgsl menu disappears and an error is displayed:Table 'alphaweb_smf1.e107_lgsl' doesn't exist (Where the gameserver box used to be) The server status box is restored when you exit the forums. Any clues?

Your SMF database user does not have access to your e107 database.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: SScrew on September 20, 2008, 05:52:58 PM
Huge thanX to Orstio for bridge! Good job!

I want to ask: your bridge work on cp1251 encoding? Because my E107 works in cp1251 and SMF too.

With respect. SScrew
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on September 20, 2008, 05:54:48 PM
It should.  Let me know if you run into any problems.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: SScrew on September 21, 2008, 03:30:25 PM
Thanks Ortsio, but nevermind for encoding - i was reinstalled software in UTF-8 encoding :)
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on September 21, 2008, 03:46:36 PM
QuoteBridge have i several problems:
1. If delete user in E107 - in SMF this user is doesn't delete
2. If user change "Username" in E107, and then enter to SMF, SMF will create a new user.

That is correct.  User management needs to be handled in the bridged forum, not in e107.  The bridge makes no changes to e107, and won't, so these are things that are not bugs and will not be fixed.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: SScrew on September 21, 2008, 07:53:00 PM
Sorry. Ok, understanded ;)
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: L'AltroWeb on November 09, 2008, 05:19:22 PM
Hi!
I have test in local (with easyphp) this bridge!
e107 is a wonderful cms, smf IMHO is the best forum :)
Absolute Path to SMF = C:/Programmi/EasyPHP 2.0b1/www/forum
@orstio: can you provide a full integration and user synchronization for this bridge?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on November 09, 2008, 05:58:41 PM
Quote@orstio: can you provide a full integration and user synchronization for this bridge?

That's the purpose of the bridge...
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: L'AltroWeb on November 09, 2008, 06:07:39 PM
Yes i know :)
But... (please forgive my question), do you have any idea for necessary time to complete this work?  :-[
PS: sorry for my poor english and thank you very much for all your work.
Kind regards, DarkWolf
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Kindred on November 09, 2008, 08:58:10 PM
??? the bridge is available
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: L'AltroWeb on November 09, 2008, 11:45:30 PM
OK thanks (and sorry).
I've see that wrapped mode isn't very good actually (page not show entirely also with 64MB ram) but unwrapped is perfect!
I've the last problem (with a test nickname from smf)
(http://img91.imageshack.us/img91/4958/displaynamesn2.th.gif) (http://img91.imageshack.us/img91/4958/displaynamesn2.gif)
-
Instead if i register a new ("test") user from e107 i have: Display Name:test; Username:test; Real Name:(empty but present in smf table)
How i can fix?
PS: smf 1.1.7 and e107 v. 0.7.13Ita
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on November 10, 2008, 12:33:05 AM
Handle the user management in the bridged forum, not in the e107 admin panel.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: L'AltroWeb on November 20, 2008, 09:44:27 AM
Ok thanks!
I have installed a test release here: http://darkwolf.altervista.org/smf107/plugins/smf/smf.php
all works fine except same little problem with login function!
If i register a new user on smf i can login (from smf) and automatically i am logged on e107, but after a logout i cant login from e107.
To fix is necessary to go to my profile and edit my password (with the same from smf) after of this all work fine :)
(you can test directly in my test url, fast and easy registration without mail activation)
-
Another small bug is help-admin link:
(http://img243.imageshack.us/img243/9085/helpadmin1ih8.th.gif) (http://img243.imageshack.us/img243/9085/helpadmin1ih8.gif)
Maybe i can fix with a rule on htaccess?
-
Orstio... i have test drupal bridge, i have see that this bridge maintain default forum url (with default url i can use pretty-urls mods.
Can u test to modify your e107 bridge to work with standard url?
Thanks in advance, DarkWolf  :)
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on November 20, 2008, 05:25:30 PM
Are you registering the new user here:

http://darkwolf.altervista.org/smf107/plugins/smf/smf.php?action=register

Or here?

http://darkwolf.altervista.org/smf107/forum/index.php?action=register

QuoteOrstio... i have test drupal bridge, i have see that this bridge maintain default forum url (with default url i can use pretty-urls mods.
Can u test to modify your e107 bridge to work with standard url?

No.  Because my bridges are actual bridges and not integration mods, they make no changes to the SMF files.  Because there are no changes to the SMF files, the stand alone forum is not bridged in any way.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: L'AltroWeb on November 20, 2008, 06:31:28 PM
Quote from: Orstio on November 20, 2008, 05:25:30 PM
Are you registering the new user here:...
I have retest now and all seems to work fine, probably a my error, sorry! :-[
Quote from: Orstio on November 20, 2008, 05:25:30 PM
QuoteOrstio... i have test drupal bridge, i have see that this bridge maintain default forum url (with default url i can use pretty-urls mods.
Can u test to modify your e107 bridge to work with standard url?

No.  Because my bridges are actual bridges and not integration mods, they make no changes to the SMF files.  Because there are no changes to the SMF files, the stand alone forum is not bridged in any way.
but also drupal bridge do not edit any files  :-\
This bridge uses also smf_api_2: http://vgb.org.ru/download  :)
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: SScrew on November 26, 2008, 11:47:57 AM
Any new versions of bridge are available ?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: fr0y0 on December 24, 2008, 06:01:22 PM
Hey guys!

Kudos for your bridge! Its an admin's dream in addition with the converter :)

Now, I have two problems:

First of all, the forums are too wide when I use a custom style. Is there any way I could change that? The default style is perfect fit, but too narrow all in all. So I don't want it the exact same size as the rest of the site, but also not too wide.
http://born2conquer.org/e107_plugins/smf/smf.php <- If you need to take a look at it.

Sencond, when you scroll way down to the donation box (not only there, just an example), you see the € symbols being replaced with something else. It only happens when you view the forum. The rest of the page looks fine. I can imagine this has something to do with a charset setting, but I'm not sure what to do and where to do it.


Thanks in advance!
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on December 24, 2008, 06:58:13 PM
It looks like the theme has a fixed width. Look through the code and css of the theme for the overall width of the body.

The character alteration will be a character set difference between SMF and e107.  Again, check the SMF theme, and also the database collations.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: fr0y0 on December 24, 2008, 07:14:03 PM
After I submitted the post I had one those "..duh!"-moments and had a look at the .css. The width is fine now. Thanks!

The charset settings are a completely different matter. I'm missing a serious amount of PHP and "advanced" HTML coding basics, so I have no idea where to look (as there doesn't seem to be a global charset setting in SMF).
I converted from my old e107 forums. When you do that, you can choose a charset. I got with UTF-8 because my e107 global info in the admin panel also says UTF-8.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on December 24, 2008, 07:19:55 PM
This is from your SMF theme:

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: fr0y0 on December 24, 2008, 07:38:26 PM
Actually no. The theme I'm using right now says <meta http-equiv="Content-Type" content="text/html; charset=', $context['character_set'], '" />

so its no charset in my understanding. I added UTF-8, but no change.

edit: Would've been nice if you said from which file in "my SMF theme" you got that line ;)
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on December 24, 2008, 07:48:26 PM
Sorry, it's from the output of your SMF theme.  Just go to the page, and view source in the browser.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: fr0y0 on December 24, 2008, 07:57:09 PM
I can't find it :( Everywhere I'm viewing the code it says UTF-8, except for one where it says var smf_charset = UTF-8"ISO-8859-1" but that's in the Jave section of the meta stuff.

Is there a chance you can get more specific? I edited the index.template.php file from the theme directory.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on December 24, 2008, 08:02:13 PM
You had the right line in the file in your previous post.

If you want to dig through your code more, $context['character_set'] is returning a value of "ISO-8859-1".
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: fr0y0 on December 24, 2008, 08:09:16 PM
So this means everywhere I see $context['character_set'] its trying to get the charset from somwhere else?
And if so, from where?
The amount of ideas I'm having is proportinal to the number files where the ISO could hide *cries*
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on December 24, 2008, 08:11:33 PM
SMF stores its character set in $context['character_set'].
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: fr0y0 on December 24, 2008, 08:15:43 PM
But that saved value has to come from somewhere, right?
Now I'm also wondering, if I replaced $context['character_set'] with UTF-8 in the theme's template index, why is it still using ISO?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on December 24, 2008, 08:31:23 PM
It's in Load.php:

// Set the character set from the template.
$context['character_set'] = empty($modSettings['global_character_set']) ? $txt['lang_character_set'] : $modSettings['global_character_set'];
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: fr0y0 on December 24, 2008, 08:42:11 PM
There it says UTF-8
// Set the character set from the template.
$context['character_set'] = empty($modSettings['global_character_set']) ? $txt['lang_character_set'] : $modSettings['global_character_set'];
$context['utf8'] = $context['character_set'] === 'UTF-8' && (strpos(strtolower(PHP_OS), 'win') === false || @version_compare(PHP_VERSION, '4.2.3') != -1);
$context['right_to_left'] = !empty($txt['lang_rtl']);

$context['tabindex'] = 1;

Or do I have to change something in there?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: fr0y0 on December 25, 2008, 12:34:00 PM
Another question: When I set the forum to wrapped mode, there is a box around it, with a title on top. Just like the boxes you see on my site (born2conquer.org). Is there a way to remove that box and just keep the header (banner and top menu?)
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on December 25, 2008, 01:42:50 PM
It does not say UTF-8.

// Set the character set from the template.
$context['character_set'] = empty($modSettings['global_character_set']) ? $txt['lang_character_set'] : $modSettings['global_character_set'];


What this line means in English:

If there is no value in $modSettings['global_character_set'], then put $txt['lang_character_set'] into $context['character_set'].  If there is a value in $modSettings['global_character_set'], then put it into $context['character_set'].


$context['utf8'] = $context['character_set'] === 'UTF-8' && (strpos(strtolower(PHP_OS), 'win') === false || @version_compare(PHP_VERSION, '4.2.3') != -1);

What this line means in English:

If $context['character_set'] is EXACTLY 'UTF-8', and the PHP and OS settings and versions allow it, then go ahead and use UTF-8.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on December 25, 2008, 01:44:36 PM
Quote from: fr0y0 on December 25, 2008, 12:34:00 PM
Another question: When I set the forum to wrapped mode, there is a box around it, with a title on top. Just like the boxes you see on my site (born2conquer.org). Is there a way to remove that box and just keep the header (banner and top menu?)

Edit your theme/template.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: fr0y0 on December 25, 2008, 04:55:34 PM
Thanks for the clarification of the charset code. Although I alerady got it fixed.

And I already know, that I might have to edit the site's template in order to change something regarding the looks of stuff... I may have less knowledge of coding, but I'm not a total idiot, you know? ;) What I was hoping for, is a pointer in the right direction. You don't have to be afraid that I'm demanding a step-by-step tutorial. I just need to know WHERE to change things. How and what to change I can figure out myself. Always did it that way for PHP/CSS coding.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: SScrew on December 29, 2008, 05:36:48 AM
It would be quite good to add one option in bridge settings:
Connect E107 CSS or Not connect E107 CSS. because without this option, the forum structure is broken (тot correct display of fonts, not correct imposition etc.).
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: tehdisco on May 19, 2009, 08:15:28 PM
Hey guys love the mod, and especially love SMF.
I have recently opened a new site with E107 and SMF as I feel im season in the SMF world including SQL DB stuff. I have the plugin installed to my absolute path, both are on the same DB with seperate prefixes on the tables. However, I get a blank area in both wrapped and unwrapped mode. I have no access to my php.ini. Any suggestions?

TY in advance.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on May 20, 2009, 01:47:50 AM
Version of SMF?

URL?

Did you turn off compressed output in SMF?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: tehdisco on May 20, 2009, 01:51:16 AM
smf 1.1.7
compressed is off
URL is www.fragnostic.com
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: tehdisco on May 20, 2009, 01:56:36 AM
i broke my forums just now too of coarse, typing in the dark. Under server settings where it asked the path to the forums and was set to fragnostic.com, i mistaking set it to www/fragnostic.com now i cant access admin lawl.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on May 20, 2009, 01:58:56 AM
A path is not a URL.  When you are asked for a path, it is a server path, which looks nothing like the URL.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: tehdisco on May 20, 2009, 02:02:20 AM
sorry yeah i misread the post as i just finished breaking my install.

/home/onlineo1/public_html/fragnostic.com/forum

You asked for the URL not the path.

* Sorry the forums breaking was a result of me screwing them up just a min ago after you responded to my question. I can reinstall SMF and likely will because I could be something I did in the initial setup. I am going to try that right now and we will see whats happens.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on May 20, 2009, 02:09:45 AM
Yes, I did ask for a URL.

I was responding to the seeming confusion in your post:

Quote from: tehdisco on May 20, 2009, 01:56:36 AM
i broke my forums just now too of coarse, typing in the dark. Under server settings where it asked the path to the forums and was set to fragnostic.com, i mistaking set it to www/fragnostic.com now i cant access admin lawl.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: tehdisco on May 20, 2009, 02:12:57 AM
Sorry, its late and im a little over tired. My apologies for the confusion. Forget the forums broken part. heres a run down of the situation.
My URL: www.fragnostic.com
Forums Install Dir: /forum
Path to forums:  /home/onlineo1/public_html/fragnostic.com/forum
SMF Version: 1.1.8
Both E107 and SMF on the same DB? Yes
Full Access to the DB? Yes
SMF set to compressed? No.

Issue? White Screen, the SMF and e107 arent sharing the same user tables either.

Thanks for the patience.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on May 20, 2009, 07:00:52 AM
Anything in your site error log?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: tehdisco on May 20, 2009, 11:22:45 AM
From E107? I have no idea where to find error logs there.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on May 20, 2009, 07:57:55 PM
Do you have cPanel?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: tehdisco on May 20, 2009, 10:09:02 PM
indeed I do.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on May 21, 2009, 12:12:54 AM
You know that there is an error log in your cPanel?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: tehdisco on May 21, 2009, 06:18:57 PM
[Thu May 21 17:17:41 2009] [error] [client 99.236.114.37] File does not exist: /home/onlineo1/public_html/fragnostic.com/e107_themes/LostCity/images/bleft.png, referer: http://fragnostic.com/e107_themes/LostCity/nav_menu.css
[Thu May 21 16:55:41 2009] [error] [client 71.188.247.192] File does not exist: /home/onlineo1/public_html/fragnostic.com/e107_themes/LostCity/images/bleft.png, referer: http://fragnostic.com/news.php
[Thu May 21 16:55:41 2009] [error] [client 71.188.247.192] File does not exist: /home/onlineo1/public_html/fragnostic.com/e107_themes/LostCity/images/bleft.png, referer: http://fragnostic.com/news.php
[Thu May 21 16:54:53 2009] [error] [client 71.188.247.192] File does not exist: /home/onlineo1/public_html/images/consoles/bg_pc.png, referer: http://www.onlineownage.com/
[Thu May 21 16:54:53 2009] [error] [client 71.188.247.192] File does not exist: /home/onlineo1/public_html/mediaplayer.swf, referer: http://www.onlineownage.com/
[Thu May 21 16:54:53 2009] [error] [client 71.188.247.192] File does not exist: /home/onlineo1/public_html/mediaplayer.swf, referer: http://www.onlineownage.com/
[Thu May 21 14:59:09 2009] [error] [client 66.249.71.8] File does not exist: /home/onlineo1/public_html/images/consoles/bg_pc.png
[Thu May 21 14:22:51 2009] [error] [client 98.214.43.187] File does not exist: /home/onlineo1/public_html/fragnostic.com/e107_themes/LostCity/images/bleft.png, referer: http://www.fragnostic.com/e107_themes/LostCity/nav_menu.css
[Thu May 21 14:22:48 2009] [error] [client 98.214.43.187] File does not exist: /home/onlineo1/public_html/fragnostic.com/e107_themes/LostCity/images/bleft.png, referer: http://www.fragnostic.com/e107_themes/LostCity/nav_menu.css


Is all I see.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on May 21, 2009, 06:29:41 PM
How about now?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: tehdisco on May 21, 2009, 06:32:25 PM
[Thu May 21 17:29:17 2009] [error] [client 89.242.101.51] File does not exist: /home/onlineo1/public_html/images/consoles/bg_pc.png, referer: http://onlineownage.com/
[Thu May 21 17:29:17 2009] [error] [client 89.242.101.51] File does not exist: /home/onlineo1/public_html/mediaplayer.swf, referer: http://onlineownage.com/
[Thu May 21 17:23:15 2009] [error] [client 99.236.114.37] File does not exist: /home/onlineo1/public_html/images/consoles/bg_pc.png, referer: http://onlineownage.com/
[Thu May 21 17:23:14 2009] [error] [client 99.236.114.37] File does not exist: /home/onlineo1/public_html/mediaplayer.swf, referer: http://onlineownage.com/
[Thu May 21 17:21:30 2009] [error] [client 99.236.114.37] File does not exist: /home/onlineo1/public_html/fragnostic.com/e107_themes/LostCity/images/bleft.png, referer: http://fragnostic.com/e107_themes/LostCity/nav_menu.css
[Thu May 21 17:21:26 2009] [error] [client 99.236.114.37] File does not exist: /home/onlineo1/public_html/fragnostic.com/e107_themes/LostCity/images/bleft.png, referer: http://fragnostic.com/e107_themes/LostCity/nav_menu.css
[Thu May 21 17:20:45 2009] [error] [client 99.236.114.37] File does not exist: /home/onlineo1/public_html/fragnostic.com/e107_themes/LostCity/images/bleft.png, referer: http://fragnostic.com/e107_themes/LostCity/nav_menu.css
[Thu May 21 17:20:43 2009] [error] [client 99.236.114.37] File does not exist: /home/onlineo1/public_html/fragnostic.com/e107_themes/LostCity/images/bleft.png, referer: http://fragnostic.com/e107_themes/LostCity/nav_menu.css
[Thu May 21 17:17:41 2009] [error] [client 99.236.114.37] File does not exist: /home/onlineo1/public_html/fragnostic.com/e107_themes/LostCity/images/bleft.png, referer: http://fragnostic.com/e107_themes/LostCity/nav_menu.css
[Thu May 21 16:55:41 2009] [error] [client 71.188.247.192] File does not exist: /home/onlineo1/public_html/fragnostic.com/e107_themes/LostCity/images/bleft.png, referer: http://fragnostic.com/news.php
[Thu May 21 16:55:41 2009] [error] [client 71.188.247.192] File does not exist: /home/onlineo1/public_html/fragnostic.com/e107_themes/LostCity/images/bleft.png, referer: http://fragnostic.com/news.php
[Thu May 21 16:54:53 2009] [error] [client 71.188.247.192] File does not exist: /home/onlineo1/public_html/images/consoles/bg_pc.png, referer: http://www.onlineownage.com/
[Thu May 21 16:54:53 2009] [error] [client 71.188.247.192] File does not exist: /home/onlineo1/public_html/mediaplayer.swf, referer: http://www.onlineownage.com/
[Thu May 21 16:54:53 2009] [error] [client 71.188.247.192] File does not exist: /home/onlineo1/public_html/mediaplayer.swf, referer: http://www.onlineownage.com/
[Thu May 21 14:59:09 2009] [error] [client 66.249.71.8] File does not exist: /home/onlineo1/public_html/images/consoles/bg_pc.png
[Thu May 21 14:22:51 2009] [error] [client 98.214.43.187] File does not exist: /home/onlineo1/public_html/fragnostic.com/e107_themes/LostCity/images/bleft.png, referer: http://www.fragnostic.com/e107_themes/LostCity/nav_menu.css
[Thu May 21 14:22:48 2009] [error] [client 98.214.43.187] File does not exist: /home/onlineo1/public_html/fragnostic.com/e107_themes/LostCity/images/bleft.png, referer: http://www.fragnostic.com/e107_themes/LostCity/nav_menu.css

Keep in mind the issue is at fragnostic.com not onlineownage.com fragnostic is an addon domain.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on May 21, 2009, 08:11:39 PM
Can you PM me a user/password to the e107 admin panel?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: tehdisco on May 21, 2009, 08:39:40 PM
Sent
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on May 21, 2009, 08:55:46 PM
Thanks, but I need to be able to access the admin panel.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: tehdisco on May 21, 2009, 11:47:08 PM
Sorry, its fixed now.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on May 22, 2009, 02:52:37 AM
I'll also need to be able to access the plugin settings in the admin panel.  If you want to keep it specific, I really only need access to the SMF bridge plugin.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: tehdisco on May 22, 2009, 03:08:13 AM
That should be all set now :)
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on May 22, 2009, 07:08:27 PM
Great.  Can I see a phpinfo?

What is phpinfo.php? (http://www.simplemachines.org/community/index.php?topic=18250.0)
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: tehdisco on May 22, 2009, 10:22:28 PM
www.onlineownage.com/phpinfo.php
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on May 22, 2009, 10:32:30 PM
Can I get a phpinfo from the fragnostic.com domain?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: tehdisco on May 22, 2009, 10:34:22 PM
Sorry i assumed it would be the same because its hosted as an addon domain.
www.fragnostic.com/phpinfo.php
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on May 22, 2009, 10:46:36 PM
If you FTP in to your e107_plugins/smf directory, is there a file named error_log there?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: tehdisco on May 22, 2009, 10:48:43 PM
No, sorry.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on May 22, 2009, 11:02:50 PM
OK, how about just in the root directory of fragnostic.com?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: tehdisco on May 22, 2009, 11:05:03 PM
Sadly, nothing.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on May 22, 2009, 11:09:40 PM
That's strange, because your phpinfo indicates it logs errors in error_log.

Well, I'm down to one of three things:

1)  32M of RAM is not large enough.  Do you know how to increase it?

2)  You think you installed SMF and e107 in the same database, but actually did not.  Can you confirm that your database name, username, and password are EXACTLY the same for both?

3) You have a SMF mod installed that is somehow causing your bridge to fail.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: tehdisco on May 22, 2009, 11:11:35 PM
i cant change the ram settings
same DB im 99% sure.
no mods installed on SMF.

I guess this is a lost cause.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on May 22, 2009, 11:33:56 PM
Are you sure you can't increase it?

There are instructions earlier in this topic about how to increase your RAM size by php.ini and .htaccess.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: tehdisco on May 23, 2009, 12:22:16 AM
I was told by my host i wasnt allowed due to it being a shared environment.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: tehdisco on June 07, 2009, 12:42:12 PM
Its too bad this wont work. I was really looking forward to it.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: rld1025 on June 09, 2009, 07:23:23 PM
Hi,

I installed SMF 1.1.9 and e107, and the bridge.  If I register a user using the e107 signup.php the user is not added to smf.  If I register the user in the wrapped smf, the user is registered on e107 but has to log on to both e107 and smf (at least once, I guess a cookie is set then). 

Is this the way this bridge should work?  Do I need to have everyone register on the site through SMF?  Should I remove the signup.php link in the e107 home page?

Thanks
Bob
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on June 09, 2009, 08:12:28 PM
URL?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: rld1025 on June 10, 2009, 08:42:16 AM
Thanks for the fast reply.. the site is at:

http://A51.e-clans.com (http://a51.e-clans.com)

and you can see phpinfo here if needed (http://a51.e-clans.com/phpinfo.php)
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on June 10, 2009, 08:29:47 PM
Part of your problem may be that you are running out of RAM.  This is a common issue with e107.

In SMF, do you have subdomain independent cookies turned on?

What did you use as the path to SMF in your e107 admin panel?

Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: rld1025 on June 10, 2009, 08:57:24 PM
subdomain independant cookies are: now turned on, they were not.

the path to the smf from the bridge plugin settings is:  ../../forum
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on June 10, 2009, 09:01:19 PM
You need to use an absolute path, not a relative path.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: rld1025 on June 10, 2009, 09:17:30 PM
Thanks... my mistake for not paying attention.  seems to work good now :)
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: rld1025 on June 12, 2009, 08:25:59 AM
Oristo,

The login function is working now but after going to my forum and trying a few different things, I have lost some functions.

1.  If I try to modify a post within the wrapped forum there is no "Save" or "Preview" button displayed, so I am unable to modify.
2.  Same problem when creating new topics within the wrapped forum.
3.  If I go to the admin section and need to verify my password within the wrapped forum, there is no "Password" box for me to do this.
4.  Other areas of the admin section are not displaying.

Any suggestions on this?

Thanks
4. 
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on June 12, 2009, 11:28:29 AM
Your pages are not fully rendering because you're running out of RAM.  I see you've moved it up to 128M already, which should be enough. 

The only other suggestions I can make are:

Try to reduce the number of blocks on the forum page. 

Use SMF in unwrapped mode, and modify your SMF theme to match your e107 template.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: xdakotax on June 30, 2009, 01:38:33 PM
Hi Orstio,

Firstly thank you for all your hard work.
I have been messing around with your bridge for the past couple of hours along with reading most of the posts here.

The combined system seems to be working great but I have this major annoyance especially when logging out or clicking "home" on the site e107 menu the page then turns to output the source code (or part of it) instead of loading the actual page.
Upon reloading/refresh the page loads up fine.

I have read in your posts that this is due to a RAM issue however after checking with my host I am current set to 64MB.

SMF version: 1.1.4
Bridge: smf_1-1_e107_bridge_1-1_beta_1
E107: e107_v0.7.15_full

When you get some time I would really appreciate it if you could shed any more light on this issue?

Thank you in advance!
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: fwhsdesigns on August 21, 2009, 11:00:15 AM
I have read this thread from top to bottom. Increased my Memory to 64, Turned off compress in both e107 and smf. When in wrapped mode not getting the page to display, when in unwrapped no problems.

Can any one help please?

website is http://www.fwhsdesigns.com

I also noticed when clicking on anything to go to different part of the forum I get an extra e107_plugins/ in the address.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on August 21, 2009, 05:05:40 PM
All I get is your site maintenance message:

http://www.fwhsdesigns.com/sitedown.php (http://www.fwhsdesigns.com/sitedown.php)
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: fwhsdesigns on August 21, 2009, 05:54:49 PM
Site is backup, was fixing a corrupted download
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on August 21, 2009, 06:41:29 PM
What did you use as the path to SMF in your bridge config?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: fwhsdesigns on August 21, 2009, 08:30:34 PM
/home/users/web/b261/d5.fwhsdesigns/public_html/fwhsdesigns/smf
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on August 21, 2009, 09:37:00 PM
Does your e107 database user have access to your SMF database?  Does your SMF database user have access to your e107 database?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: fwhsdesigns on August 21, 2009, 11:37:20 PM
they are both installed using the same database. I had to set up a dummy admin account to install and was able to access using my e107 log in then I logged in using the dummy admihn account made myself the admin and was able to delete the dummy admin.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on August 21, 2009, 11:42:22 PM
Well, if you're sure that both sets of tables are in the same database, then I am at a loss.  The best I can suggest is to modify your SMF theme to match your e107 template, and use it in unwrapped mode.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: fwhsdesigns on August 21, 2009, 11:49:19 PM
I was afraid of that. I also had issues with Phpbb3 integration on the site too.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: WhiteKnight30303 on August 27, 2009, 09:27:02 AM
My bridge is mostly working, but I have a couple of problems.
1) I had two accounts, both named WhiteKnight, one on my SMF and one on my e107, both administrators. I then installed the bridge. When I logged into my e107, it created a new user on SMF with the name [email protected]. I cannot log in with my administrator account unless I log out of e107 first, which makes sense. Is there some way for me to link my e107 and SMF accounts together, so it does not try to make me a new account on the other?
2) My SMF database does not have access to my e107 database. How would I go about fixing that?

Thanks.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: fsh on November 02, 2009, 03:27:18 PM
I'm using smf bridge for e107 and I'm getting an error where the 'rwar' menu should be located

Table '013clan_forums.e107_rwar' doesn't exist

Anywhere else the menu item works fine

Also, there is a GameTracker that doesn't work either with the smf plugin. Is there a way to disable allmost every plugin when using the smf-plugin. I mean that you couldn't see any rwar or anything, when using smf plugin as wrapped.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: PSPx000 on November 26, 2009, 10:48:58 PM
Can any one help, ?

What if SMF is at
www*exampleFORUM*com

and e107 is at
www*example*com

Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on November 26, 2009, 11:18:28 PM
Then you're SOL.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: deltree on January 08, 2010, 02:17:49 PM
Hello all... I need some help!

I have a little problem when I try syncronize my e107 with the smf_members table... let me try explain it to you:

1) I had edit the e107 file "\usersettings.php" this is the file that edit the e107 members profile, and then I did have include this few code lines bellow:
Quote
// File name: \usersettings.php

            if ($sql->db_Select('user', '*', "user_id = '" . intval($inp) . "'")) {
                $xrow = $sql->db_Fetch();
                $xuser_email = $xrow['user_email'];
                $xuser_name = $xrow['user_name'];
                $xuser_loginname = $xrow['user_loginname'];
                if (ADMIN && getperms("4")) {
                    $xuser_loginname = $tp->toDB($loginname);
                }
            }

            $sql->db_Update("user", "{$new_username} {$pwreset} " . $sesschange . ", user_email='" . $tp->toDB($_POST['email']) . "', user_signature='" . $_POST['signature'] . "', user_image='" . $tp->toDB($_POST['image']) . "', user_timezone='" . $tp->toDB($_POST['timezone']) . "', user_hideemail='" . $tp->toDB($_POST['hideemail']) . "', user_login='" . $_POST['realname'] . "' {$new_customtitle}, user_xup='" . $tp->toDB($_POST['user_xup']) . "' WHERE user_id='" . intval($inp) . "' ");

           // SMF Forum
           $xquery = "SELECT ID_MEMBER, realName, memberName, emailAddress FROM `smf_members` WHERE emailAddress='" . $xuser_email . "' LIMIT 0,1";
           $xsql = mysql_query($xquery) or die(mysql_error());
           if ($xrow = mysql_fetch_array($xsql)) {
              $ID_Forum = $xrow['ID_MEMBER'];

              $xquery = "UPDATE smf_members SET realName='" . $new_usern . "', memberName='" . $tp->toDB($xuser_loginname) . "', emailAddress='" . $tp->toDB($_POST['email']) . "' WHERE ID_MEMBER='" . $ID_Forum . "' ";
              $xsql = mysql_query($xquery) or die(mysql_error());

              // Update CLAN ROSTER
              $xquery= "SELECT clan_roster_id, clan_roster_tag FROM `" . MPREFIX . "clan_roster` WHERE clan_roster_id='" . intval($inp) . "'";
              $xsql = mysql_query($xquery) or die(mysql_error());

              if ($xrow = mysql_fetch_array($xsql)) {
                 $xname = $row['clan_roster_tag'];
                 if ($xname != $username) {
                    $xquery= "UPDATE ".MPREFIX."clan_roster SET clan_roster_tag='" . $tp->toDB($username) . "' WHERE clan_roster_id='" . intval($inp) . "'";
                      $xsql = mysql_query($xquery) or die(mysql_error());
                 }
               }
             }

* The problem is... when a member try make some changes on the e107 profile's, such as ("user_name", "user_loginname" and "user_email"), this routine and try do update it on the smf_members database and it's create a new register on the smf_memebers, so at the end I have double registers of the same member on the smf_memebrs db! (Why it didn't just updated the table "smf_members"?)

What I am doing wrong here??? (note: I already have the "smf_1-1_e107_bridge_1-1_beta_1" on my e107; and its works fine atm, but I just wish synchronize some few fields with my own site when some member wish change it!)



* Forum version: SMF 1.1.8
* e107 version: 0.7.5
* The SMF data works fine on the same e107 database.
* My Website is: geforceelite.com
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on January 08, 2010, 04:21:41 PM
$new_usern  should be $new_username ?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: deltree on January 10, 2010, 06:36:15 PM
Quote from: Orstio on January 08, 2010, 04:21:41 PM
$new_usern  should be $new_username ?

No, it's correct... but I'm still have the same problem, do u have an idea about why it's happen?

* Note: I am not an expert in PHP/MySQL, so... maybe I am use the wrong MySQL command lines to updated the smf_members table, sorry for my ignorance here, but I really dont know what to do, and also if this code script that I was wrote is correctly?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Orstio on January 10, 2010, 06:59:48 PM
If you want to use field names from query output, you should use mysql_fetch_assoc instead of mysql_fetch_array.  Not sure about your server config, so maybe it works as well with array, but it's better form to use assoc.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: deltree on January 11, 2010, 03:33:43 AM
Could you give me some examples about what u mean, pls? cos, I dont know how works this commands (mysql_fetch_assoc instead of mysql_fetch_array) and also I don't know how to do for use the assoc in MySQL.

Thx in Advance!
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: WhiteKnight30303 on January 16, 2010, 03:57:56 PM
I've installed this bridge on several of my websites, but I'm having trouble getting it to work on this particular one:

http://www.pixel-gamers.com/forums (http://www.pixel-gamers.com/forums)

The quote buttons no longer work on the forum, and regardless of your preference settings, it refuses to take you back to the topic you just posted on after you post.

Edit1:
I checked the error log and found it filled with 135 pages of the following error repeating:

Quote from: Error Log
Guest    Today at 12:45:56 AM
http://www.pixel-gamers.com/e107_plugins/smf/smf.php?board=7.0
8: Undefined variable: ID_MEMBER
/home/<removed>/public_html/e107_plugins/smf/smf.php
347
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Wajalot on January 27, 2010, 02:58:33 PM
Hi

I installed e107 in http://teo2.wajalot.net and smf in http://teo2.wajalot.net/forum, the bridge seems works properly but is not true cause the wrap call itself many times.... Where is the problem?

Thanks in advance.

I don't know what I´ve done, but now works perfect.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Foghorn Leghorn on March 08, 2010, 05:08:09 PM
Hello,

Is there any chance to get the bridge working, while the forum is in subdomain?
ex:
e07=> http*www.my-domain.xx/
SMF=> http*www.forum.my-domain.xx/

Thanks in advance for any help or suggestions :)
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Kindred on March 08, 2010, 05:49:30 PM
I do not think so...
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Bruno36 on June 08, 2010, 08:19:41 AM
Hello!

I install the bridge, when I click on a blank page I  http://www.scooter-chinois-4t.com/e107_plugins/smf/smf.php I have a blank page
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: brianhill1980 on April 02, 2011, 04:20:48 PM
I cannot get the bridge to work with e107 v0.7.24 and e107 Bridge 1.1 beta.

When I install the script, I try to go to the configuration page and I I get this error.

QuoteInternal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Looking into the error log on the server, this is the message I get.

Quote[Sat Apr  2 13:18:46 2011] [error] [client 96.48.205.171] File does not exist: /home/letha6/public_html/500.shtml
[Sat Apr  2 13:18:46 2011] [error] [client 96.48.205.171] Premature end of script headers: /home/letha6/public_html/home/e107_plugins/smf/admin_smf_config.php
SoftException in Application.cpp:256: File "/home/letha6/public_html/home/e107_plugins/smf/admin_smf_config.php" is writeable by group
[Sat Apr  2 13:17:07 2011] [error] [client 96.48.205.171] malformed header from script. Bad header=Not Modified: /home/letha6/public_html/site/forum/download/file.php
[Sat Apr  2 13:17:07 2011] [error] [client 96.48.205.171] malformed header from script. Bad header=Not Modified: /home/letha6/public_html/site/forum/download/file.php
[Sat Apr  2 13:17:07 2011] [error] [client 96.48.205.171] malformed header from script. Bad header=Not Modified: /home/letha6/public_html/site/forum/download/file.php
[Sat Apr  2 13:17:07 2011] [error] [client 96.48.205.171] malformed header from script. Bad header=Not Modified: /home/letha6/public_html/site/forum/download/file.php
[Sat Apr  2 13:17:07 2011] [error] [client 96.48.205.171] malformed header from script. Bad header=Not Modified: /home/letha6/public_html/site/forum/download/file.php

Any help would be appreciated.
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: SilverKnight on May 30, 2011, 12:28:56 AM
Is there a 2.0 bridge?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Kindred on May 30, 2011, 09:07:55 AM
not at the moment
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: achtung on July 19, 2011, 12:28:35 PM
Is anyone working on a bridge for 2.0?
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: zachdude on July 26, 2012, 04:18:23 AM
I install the bridge but it doesn't work. I have tried using the default ../forum path, and the full path (e.g. /public_html/blah/forum) and IDK what I'm doing wrong...

you can try it at http://atl.brutalbrainwork.com
Title: Re: Bridge SMF 1.1 e107 beta 1
Post by: Kindred on July 26, 2012, 07:20:16 AM
well, first of all - doesn't work is hardly a useful statement. HOW is is not working? error messages?

second, smf version? e107 version?

third, as you might have noticed if you read the rest of this thread, this bridge is not actually fully functional and has some issues at the moment.