Not able to install prosper202 on VPS

1 replies
Hey!

I've tried to install prosper202 on my VPS at digital ocean three times now but it gives me this error each time after I've entered my database credentials:

PHP Code:
", "?", "@", "[", "\\", "]", "^", "_", "`", "{", "|", "}", "~", "Ã", "Ã'", "Ã", "¢", "£", "?", "´", "?", "¤", "¬", "©", "»", "Ç", "Â", "?", "¨", "ø", "¡", "±", "?", "?", "«", "µ", "¦", "á", "ü", "?", "¼", "È", "?", "?", "?", "À", "Ë", "ç", "Ã¥", "ÃŒ", "€", "Â", "®", "‚", "é", "Æ'", "æ", "è", "í", "ê", "ë", "ì", "?", "„", "ñ", "î", "ï", "Ã", "...", "?", "¯", "ô", "ò", "ó", "†", "?", "?", "§", "ˆ", "‡", "‰", "‹", "Å ", "Å'", "¾", "Â", "Â", "Ž", "Â", "'", """, "'", """, "•", "?", "-", "Ëœ", "--", "â„¢", "›", "Å¡", "Ã-", "¿", "Â", "Å"", "ž", "Ÿ", "?", "?", "Ø" ); $newString .= ""; for( $incString = 0; $incString < strlen( $string ); $incString++ ) { if( in_array( strtolower( $string[$incString] ), $allowedCharacters ) ) { $newString .= $string[$incString]; } } return $newString; } //this is like SUBSTR, but will cacluate for WHOLE CHARACTERS only, IE: it won't cut a word in half function cutText($string$length) { while ($string{$length} != " ") { $length--; } return substr($string, 0, $length); } 
Parse error: syntax error, unexpected end of file in /var/www/*****.com/public_html/202-config/functions-tracking202.php on line 4325 
Prosper shows up like it is supposed to before I got the file 202-config.php but when I've created this file it only shows me this error when I try to visit my page.

I got no clue what's wrong. Do anyone have a solution for this problem?
#install #prosper202 #vps

Trending Topics