SMFForum integration knocked out drupal
malandro95 - May 10, 2008 - 16:09
| Project: | SMFforum Integration module |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#1
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.
#2
Clear out your cookies and try again.