SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
SEO-Board Forum Software Community / General / Support / PHPv5.3.1, MySQL 5.1.41
Posted:  31 May 2010 02:19
Does anyone have Seo running on this setup? I am getting the following error on install:
Code:



Deprecated: Function set_magic_quotes_runtime() is deprecated in htdocs\designslv\forum\install.php on line 7

Warning: Cannot modify header information - headers already sent by (output started at htdocs\designslv\forum\install.php:7) in htdocs\designslv\forum\install.php on line 9

Warning: Cannot modify header information - headers already sent by (output started at htdocs\designslv\forum\install.php:7) in htdocs\designslv\forum\install.php on line 10

Warning: Cannot modify header information - headers already sent by (output started at htdocs\designslv\forum\install.php:7) in htdocs\designslv\forum\install.php on line 11
Database Error



I modified the directories as to not give away server info...I don't want to use older version of php or mysql.
Posted:  31 May 2010 07:19
Delete the set_magic_quotes line.
Posted:  31 May 2010 16:04
Thanks that worked. Just wanted to make sure before I deleted it.