SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
SEO-Board Forum Software Community / General / Support / Some kind of error, please help
Posted:  27 Nov 2010 02:50
I've installed the board, now I've never EVER had a problem. So I can't work out if this is a server error or what. Anyway, here is the error:

Code:

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/name_removed/public_html/community/index.php on line 6

Warning: Cannot modify header information - headers already sent by (output started at /home/name_removed/public_html/community/index.php:6) in /home/name_removed/public_html/community/index.php on line 50

Warning: Cannot modify header information - headers already sent by (output started at /home/name_removed/public_html/community/index.php:6) in /home/name_removed/public_html/community/index.php on line 140

Warning: Cannot modify header information - headers already sent by (output started at /home/name_removed/public_html/community/index.php:6) in /home/name_removed/public_html/community/index.php on line 144



Thanks.
Posted:  27 Nov 2010 09:26
You have probably changed your index.php file? There is an extra space somewhere that is output before the actual headers. Check if the opening <?php tag has a space before it.
Posted:  27 Nov 2010 14:33
It's funny that you mention that. The host I am using made it a 500 Error. Just because I uploaded the forums. I messaged them about it. They ignored me. So I removed all files. Uploaded just now.

I've checked and no space. P.S the files I've uploaded are straight from your zip.
Posted:  27 Nov 2010 15:25
Maybe you have PHP 5.3 where set_magic_quotes_runtime is deprecated. Try changing the line at the top of the index.php and admin php
Code:

set_magic_quotes_runtime(0);
to
Code:

ini_set('magic_quotes_runtime', 0);
Posted:  27 Nov 2010 15:31
That's awesome, thank-you. Just need to fix up the CSS a bit as it's wiped the width and stuff out.
Posted:  15 Jun 2011 17:15
Hey... in the currently installed forum the creat topic and post options are not showing.. i have created forum but how to display the posting options ...I got stucked here
Posted:  15 Jun 2011 17:22
I am getting the following error while making a search

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\wamp\www\seo\search.php on line 64
Posted:  16 Jun 2011 07:41
You have probably created forum categories and no actual forums.