• 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

installation for 3.0.3

Status
Not open for further replies.

gordon86

Chevereto Member
Hi,
I tried to do an fresh install:
Nginx reverse proxy to apache:
and I got this error (apache)

PHP Parse error: syntax error, unexpected '[' in /home/up***/app/loader.php
on line 111
*** = our domain name
please help
 
README.txt

Code:
Requirements
- At least PHP 5.4.0 and MySQL 5
- Apache with mod_rewrite (nginx and other servers needs their own rewrite structure)

Clean install
- Upload the contents of the "chevereto" folder to your webserver
- Go to http://yourwebsite.com and follow the instructions

Upgrade from 3.X
- Check the Release notes document for instructions

Upgrade from 2.1 and newer
- Save the DB connection info from includes/config.php
- Save the __CHV_CRYPT_SALT__ that you have in includes/definitions.php
- Upload all the files except for the images folder
- Go to your website, the system will ask you for the DB connection info
- Complete the process with the required information
- The system MUST ask you for your __CHV_CRYPT_SALT__. If not, don't continue the process and ask for support

Upgrade from 2.0.X and older
- Update to 2.1 or newer using the instructions in those downloads
- With the system updated you can now use the instructions for 2.1 and newer
 
Are you positive that mod_rewrite is configured correctly? (AllowOverride)
 
Status
Not open for further replies.
Back
Top