I'd be wary of using SMFForum integration. I love the idea, but have had nothing but issues with it. It has now knocked out my entire drupal site so that I can't even get in as admin anymore.

Comments

vb’s picture

First check your hosting.
1) in php.ini set
memory_limit=16M ; better 24M
or for php5
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
or in .htaccess
php_value memory_limit 24M
but some hostings not allow this
ask your provider about memory_limit you have
2) disable core forum module and all not needed for test purposes modules
Blog API
Contact
Poll
Search
Statistics

but enable path.module and enable clean URLs if possible

You may temporally rename or remove file smf_api_2.php to login and restore it later.

marcus0263’s picture

Clear out your cookies and try again.

Vc Developer’s picture

Title: SMFForum integration knocked out drupal » SMFForum integration?....
Version: 6.x-1.1 » 6.x-1.23
Component: Code » Miscellaneous

Just installed the SMF, but not able to connect to the database! Don't know much about this forum. Do I need to install the actual SFM application from simplemachines.org? Will there be two different databases running on my Server in order to successfully integrate SFM with Drupal?

lawrence’s picture

Yes, you need 2 databases. One for Drupal, one for SMF.

Vc Developer’s picture

Thanks! I appreciate your help!...

Vc Developer’s picture

This readme.txt file doesn't make any sense to someone who doesn't know anything about this forum and module. I am logged in the SMFForum and Drupal and I still have the message:

"You are not authenticated in SMF now. Please login to SMF and test again. You may refresh settings!"

and the solution in the readme assumes you know everything about SMF and Drupal and doesn't break it down step by step...

as said:

If you see message "You are not authenticated in SMF now." beenig logged in SMF and Drupal
as admin, it is probably mean your settings are wrong.

You should go to SMF settings and revise Server and qookie settings or do something else
in your environment, site and forum layout and settings.

8) Ensure that SMF profile fields map with corresponding
drupal profile.module fields.

9) Ensure that corresponding profile.module fields exist.
If necessary create profile.module fields that will be match with
SMF profile fields.

......what are you talking about?