News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

e107 bridge

Started by tbobker, April 06, 2007, 03:52:03 PM

Previous topic - Next topic

tbobker

Is the e107 bridge as easy to install as joomla? and does it still integrate the smf forum directly as a module like joomla?

I have smf in a directory off the root, so when i install e107 in the root is there a way to still redirect to the smf forum until i get e107 ready?

Orstio

QuoteIs the e107 bridge as easy to install as joomla?

e107 modules require that you upload the contents of the module to the e107_modules folder, and then install the module in the e107 admin panel, so not quite the same as Joomla.

Quoteand does it still integrate the smf forum directly as a module like joomla?

Yes.

QuoteI have smf in a directory off the root, so when i install e107 in the root is there a way to still redirect to the smf forum until i get e107 ready?

You can probably set up an index.html with a meta redirect in it.

morten5t

Quote from: Orstio on April 06, 2007, 10:42:23 PM
QuoteIs the e107 bridge as easy to install as joomla?

e107 modules require that you upload the contents of the module to the e107_modules folder, and then install the module in the e107 admin panel, so not quite the same as Joomla.

Quoteand does it still integrate the smf forum directly as a module like joomla?

Yes.

QuoteI have smf in a directory off the root, so when i install e107 in the root is there a way to still redirect to the smf forum until i get e107 ready?

You can probably set up an index.html with a meta redirect in it.

i downloaded the brigde from this site and it doesnt work... it just go to a smf.php -.-

Orstio

Did you install and configure the bridge module in the e107 admin panel?

Did you get the absolute path to SMF correct in the bridge module config?

morten5t

Quote from: Orstio on April 07, 2007, 04:55:51 PM
Did you install and configure the bridge module in the e107 admin panel?

Did you get the absolute path to SMF correct in the bridge module config?

as i understand the smf forum folder have to be in the smfbrigde plugin folder in e107 otherwise it will always go to the smf.php

also a question, in e107, the bridge plugin shows there is a upgrade available :P

Orstio

The smf.php is the bridge.  If you are not at the smf.php, you are not using the bridge.

morten5t

Quote from: Orstio on April 08, 2007, 09:44:35 PM
The smf.php is the bridge.  If you are not at the smf.php, you are not using the bridge.
¨

what i did was uploading the bridge to the e107 plugin folder. then i went to the plugin manager and installed it. it asked me for a path. it want the absolute path from the plugin folder or? because i kinda didnt understand it.

Orstio

Quotewhat i did was uploading the bridge to the e107 plugin folder. then i went to the plugin manager and installed it. it asked me for a path. it want the absolute path from the plugin folder or? because i kinda didnt understand it.

The plugin is not the forum.  You need to enter the absolute path to the forum.

olden

Hi to all, i have install the e107 bridge to with the option wrapper, that works fine on the start page, but when i go further then it dont stay in the wrap it acts like its unwrapped. Also i want to ask if somebody can explane me in a simple-way how or what i must do? that SMF-database and the e107-database compare.

bvd Jan

Orstio

QuoteHi to all, i have install the e107 bridge to with the option wrapper, that works fine on the start page, but when i go further then it dont stay in the wrap it acts like its unwrapped.

Can I see the URL?

olden

On this moment it don't wrap at all, when i click the form i only see this :  <link rel="contents" href="http://www.mab
unwrapped works perfectly!

This is the URL:  http://www.mabaji20.dyndns.org [nofollow]

And thanks for your quick reaction!

Orstio

Thanks.  It looks like you are running out of RAM on the page load.  For e107 and SMF, you should bump up the PHP RAM to 32MB.

Add this to your .htaccess:

php_value memory_limit 32M


olden

Hi thank you for your reply! but can you also tell me where i can find the .htaccess, i can't find it!

Orstio

If there isn't one, you'll need to create it.

Just create a text file, with that line in it, and save it as .htaccess.  Some text editors won't let you save it that way, which is fine -- just save it as htaccess.txt, and then after uploading it to your site, rename the uploaded file to .htaccess.

olden

And where must i put that file? in the direct. of smf ?

Orstio

You'd be best to put it in your e107 root folder.

olden

Thank you again! i go try it!

olden

I have done like you tell me! but i see no changes! when i click the forum everything looks well, but when i go in the forum it is not wrapped!
Maybe you have other suggestions? i like to here them!

Anyway thanks for your replys!

Regards Jan

Orstio

It doesn't seem to have worked -- the forum is still not loading completely for me and the code is being cut off as if the RAM is exhausted.

You may need to contact your host to get the RAM bumped up to 32MB.

olden

My site in on my own server! so that is no problem, but i don't know how i can the RAM bumped up to 32MB?

Regards

Orstio

In php.ini search for "memory_limit = 8M" and replace it with  "memory_limit = 32M".

olden

Hi Orstio, thanks for your reply! i have replace the memory_limit to 32M in the php.ini but still get the same results! When i click the forum everything looks well, but when i go in the forum it is not wrapped!

Do you think i can do enything more to fix it?

Regards Jan.

Orstio

You may need to restart Apache after making changes to php.ini.

olden

I have restart everything! but now the bridge not work at all!

Orstio

QuoteI have restart everything!

What exactly do you mean by that?

olden

I have change the Theme in SMF and the bridge works again! But with the same problem that it not stay wrapped!
I hope i can fix that in the future! I have only one question, what must i do that E107 and SMF works whit the same database? must i change something i the PHPmyadmin of the server? maybe you can give me a hint for that? i hope so! Becaurse i like to work with the SMF on my site!

Regards Jan

Orstio

Let's solve this memory issue before we start worrying about databases, OK?

You are sure that your php.ini is now set to 32M, and you have restarted Apache?

olden

When i restart my server i think Apache is restarting to? and i'am sure the php.ini is fixed with 32M!
Here is the example!
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 30     ; Maximum execution time of each script, in seconds
max_input_time = 60   ; Maximum amount of time each script may spend parsing request data
memory_limit = 32M      ; Maximum amount of memory a script may consume (8MB)

Orstio

OK, try changing it to 64M, and see if it makes any difference at all.

olden

Ok i do that! i let you know!

olden

Hi Orstio, I have change te 32M to 64M but no differences at all!

Orstio

Can you PM me admin details to your e107?

olden

What do you want to know?

Orstio

I want to see if any of the javascript-heavy modules you have installed in the sidebars are the cause of the memory shortage.

olden

I can closed a few! if you think thats the problem!

olden

I have closed all the javascripts on this moment!

olden

Hi Orstio! i don't know what's happened but it is working now! Only i dont know when you are in the forum. the form must stay wrapped? And i want what i asking yoy befor how i can fixed that the MSF and E107  with the same database.

Hi hope you wil help me whit that?

Regards Jan

Orstio

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


Orstio

#39
And there's your second problem.

A path is not a URL.

To find your path to SMF, go to your SMF admin panel, and click on "Server Settings".

Near the bottom of the page, you will find the path to SMF in the text field labelled "SMF Directory".  Copy it from there, and paste it into your bridge config.

As a side note, in your php.ini, you may want to change the value of allow_url_fopen to Off.  That being set to On is a security issue.

olden

I have change the path! but now it don't work like before! i have change with several themes but it don't looks goord!

Regards Jan

Orstio

It looks like you have it set to unwrapped now?

olden

Yes when i set to wrap then it looks like nothing!

olden

I have replaced to wrapped now!

Orstio

I am getting the incomplete page load again...

olden

Thanks for your replys, i have try everything now, but it wil not work! i think i have to leave it unwrapped, can i when its unwrapped still manage the same members databases? so yes how must i manage that? can you give me please some options to realised that?

Regards jan

Orstio

Wrapped/unwrapped is only a visual difference, it has nothing to do with whether or not the forum is integrasted.  The forum is integrated via the module regardless of whether it is set to wrapped or unwrapped.


Advertisement: