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

    Support response

    Support checklist

About the install problem "No PHP 1 permission"

NekoWings

Chevereto Noob
I've installed lnmp on my server. But it cant install chevereto.
The problem is

Please check:
  • No PHP 1 permission in /home/wwwroot/default/index.php

Please help me, thank you.XD
 
The alleged line is this one: https://github.com/Chevereto/Installer/blob/master/index.php#L408

Key 1 means write permission, so basically the system is telling you that it doesn't have write permission on the Installer file.

I will review the installer, but the fact that you have missing write permission makes impossible to install the software using the Installer script. The Installer can't fix missing permissions, is one layer above. Simply make sure that PHP has full read/write permission on / and in the installer file itself.

Cheers,
Rodolfo.
 
The alleged line is this one: https://github.com/Chevereto/Installer/blob/master/index.php#L408

Key 1 means write permission, so basically the system is telling you that it doesn't have write permission on the Installer file.

I will review the installer, but the fact that you have missing write permission makes impossible to install the software using the Installer script. The Installer can't fix missing permissions, is one layer above. Simply make sure that PHP has full read/write permission on / and in the installer file itself.

Cheers,
Rodolfo.

Thank you very much! I'll try to set PHP permissions~
 
Back
Top