• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Problem with Install (+Backup)

Status
Not open for further replies.

Adromia

Chevereto Member
Hello,

when I try to record the backup (2.5.9) or install a new Version (3.1.2), i get the following error message:

Code:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
Apache/2.2.16 (Debian) Server at www.domain.de Port 80

Server error.log:

Code:
[Thu Apr 24 23:52:10 2014] [alert] [client 173.252.XX.XXX] /var/www/web1/html/.htaccess: Options not allowed here
[Thu Apr 24 23:52:10 2014] [alert] [client 173.252.XX.XXX] /var/www/web1/html/.htaccess: Options not allowed here
[Thu Apr 24 23:52:10 2014] [alert] [client 173.252.XX.XXX] /var/www/web1/html/.htaccess: Options not allowed here
[Thu Apr 24 23:52:10 2014] [alert] [client 173.252.XX.XXX] /var/www/web1/html/.htaccess: Options not allowed here
[Thu Apr 24 23:52:10 2014] [alert] [client 173.252.XX.XXX] /var/www/web1/html/.htaccess: Options not allowed here
 
Last edited:
Basically the Options rule isn't working in your sever. Just remove that line from the root .htaccess or get your server to understand those rules.
 
If i deactivated the options in the .htaccess:

PHP:
#Options -Indexes
#Options -MultiViews
#Options +FollowSymLinks

and refrehh the page, i see a white site. The server.log show me this:

PHP:
[Tue Apr 29 17:08:13 2014] [error] [client 217.254.XX.XXX] PHP Parse error:  syntax error, unexpected '[' in /var/www/web1/html/chevereto/app/loader.php on line 111
[Tue Apr 29 17:08:15 2014] [error] [client 217.254.XX.XXX] PHP Parse error:  syntax error, unexpected '[' in /var/www/web1/html/chevereto/app/loader.php on line 111
[Tue Apr 29 17:09:38 2014] [error] [client 217.254.XX.XXX] PHP Parse error:  syntax error, unexpected '[' in /var/www/web1/html/chevereto/app/loader.php on line 111
[Tue Apr 29 17:09:38 2014] [error] [client 217.254.XX.XXX] PHP Parse error:  syntax error, unexpected '[' in /var/www/web1/html/chevereto/app/loader.php on line 111
[Tue Apr 29 17:09:39 2014] [error] [client 217.254.XX.XXX] PHP Parse error:  syntax error, unexpected '[' in /var/www/web1/html/chevereto/app/loader.php on line 111
[Tue Apr 29 17:09:39 2014] [error] [client 217.254.XX.XXX] PHP Parse error:  syntax error, unexpected '[' in /var/www/web1/html/chevereto/app/loader.php on line 111

(IP Adress changed)
 
PHP < 5.4 detected. You need at least PHP 5.4.0 to run Chevereto 3.
 
Status
Not open for further replies.
Back
Top