• 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
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Issue with PHP handler and Symlink Protection

Status
Not open for further replies.

Nirjonadda

💖 Chevereto Fan
Hello,

Today we have Upgrade Apache version 2.4.17 introduced HTTP/2 support. Also we have switched our sites to MPM:Event from prefork because Starting from Apache 2.4.27, the Apache MPM (Multi-Processing Module) prefork no longer supports HTTP/2. Problem with PHP handler CGI or None.

Code:
G\: This server can't work with sessions.

Code:
<?php
/* --------------------------------------------------------------------

  Chevereto
  http://chevereto.com/

  @author    Rodolfo Berrios A. <http://rodolfoberrios.com/>
           <inbox@rodolfoberrios.com>

  Copyright (C) Rodolfo Berrios A. All rights reserved.
 
  BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA
  http://chevereto.com/license

  --------------------------------------------------------------------- */

define('access', 'index');

/*** Load the G app ***/
if(!include_once('app/loader.php')) die("Can't find app/loader.php");

Also we have problem to image showing with enabled Symlink Protection.

With image link : /images/2017/07/19/BH103.jpg

Code:
That page doesn't exist
The requested page was not found.
 
I don't see how this is a Chevereto bug. The system detected a session issue and your mapping is wrong. Just in case you didn't knew, it is your web server which delivers static resources (images), not Chevereto.

Check your server, hope you can fix it.

Cheers,
Rodolfo.
 
I don't see how this is a Chevereto error. The system detected a session issue and your mapping is wrong. Just in case you didn't knew, it is your web server which delivers static resources (images), not Chevereto.

Check your server, hope you can fix it.

Cheers,
Rodolfo.

Then why not image show with enabled Symlink Protection? This image link /images/2017/07/19/BH103.jpg show me That page doesn't exist, The requested page was not found.
 
Because your mapping is wrong. If the system is sending you to index.php is because the server didn't found that resource and then it called Chevereto. You can learn about that if you check the root htaccess file.

Bottom line here is that you have server issues and is not my duty to fix those but point you in the right direction.

Like I said, hope you can fix it.
 
Status
Not open for further replies.
Back
Top