• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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