General discussion
Got stucked with Installation

Hi

Could you please help me?
i transfered freichat to root folder and when i try to install it ..in LICENCE info When i Press "ACCEPT" .. I again come to LICENCE info .. where again i press ACCEPT and it doesnt go further .. :(

Hi Could you please help me? i transfered freichat to root folder and when i try to install it ..in LICENCE info When i Press "ACCEPT" .. I again come to LICENCE info .. where again i press ACCEPT and it doesnt go further .. :(

looks like you don't have cookies enabled or your server is messing up the session.
try using a different browser, if none of them work then,

go to freichat/installation/
open all the PHP files and search for the following code and remove it from all the files,
(the code can vary a little from page to page)

/* Make me sure */

if(!isset($_SESSION['FREIX']) || $_SESSION['FREIX'] != 'authenticated')
{
header("Location:index.php");
exit;
}

/* Now i am secure */

looks like you don't have cookies enabled or your server is messing up the session. try using a different browser, if none of them work then, go to freichat/installation/ open all the PHP files and search for the following code and remove it from all the files, (the code can vary a little from page to page) <code> /* Make me sure */ if(!isset($_SESSION['FREIX']) || $_SESSION['FREIX'] != 'authenticated') { header("Location:index.php"); exit; } /* Now i am secure */ </code>
Necessity is the mother of all inventions!
61
1
0
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft