Hi, I have installed simple phpblog on my site, though I am getting an error when trying to go through the setup wizard.
Warning: ini_set() has been disabled for security reasons in .... /scripts/sb_login.php on line 14
Warning: ini_set() has been disabled for security reasons in .... /scripts/sb_login.php on line 15
Those lines being:
// Turn off URL SIDs.
ini_set('url_rewriter.tags','');
ini_set('session.use_trans_sid', false);
Can anyone tell me how to fix this?
Btw I attempted to use a different board to ask tis and was redirected to some completely unrelated webchat page.