SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
SEO-Board Forum Software Community / General / Support / I can not install my board
Posted:  18 Jun 2011 14:56   Last Edited By: yoki88
After I unzipped the zip file for the older SEO-Board 1.05, uploaded all files and set up all options and I was about to install my board, this appeared:

Code:


Deprecated: Function set_magic_quotes_runtime() is deprecated in /data/multiserv/users/584215/projects/1440586/www/index.php on line 6

Warning: Cannot modify header information - headers already sent by (output started at /data/multiserv/users/584215/projects/1440586/www/index.php:6) in /data/multiserv/users/584215/projects/1440586/www/index.php on line 50

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /data/multiserv/users/584215/projects/1440586/www/index.php on line 79

Warning: mysql_fetch_row() expects parameter 1 to be resource, boolean given in /data/multiserv/users/584215/projects/1440586/www/code/functions.php on line 11


What went wrong? :(
Posted:  18 Jun 2011 15:14
You have a new php version for which set_magic_quotes is not supported. Remove this line from the top of the index.php, install.php and admin.php
Code:

set_magic_quotes_runtime(0);
Posted:  18 Jun 2011 15:28
Thank you!

Forum installed successfully.. Then I deleted install.php and upgrade.html + logged in but my web browser could not find /forum/index.php?a=login . -.-

Did I make a mistake while setting up the options in seo-board_options.php? :(
Posted:  18 Jun 2011 15:50
Well, it works now. I deleted all files and uploaded them again..