How to install Open Source Social Network / OSSN ?

Arsalan Shah Posted in Technical Support 10 years ago
Replies
Arabic Ian Kertzman Replied 9 years ago

Hello out there people of the internet. I am also having issues carrying out the initial set up as I have only worked with ASP.NET web applications running on MS Server and with MS SQL as the database engine. If any of you kind folks could lend a hand getting the database set up and creating the required directories with their respective permissions that would just be super awesome and I promise to take you out for ice cream should you ever happen to visit Argentina. Thanks in advance!

Indonesian Arsalan Shah Replied 9 years ago

Answer from : http://stackoverflow.com/questions/15438840/mysql-error-1364-field-doesnt-have-a-default-values

This is caused by the STRICTTRANSTABLES SQL mode defined in the %PROGRAMDATA%\MySQL\MySQL Server 5.6\my.ini file. Removing that setting and restarting MySQL should fix the problem.

If editing that file doesn't fix the issue, see http://dev.mysql.com/doc/refman/5.6/en/option-files.html for other possible locations of config files.

Marty Zellerbach Replied 9 years ago
Options -Indexes
Options +FollowSymLinks
DirectoryIndex index.php

<Files "error_log">
        order allow,deny
        deny from all
</Files>

<IfModule mod_rewrite.c>
#SetEnv HTTP_MOD_REWRITE 1

RewriteEngine on
RewriteBase /
RewriteBase /ossn/

RewriteRule ^rewrite.php$ installation/tests/apache_rewrite.php [L]

RewriteRule ^action\/([A-Za-z0-9\_\-\/]+)$ system/handlers/actions.php?action=$1&%{QUERY_STRING} [L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([A-Za-z0-9\_\-]+)$ index.php?h=$1 [QSA,L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([A-Za-z0-9\_\-]+)\/(.*)$ index.php?h=$1&p=$2 [QSA,L]

</IfModule>

<IfModule mod_expires.c>
        ExpiresActive On
        ExpiresDefault "access plus 1 year"
</IfModule>
Tidus clo Replied 9 years ago

Hi all, I am so amaze when looking this social web, then I want to installed on my own website, but unfortunately I get little frustrated while installing, any one here can help me? This is the problem

user access denied

On mysql user database I have check all the privileges, and of course I set user and password even with the simple password.
The result always denied.

For any kind help, I'll appreciate it thank you

Premium Version

Due to the many requests in the past for additonal features and components we have decided to develope a premium version. Features like Hashtags, Videos, Polls, Events, Stories, Link Preview, etc included in it.

$199 (Life Time)
Learn More

Other Questions