Hello community,
I would like to install Oxwall v1.4.0 on our 1und1 managed server via FTP and subsequent calling Bowser. Requirements are all present. However, I get an error message in the install tool for database connection (MySQL5).
If I A)
SPECIFIED as "localhost", I get "Access denied" ... MySQL data agree 100%! Users are created with password ...
When I go to B) (host calling MySQL5)
host: "localhost :/ tmp/mysql5.sock" SPECIFIED me the field is marked as wrong or empty string in the Install Toll.
Somehow I get no further ...
I had also been to ever call the install tool can adjust the original htaccess file -. Because I got one else appears "Internal Server Error 500".
Contents of my htaccess file:
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
AddEncoding gzip .gz
AddEncoding gzip .gzip
<FilesMatch "\.(js.gz|js.gzip)$">
ForceType text/javascript
</FilesMatch>
<FilesMatch "\.(css.gz|css.gzip)$">
ForceType text/css
</FilesMatch>
RewriteCond %{REQUEST_URI} .*/http-bind
RewriteRule (.*) /http-bind [L]
#RewriteCond %{REQUEST_URI} !^/index\.php
#RewriteCond %{REQUEST_URI} !/ow_updates/index\.php
#RewriteCond %{REQUEST_URI} !/ow_updates/
RewriteCond %{REQUEST_URI} !/ow_cron/run\.php
#RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|robots\.txt|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
Here in the forum I have not found anything on Google and not on Oxwall, but a similar problem with a CMS system:
http://www.wolfcms.org/forum/topic1296.html
somehow I get no further, maybe you can help me? Thanks in advance ...