News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

SSI.php error in QueryString.php!!!

Started by Smith.93, January 29, 2014, 02:52:04 PM

Previous topic - Next topic

Smith.93

Hey guys I have a (xampp) web server installed on my PC and I have a folder for web and one for the forum:


  • htdocs/web
  • htdocs/foro

On the website I want to create a news system using the forum, that is, if I create a post in certain forum (for example the board with ID 1.0) I want the title of this post I get out on the web and that doing click will re direct the user to the forum topic. I included SSI.php:


<?php
require("../foro/SSI.php"); 
?>



But it throws me these errors:


Warning: array_keys() [function.array-keys]: The first argument should be an array in C:\xampp\htdocs\foro\Sources\QueryString.php on line 93

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\xampp\htdocs\foro\Sources\QueryString.php on line 93

Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\foro\Sources\QueryString.php on line 93

Fatal error: Unsupported operand types in C:\xampp\htdocs\foro\Sources\QueryString.php on line 196


How can I fix this?

Advertisement: