• 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

Initial install => 500 error

Status
Not open for further replies.

Skotina

Chevereto Member
Hello,

Just uploaded all files to my test site (included it to the list of my sites here at chevereto panel) to check how it works, but when I trie to access the site it gives 500 error. Any ideas?
 
I'm having a similar issue and this is what is in the error_log that chevereto appears to create:
Code:
PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20121212/imagick.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20121212/imagick.so: cannot open shared object file: No such file or directory in Unknown on line 0
 
Error log

Code:
[Tue Apr 15 03:06:13 2014] [warn] [client 93.100.117.32] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected '[' in /var/www/vhosts/epicfail.ru/httpdocs/app/loader.php on line 111
[Tue Apr 15 03:37:26 2014] [warn] [client 217.69.133.21] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected '[' in /var/www/vhosts/epicfail.ru/httpdocs/app/loader.php on line 111
[Tue Apr 15 03:40:14 2014] [warn] [client 31.135.92.179] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected '[' in /var/www/vhosts/epicfail.ru/httpdocs/app/loader.php on line 111

Deleting

Options -Indexes
Options -MultiViews

in .htaccess didn't help
 
Ok it seems like mine is a different issue than the original poster. Rodolfo that's what I thought I remember you saying in the past you support GD because it comes bundled with PHP that's why I thought this was odd.

Edit: I should also point out that the initial form loads to put in the connection info, but upon submit is when I get a 500 error with the corresponding error_log line.
 
Last edited:
Error log

Code:
[Tue Apr 15 03:06:13 2014] [warn] [client 93.100.117.32] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected '[' in /var/www/vhosts/epicfail.ru/httpdocs/app/loader.php on line 111
[Tue Apr 15 03:37:26 2014] [warn] [client 217.69.133.21] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected '[' in /var/www/vhosts/epicfail.ru/httpdocs/app/loader.php on line 111
[Tue Apr 15 03:40:14 2014] [warn] [client 31.135.92.179] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected '[' in /var/www/vhosts/epicfail.ru/httpdocs/app/loader.php on line 111

Deleting

Options -Indexes
Options -MultiViews

in .htaccess didn't help
ты русский?
 
Error log

Code:
[Tue Apr 15 03:06:13 2014] [warn] [client 93.100.117.32] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected '[' in /var/www/vhosts/epicfail.ru/httpdocs/app/loader.php on line 111
[Tue Apr 15 03:37:26 2014] [warn] [client 217.69.133.21] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected '[' in /var/www/vhosts/epicfail.ru/httpdocs/app/loader.php on line 111
[Tue Apr 15 03:40:14 2014] [warn] [client 31.135.92.179] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected '[' in /var/www/vhosts/epicfail.ru/httpdocs/app/loader.php on line 111

Deleting

Options -Indexes
Options -MultiViews

in .htaccess didn't help

You need at least PHP 5.4.0
 
Status
Not open for further replies.
Back
Top