Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Install and Upgrade Help => Aiheen aloitti: faymoph - elokuu 23, 2006, 08:03:33 AP

Otsikko: Installation loop without any error message
Kirjoitti: faymoph - elokuu 23, 2006, 08:03:33 AP
SMF Version: SMF 1.0.8
Hello,

I try to install SMF 1.0.8. After the screen "Basic Settings and MySQL Server Settings", the installation script comes back allways to the first screen "FTP connection Information".

Before the installation, I created a MySQL Database like this :

mysql -u root
create database smf;
grant all on smf.* to smfuser@'%' identified by 'mypassword';
grant all on smf.* to smfuser@'localhost' identified by 'mypassword';
flush privileges;

In "MySQL settings" I give :
localhost as MySQL Server Name
smfuser as MYSQL Username
mypassword as MySQL password
smf as MySQL database name

Somebody could help me.

Thanks in advance
Otsikko: Re: Installation loop without any error message
Kirjoitti: xenovanis - elokuu 23, 2006, 09:32:11 AP
Make sure the following files and directories are writable (chmod 777)

    * attachments
    * avatars
    * Packages
    * Packages/installed.list
    * Packages/server.list
    * Smileys
    * Themes
    * Themes/default/languages/Install.english.php
    * agreement.txt
    * Settings.php
    * Settings_bak.php
    * install.php

How do I use chmod? (http://www.simplemachines.org/community/index.php?topic=23690.0)
Otsikko: Re: Installation loop without any error message
Kirjoitti: faymoph - elokuu 24, 2006, 04:32:58 AP
I have still the same problem and all the files and directories are 777
Otsikko: Re: Installation loop without any error message
Kirjoitti: faymoph - elokuu 24, 2006, 07:21:43 AP
The problem is the following : I use Linux with SELINUX (Secure enhancement).

See : http://www.simplemachines.org/community/index.php?topic=31034.0 (http://www.simplemachines.org/community/index.php?topic=31034.0)

The solution : create a policy which permits to httpd to have an access to the installation directory